Date: Mon, 25 Oct 93 18:47:36 +0100 From: vincent AT physique DOT ens DOT fr (CROQUETTE Vincent) To: djgpp AT sun DOT soe DOT clarkson DOT edu >Hello, >I had been using in the past an older version of djgpp but >I had a serious problem. I couldnt link with real mode obj >or lib files. I am mostly talking about commecrial libraries >as those provided by National for its GPIB boards or graphics >packages which come with "standard" real mode DOS utilities >(libs, objs, dlls, ...whatever). >I wonder if the latest version of djgpp has this capability >or what i must do to achieve this purpose > >Thanks in advance >Grhgorhs Patrinos We have modified go32 1.08 to support GPIB with the national board I can send you a zip file containing the source code, you will have ro replace le object file "mcib.obj" by yours and hopefully everything should compile fine go32 with gpib works fine, the only pb is that there is not enough space in the small memory module to compile debug32 so that if your program hit a bug with the GPIB stuff the only debugger is yourself... DJ is annoucing a new way to handle this kind of pb in the next release so that you might want to wait if your are interested by our port let me know Vincent Croquette