Proyect with errors

Apr 17, 2013 at 10:33am
Hello. I found a code written in C + + that is used to connect to the router using the WPS protocol, but when trying to compile it with Visual Studio 2010 out some errors I do not know to solve.

Can someone look to correct the errors please?

Last edited on Apr 18, 2013 at 6:41pm
Apr 17, 2013 at 11:18am
Would you mind posting the errors here, please.
Apr 17, 2013 at 1:10pm
There are many errors, but all are caused because you can not open one of the files. The strange thing is that the file if it is in the folder with all the other files.

I get 109 errors..

Error 1 error C1083: Can not open include file: 'openssl/ssl.h': No such file or directory c:\users\emilio\desktop\deviceprotectionsample\ilibasyncsocket.h 38 1 UPnPDeviceProtection

10 IntelliSense: can not open the source file (error code "openssl/e_os2.h"). c: \ users\emilo\desktop\deviceprotectionsample\ssl.h 173 1 UPnPDeviceProtection

21 IntelliSense: can not open the source file (error code "openssl / symhacks.h"). c:\users\emil\desktop\deviceprotectionsample\ssl.h 194 1 UPnPDeviceProtection

46 IntelliSense: identifier 'CRYPTO_EX_DATA "is undefined c:\users\emil\desktop\deviceprotectionsample\ssl.h 471 2 UPnPDeviceProtection

Etc..
Apr 17, 2013 at 1:41pm
Well Emilio, are those files in the directory specified? If so, is that folder protected in any way?
Apr 17, 2013 at 2:31pm
Yes, the files are in the specified folder and has no protection .. It is very strange what is happening ..
Apr 17, 2013 at 9:30pm
up!
Apr 17, 2013 at 10:29pm
Have you added the directory containing the 'openssl' directory to the compilers search path for include files?
Apr 18, 2013 at 11:48am
Of course. In this screenshot you can see this folder in the directory.
Last edited on Apr 18, 2013 at 6:41pm
Topic archived. No new replies allowed.