shamusn

Results 6 comments of shamusn

When I open C:\dev\poco\poco-develop\Foundation\Foundation_vs150.sln and build solution, I get the fatal link error below. Any ideas? 1>Generating Code... 1> Creating library ..\lib\PocoFoundationd.lib and object ..\lib\PocoFoundationd.exp 1>Foundation_vs150.vcxproj -> C:\dev\poco\poco-develop\Foundation\..\bin\PocoFoundationd.dll 1>Done building...

Taking a step back, I want to state our objective. We are currently using POCO version 1.7.8.3 built with VS 2013 to get the following libraries .\POCO.FOUNDATION.V120.1.7.8.3\LIB\POCOFOUNDATIONMDD.LIB .\POCO.CRYPTO.V120.1.7.8.3\LIB\POCOCRYPTOMDD.LIB . I...

After looking closer at the intent of buildwin.cmd, I manually typed the devenv command arguments: devenv Foundation_vs150.sln /build "debug_static_md|Win32" /useenv /Project Foundation_vs150.vcxproj This produced the desired lib file. ![image](https://user-images.githubusercontent.com/40246237/46826832-025f6f80-cd65-11e8-9f30-b532bd9e1530.png)

Getting there. When building Crypto_vs150.sln, it gives an error about missing openssl files (see later on in the comment). I can see that folder C:\dev\poco\poco-develop\openssl is empty. Was this supposed...

I tried https://github.com/pocoproject/openssl but some of the sites are blocked on my side. Going to try and download zip from https://github.com/openssl/openssl. Signing off for the day.

thanks... I have to switch to something else for a few days. I will try this next week and let you know how we get on.