CPPGameLauncher
CPPGameLauncher copied to clipboard
will not compile
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
UP