Hi,
I’m trying to compile my application with 64 bit support but i got several linker errors. The application links fine for 32 bit. Is there anything special for 64 bit systems?
error LNK2019: unresolved external symbol __imp_eglCreateContext referenced in function "public: bool __cdecl
error LNK2019: unresolved external symbol __imp_eglCreateWindowSurface referenced in function "public: bool __cdecl
etc.
The application is linked against the following imagination libs
libEGL.lib
libGLESv2.lib
Are there specials versions for windows 64 bit available? Do I have to set a special define?
Best regards
Jeremia