build dll file from xlslib

978 Views Asked by At

I need to download xlslib and build dll file for windows.

I downladed the xlslib repository.

I think it has to be in c++.

what should I do? please help me!

1

There are 1 best solutions below

3
On

Open the solution file for the MS Visual Studio version you have, e.g. xlslib\xlslib\msvc2012\xlslib.sln, then choose the project xlslib_dll, select the configuration you want (probably Win32 Debug or Win32 Release) and run the build. If all goes well, it will create the DLL and LIB files you want.

If you don't have MS Visual Studio, you can easily install the free (even for commercial use nowadays) Visual Studio Express.