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? Is there a tlib32.exe? I do not find any tlib32.exe.
Thanks for your assistance.
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? Is there a tlib32.exe? I do not find any tlib32.exe.
Thanks for your assistance.