F
FrzzMan
Hello,
How can I build the DLL with .def file? I've just build the DLL with
following cl.exe options to build, it's worked. But I can't use the DLL
in my C# project cause it need to be built with .def file.
cl.exe -nologo -LD -W3 -O2 -GF mydll.c
So, can you tell me how to build the library with .def file? Use only
command line tools... I do not have VC++ IDE.
How can I build the DLL with .def file? I've just build the DLL with
following cl.exe options to build, it's worked. But I can't use the DLL
in my C# project cause it need to be built with .def file.
cl.exe -nologo -LD -W3 -O2 -GF mydll.c
So, can you tell me how to build the library with .def file? Use only
command line tools... I do not have VC++ IDE.