Hi everyone,
I'm attempting to compile an apache module (mod_ntlm.c to create mod_ntlm.so) using Visual Studio 6 C++, I have been unable to track down any information of the settings required to achieve this.
Compiling appears to be working except for 1 error which I am getting: error LNK2001: unresolved external symbol _main
If anyone could provide a quick step-by-step guide on how to create a project in VC6++ to compile apache modules I would be most grateful.
Regads,
James
I'm attempting to compile an apache module (mod_ntlm.c to create mod_ntlm.so) using Visual Studio 6 C++, I have been unable to track down any information of the settings required to achieve this.
Compiling appears to be working except for 1 error which I am getting: error LNK2001: unresolved external symbol _main
If anyone could provide a quick step-by-step guide on how to create a project in VC6++ to compile apache modules I would be most grateful.
Regads,
James