Registriert seit: 18. Nov 2003
Ort: localhost
674 Beiträge
Delphi 2005 Professional
|
Re: GetProcAddres mit c++ ?!
28. Okt 2005, 21:42
Probiers mal mit nem cast nach void:
Code:
glMyBegin = (void) GetProcAddress( myDll, "glBegin" );
ciao, Philipp
Philipp There is never enough time to do all the nothing you want.
*HABENWILL*
|