Xref: news-dnh.mv.net comp.os.msdos.djgpp:1596 Path: news-dnh.mv.net!mv!news.sprintlink.net!howland.reston.ans.net!news.starnet.net!wupost!waikato!comp.vuw.ac.nz!mu.sans.vuw.ac.nz!empty From: empty AT sans DOT vuw DOT ac DOT nz (Malcolm Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Can djgpp link to "standard" Windows dll? Date: 16 Aug 1995 23:54:06 GMT Organization: SANS, Student Access Network System Lines: 25 References: <15AUG95 DOT 20523523 AT mhd1 DOT pfc DOT mit DOT edu> Nntp-Posting-Host: mu.sans.vuw.ac.nz To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp horne AT mhd1 DOT pfc DOT mit DOT edu wrote: : Gentlemen: : Our lab has purchased a frame grabber which comes : with an SDK in this form: : Microsoft Windows 3.0 or later, 16 bit DLL. : plus the C headers. The claim is that : "...Any compiler that can generate 16-bit Windows applications should be able to : access the DLL." : Can we use DJGPP to do this? Our other option is to purchase : Microsoft C which we'll do only if there's no other way. The simple short answer is no. DJGPP is a 32bit compiler, and as such can't link to normal 16bit code. Having said that there may be support for 32bit PE format DLLs in the future (PE format is what Win32,95 and NT use). Also DJGPP cannot write applications for windows. Malcolm