How to build a Windows 64-bit platform static library (.lib) using C++ Builder 11 instead of .a file?

32 views Asked by At

How to build a Windows 64-bit platform static library (.lib) using C++ Builder 11 instead of .a file?

enter image description here

And then use that static library (.lib) to build my program on the Windows 64-bit platform. enter image description here

0

There are 0 answers