|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: DLL for DOS Applications running under Windows!
that is impossible as far as i know. Your BC 3.1 cannot handle calls to Windows. Only a windows RTL (runtime lib) can handle calls to a 32-bit DLL. switch to RSXNTDJ (windows ext. of DJGPP). u can use Allegro for graphics instead of BGI. Allegro provides better and faster functions and resolutions. u can call windows DLLs if u link to a RSXNTDJ RTL. Nikhil. --- Sandro_Antônio_Vicente <Sandro@gmk.com.br> wrote: > Hi all, > > I would like to know if it's possible a DOS App > running into a > MS-DOS window to call functions provided by a DLL. > Unfortunately, the dos app must be 16-bit because > it uses the BGI > (the compiler is BorlandC 3.1) graphics routines and > assembly routines. I > need some functions provided by the winsock.DLL to > share data with another > (Windows or DOS) application. > If someone could help-me, I'll be very grateful! > Thanks in advice! > > Sandro > > > ================================================================= > To SUBSCRIBE or UNSUBSCRIBE please visit > http://gameprogrammer.com/mailinglist.html > __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com ================================================================= To SUBSCRIBE or UNSUBSCRIBE please visit http://gameprogrammer.com/mailinglist.html
|
|