Hey! I struggle compiling the client for windows 32bit, using bam with make_win32_msvc.bat.
When it comes to src/engine/client/backend_sdl.cpp, i get:
"error: function 'void glTextImage3D(...)' definition is marked dllimport ....
warning: 'void glTextImage3D(...) redeclared without dllimport attribute, previous dllimport ignored'"
08:34
And btw, I couldn't get the bam working with make_win64_msvc.bat. It complains "Unknown architecture" oO
Compiling bam with Visual Studio 2017 over make_win64_msvc.bat is not possible. VS 2017 does not register an environment variable for "VSCOMNTOOLS" like older VS do. maybe search for VS 2...
I am trying to compile openssl library for python script. I am using Windows x64 bit.
I am now following steps in this like: https://github.com/dsoprea/M2CryptoWindows
It worked till I type this