CPPGameLauncher icon indicating copy to clipboard operation
CPPGameLauncher copied to clipboard

A game launcher/updater/patcher written in C++ for the Windows platform.

Results 5 CPPGameLauncher issues
Sort by recently updated
recently updated
newest added

Hello, I`m trying to compile it, after solving all dependencies I'm receiving this error ![image](https://user-images.githubusercontent.com/3593706/80450870-de3c9280-88f8-11ea-99eb-98e93c39552d.png) `'CPPGameLauncher.exe' (Win32): Loaded 'D:\DEV\CPPGameLauncher\x64\Debug\CPPGameLauncher.exe'. Symbols loaded. 'CPPGameLauncher.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. 'CPPGameLauncher.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. 'CPPGameLauncher.exe'...

Please help! I installed all libs and keeping get these errors: 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':...

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...