Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Error 42: Symbol Undefined _int86
Hi, I got hold of some c functions that handle indexed files. They compile OK, but when I try to link them to my source file I get the following error at link time: Error 42: Symbol Undefined _int86 Is there a library I have to link to which defines this symbol ? Thanks Jimbob Jan 28 2004
"jim p" <x y.com> wrote in message news:bv8r9m$v43$1 digitaldaemon.com...Hi, I got hold of some c functions that handle indexed files. They compile OK, but when I try to link them to my source file I get the following error at link time: Error 42: Symbol Undefined _int86 Is there a library I have to link to which defines this symbol ? Thanks Jimbob Jan 28 2004
Does that mean it can't be used in Win32? "Walter" <walter digitalmars.com> wrote in message news:bv92ci$1b94$3 digitaldaemon.com..."jim p" <x y.com> wrote in message news:bv8r9m$v43$1 digitaldaemon.com...Hi, I got hold of some c functions that handle indexed files. They compile OK, but when I try to link them to my source file I get the following error at link time: Error 42: Symbol Undefined _int86 Is there a library I have to link to which defines this symbol ? Thanks Jimbob Jan 28 2004
"jim p" <x y.com> wrote in message news:bv92lg$1bq3$1 digitaldaemon.com...Does that mean it can't be used in Win32? Jan 28 2004
Any idea where I can find some libraries for implementing indexed files ?? "Walter" <walter digitalmars.com> wrote in message news:bv9l1u$2bdo$2 digitaldaemon.com..."jim p" <x y.com> wrote in message news:bv92lg$1bq3$1 digitaldaemon.com...Does that mean it can't be used in Win32? Jan 29 2004
What kind of indexed files do you want? jim p wrote:Any idea where I can find some libraries for implementing indexed files ?? "Walter" <walter digitalmars.com> wrote in message news:bv9l1u$2bdo$2 digitaldaemon.com..."jim p" <x y.com> wrote in message news:bv92lg$1bq3$1 digitaldaemon.com...Does that mean it can't be used in Win32? Jan 29 2004
|