Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <000701be6e97$6df9ff50$11247aa3@sdf5_l1117.tatainfotech.co.in> From: "S. Krishnaprasad" To: "Mumit Khan" Cc: "cygwin" Subject: Problem with DLL Date: Mon, 15 Mar 1999 09:23:38 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Hi Mumit, As I have told you earlier I tried to use the gmp.dll that I downloaded from your ftp site. I tried to use that in a Visual C++ Win32 application. I am using Winnt Workstation 4.0 and Visual C++ 6.0 I tried it on Windows 95 and Visual C++ 6.0 also. It is a very small program #include int _stdcall WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nShowCmd) { mpz_t a; MessageBox(0,"Test 1","Test",0); mpz_init(a); MessageBox(0,"Test 2" Test",0); } Even this program does not work. It cause a dump at the mpz_init(a); line It just does not work . Could you please help. Krishnaprasad s DOT krishnaprasad AT tatainfotech DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com