From: "Sleepy" Subject: Need help with conversion from MS C++ source to DJGPP. Newsgroups: comp.os.msdos.djgpp Message-ID: <01bf211c$67a91b80$ae8d54d2@windoze95> X-Newsreader: Microsoft Internet News 4.70.1155 Lines: 9 NNTP-Posting-Host: slmlb50p46.ozemail.com.au X-Trace: ozemail.com.au 941098507 210.84.141.174 (Thu, 28 Oct 1999 18:15:07 EST) NNTP-Posting-Date: Thu, 28 Oct 1999 18:15:07 EST Organization: OzEmail Ltd, Australia Distribution: world Date: Thu, 28 Oct 1999 08:15:07 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I was able to convert __stdcall to its __attribute__((stdcall)) which works fine. But both gcc and gccw32 find problems with: declspec(dllimport) declspec(dllexport) What should I do so that it will compile? Thanks....