Hi,
I'm trying to modify and then re-build the engine. Ok so I can re-build the DLL buy opening the solution file but how do I re-build the LIB?
What is the connection between the DLL and the LIB anyway, is the lib some kind of interface (COM?) with the actual code in the DLL or something?
Thanks
Building the engine part 1
The lib file is rebuilt when you build the DLL.
Lib files are for building into the final EXE.
________
Lamborghini Wiki History
Lib files are for building into the final EXE.
________
Lamborghini Wiki History
Last edited by disanti on Tue Feb 22, 2011 8:08 am, edited 1 time in total.