bstone icon indicating copy to clipboard operation
bstone copied to clipboard

Latest Commit: "identifier not found"

Open sudobbq opened this issue 2 years ago • 1 comments

Hey, Boris: I hope you're okay over there. Many blessings to you and your family. Please lookout after yourself.

For anyone else playing with the code in the meantime, have you gotten the latest commit to build? I'm getting this error in VS

Error	C3861	'SDL_CreateRGBSurfaceWithFormat': identifier not found	
C:\Users\user\Source\Repos\bstone\out\build\x64-Debug\bstone	
C:\Users\user\source\repos\bstone\src\id_ca.cpp	2260	

sudobbq avatar Mar 11 '22 02:03 sudobbq

This function is from SDL v2.0.5 which obviously is not available in the previous versions. Fixed (#411, #412).

bibendovsky avatar Jun 04 '22 11:06 bibendovsky