Is the 32 bit .LIB created in a very similar way that the 16 bit .LIB is created?
tilb.exe takes the object files (.obj) and put them into a .lib file.
Borland C++ 4.5 allows the creation of 32 bit .obj files using BCC32 (bcc32 -c -r- -w- -WC example.c). But how to create 32-bit .LIB file...
Compiling and linking using Borland C++ 4.5 the command line:
Compiling:
Error: could not find file 'c.cpp"
Linking:
Fatal: Unable to open file 'mbsup56b.lib"
Borland C++ 4.5 allows creation of protected mode DOS applications using the 32 bit DLL version of run-time libraries.
Step 1...
Can Borland C++ (version 4.5) create a standard Windows DLL from functions in the *.lib files?
I am trying to use PBCC 5.05 (PowerBasic Console Compiler for Windows) to convert my MB86 source code. The main problem is accessing functions contained in .lib files that came with MB86. For your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.