So I figured since MUSHClient is always being updated with the latest PCRE libraries and it runs primarily on Windows, ya'll might be able to help me out here.
Currently PennMUSH is undergoing a nice big revamp in terms of forcing users to compile with separately-downloaded libraries which for whatever reason become outdated over time (PCRE and OpenSSL namely). I've gotten Penn to compile with OpenSSL on Windows but I'm still having a bit of trouble with the PCRE one.
What is the technique you use for MUSHClient (and other Windows-based applications), since PCRE isn't native to Windows (it WOULD be easier to just apt-get install libpcre3 libpcre3-dev, but alas...)? I don't know if these big 1000+ compile errors are because the Visual Studio project can't find the library or I'm defining it wrong, or whatever, but it's really rather annoying.
Thanks.
-Daniel
P.S. I have tried appending C:\PCRE\include, C:\PCRE\lib and pcre.lib to the Includes, Libraries and Linker/Input/Additional Dependencies respectively. Still getting all the errors. Of course, the version they were using before was extremely outdated.
Currently PennMUSH is undergoing a nice big revamp in terms of forcing users to compile with separately-downloaded libraries which for whatever reason become outdated over time (PCRE and OpenSSL namely). I've gotten Penn to compile with OpenSSL on Windows but I'm still having a bit of trouble with the PCRE one.
What is the technique you use for MUSHClient (and other Windows-based applications), since PCRE isn't native to Windows (it WOULD be easier to just apt-get install libpcre3 libpcre3-dev, but alas...)? I don't know if these big 1000+ compile errors are because the Visual Studio project can't find the library or I'm defining it wrong, or whatever, but it's really rather annoying.
Thanks.
-Daniel
P.S. I have tried appending C:\PCRE\include, C:\PCRE\lib and pcre.lib to the Includes, Libraries and Linker/Input/Additional Dependencies respectively. Still getting all the errors. Of course, the version they were using before was extremely outdated.