Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sjhaw
  • Content: Threads
  • Order by date
  1. Sjhaw

    How to use tlib.exe for Win32 application using Borland C++ 4.5?

    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...
  2. Sjhaw

    How to fix Errors during compiling and linking with Borland C++ 4.5

    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...
  3. Sjhaw

    RE: Can Borland C++ create a standard Windows DLL from .lib file

    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...

Part and Inventory Search

Back
Top