Original Post
Hello.
Here is what I am working with.
I am getting a linking error running this
This is what I am linking using additional dependencies.
freeglut.lib;
I guess what I am trying to ask is, What do I need to link to get freeglut to work?
Here is what I am working with.
#include <stdlib.h>
#include <GL/freeglut.h>
int main()
{
return 0;
}
I am getting a linking error running this
fatal error LNK1120: 1 unresolved externals
This is what I am linking using additional dependencies.
freeglut.lib;
I guess what I am trying to ask is, What do I need to link to get freeglut to work?
