Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Build httpd with Visual C++ for Windows |
|
Author |
|
ThomasT
Joined: 05 Sep 2018 Posts: 8 Location: Germany
|
Posted: Thu 06 Sep '18 13:27 Post subject: Build httpd with Visual C++ for Windows |
|
|
Hi,
has someone sucessfully compiled (and debugged) httpd using Visual C++. The projectfiles are for visual c++ 6.0. But I'm not able to open them in Visual C++ 2008.
Conversion failed due to courrupted project file according error message during conversion.
My general question is, how to open/create a solution in VS Community 2018?
Regards Thomas |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 10 Sep '18 17:06 Post subject: |
|
|
Hi Thomas,
you need to have install perl (if not already). I recommend active perl.
Code: | cd C:\build\2.4.x
srclib\apr\build\lineends.pl
srclib\apr\build\cvtdsp.pl -2005 |
Then your VS will be able to convert the files.
Long time ago, I made a small tutorial how to compile it (works for me (TM) )
https://gist.github.com/JBlond/ff51fad2ada2bf711b1b9f844c663136
if you still have a question please ask again. |
|
Back to top |
|
ThomasT
Joined: 05 Sep 2018 Posts: 8 Location: Germany
|
Posted: Thu 13 Sep '18 10:17 Post subject: |
|
|
Thanks for your answer.
But there are no lineends.pl and cvtdsp.pl .... |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|