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 - Azure Eyes

Pages: [1]
1
General / Linker error
« on: March 06, 2011, 12:58:29 am »
That worked. Thanks.

2
General / Linker error
« on: March 05, 2011, 03:50:58 am »
Ok, so I managed to get SFML working in VS 2010 except for a single function: "gluPerspective." It apparently seems fine with the IDE because it recognized the function for whatever reason, but when I go to build it, I get a 2001 Link error with it.

I've linked to the sfml window and system static libraries. I'm using the code from a sample project window that comes with the download.

Code: [Select]

SFML_Tests.obj : error LNK2001: unresolved external symbol _gluPerspective@32

Pages: [1]