Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
glFlush unresolved external symbol __imp__glFlush@0
Print
Pages: [
1
]
Author
Topic: glFlush unresolved external symbol __imp__glFlush@0 (Read 1698 times)
0 Members and 1 Guest are viewing this topic.
rlwarrior32
Newbie
Posts: 5
glFlush unresolved external symbol __imp__glFlush@0
«
on:
December 23, 2014, 10:28:33 pm »
I am trying to call glFlush() because of this issue:
http://en.sfml-dev.org/forums/index.php?topic=10722.msg74049#msg74049
I have included:
#include <SFML/OpenGL.hpp>
But I am getting this error: error LNK2001: unresolved external symbol __imp__glFlush@0
Anyone know what's causing this?
Thanks!
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Re: glFlush unresolved external symbol __imp__glFlush@0
«
Reply #1 on:
December 23, 2014, 10:33:55 pm »
You must link to the opengl32 library.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
glFlush unresolved external symbol __imp__glFlush@0