| delorie.com/archives/browse.cgi | search |
| Xref: | news2.mv.net comp.lang.c++:87932 comp.os.msdos.djgpp:4373 |
| From: | nicolas AT dsys DOT ceng DOT cea DOT fr (Eric NICOLAS) |
| Newsgroups: | comp.os.msdos.djgpp,comp.lang.c++ |
| Subject: | Re: Libraries |
| Date: | 29 May 1996 12:39:59 GMT |
| Organization: | Commissariat a l'energie atomique, Grenoble (France) |
| Lines: | 20 |
| Message-ID: | <4ohgiv$fok@news.cea.fr> |
| References: | <833370910snz AT flag DOT demon DOT co DOT uk> |
| Reply-To: | nicolas AT dsys DOT ceng DOT cea DOT fr |
| NNTP-Posting-Host: | hudson.ceng.cea.fr |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
In article <833370910snz AT flag DOT demon DOT co DOT uk>, Ben Ashley <Ben AT flag DOT demon DOT co DOT uk> writes: >Hi All, > >I am developing a GUI class library in Visual C++ 1.00, for DOS. If I compiled >a library, how would I implement it with DJGPP? Is it able to link to >libraries creating this method? Or do I just link the object file in. You simply cannot link libraires build with Visual C++ 1.00 with djgpp because Visual is 16-bit and djgpp is 32-bit. If you want C++ GUI class library for DOS with djgpp, try SWORD : france: http://bunny.ensea.fr/Pages_Perso/Cedric_Joulain/sword.web/home.html us: http://www.iquest.net/~cworley/sword.web/home.html -- Eric Nicolas <nicolas AT dsys DOT ceng DOT cea DOT fr>
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |