Topic: Can't build for Win32

I have followed the instructions (building-wolfssh-on-windows.pdf) on how to build SSL and SSH and it worked as described but when I change the target to win32 it didn't work anymore. I just get a lot of errors that it can't open wolfssl.lib

I'm trying to compile it to work with CURL but can't find anything regarding that. I'm using Visual Studio 2022.

Share

Re: Can't build for Win32

Hi Samuel,

I would recommend using our updated wolfSSH Visual Studio project and instructions from ide/winvs: https://github.com/wolfSSL/wolfssh/tree … /ide/winvs
You will want to use the DLL Debug/DLL Release build configurations, you can set your target to win32 with either config.

Thanks,
Kareem

Share