Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - radiKal

Pages: [1]
1
General / Re: unresolved external symbol _glewInit
« on: April 11, 2015, 09:55:36 pm »
The order doesn't seem to change anything.
Yes, my glew library is called glew32s.lib, look:


EDIT: sfml libs weren't compiled with the proper glew. It works now.

2
General / unresolved external symbol _glewInit
« on: April 11, 2015, 05:22:04 pm »
I am trying to make a game with SFML. I am linking to static libraries.
Here are my settings:





Full error:
1>sfml-graphics-s-d.lib(GLExtensions.obj) : error LNK2019: unresolved external symbol _glewInit referenced in function "void __cdecl sf::priv::ensureExtensionsInit(void)" (?ensureExtensionsInit@priv@sf@@YAXXZ)
1>sfml-graphics-s-d.lib(GLExtensions.obj) : error LNK2019: unresolved external symbol _glewGetErrorString referenced in function "void __cdecl sf::priv::ensureExtensionsInit(void)" (?ensureExtensionsInit@priv@sf@@YAXXZ)

What is wrong ?

Pages: [1]