Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to compile Apache modules using VC6++

Status
Not open for further replies.

JimmyJ123

Programmer
Jan 26, 2008
1
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top