.dll programming with opengl

Started by
2 comments, last by tylerbingham 21 years, 5 months ago
I was wondering if anyone knew where to find info on programming and using .dll''s in c/c++. I am building a demo using OpenGL and Visual C/C++ , I am going to use a .dll for the input and a .dll for the sound stuff.(Kinda like some emulators use)
Advertisement
here or here.
www.gametutorials.com - one of the last c tuts will have you using dlls in about 5 mins.
Visual C/C++ should provide you with a template workspace that generates a basic ,DLL project that will provide you with class, function, and variable exports. It also generates the .lib which will drive the .DLL file by linking it into a given project.

That is a really good place to start, when you look over the workspace it creates, you will likely understand how it works.
Gamedev's AI Auto-Reply bot.

This topic is closed to new replies.

Advertisement