FLWL / CPPGameLauncher

A game launcher/updater/patcher written in C++ for the Windows platform.
MIT License
99 stars 45 forks source link

will not compile #1

Open KraziActiv opened 5 years ago

KraziActiv commented 5 years ago

I have gone through all the steps in trying to compile this. I kept getting errors and once those are fixed by going through the steps again it still won't compile. The last of the errors are list here, and why have it so we need to download and install all kinds of stuff just to compile the code?

Error C2065 'CURLOPT_XFERINFOFUNCTION': undeclared identifier CPPGameLauncher j:\git\cppgamelauncher\downloader.cpp 23

Error C2065 'CURLOPT_XFERINFOFUNCTION': undeclared identifier CPPGameLauncher j:\git\cppgamelauncher\downloader.cpp 78

Error C2065 'CURLOPT_XFERINFODATA': undeclared identifier CPPGameLauncher j:\git\cppgamelauncher\downloader.cpp 24

Error C2065 'CURLOPT_XFERINFODATA': undeclared identifier CPPGameLauncher j:\git\cppgamelauncher\downloader.cpp 79

Error C2664 'BIO BIO_new_mem_buf(void ,int)': cannot convert argument 1 from 'const _Elem ' to 'void ' CPPGameLauncher j:\git\cppgamelauncher\rsaverifier.cpp 49

chavoz commented 1 year ago

UP