-
what DLL name include gl***** functions?
what DLL name include gl***** functions?
for example void glClear(unsigned int flags);
I want to import this function from DLL but cann't find it.
-
Super Moderator
OpenGL Lord
Re: what DLL name include gl***** functions?
Maybe it is too obvious, but did you tried opengl32.dll ? The string for glClear is inside.
-
Junior Member
Regular Contributor
Re: what DLL name include gl***** functions?
make sure, that you are using stdcall conversion, because all WINAPI functions are stdcall and not cdcl.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules