How to Link a Win32 DLL?

  • Thread starter Thread starter James
  • Start date Start date
J

James

Does anybody knows how a link a win32 dll to c#? I'm particularly
interested in linking the Opengl32.dll,glu32.dll to c#. I have seen the
CsGL and tao Project however i would like to know how to do it without the
tao or csgl.


Thanks

James
 
Thanks Guys

James
pei_world said:
[DLLImport "Opengl32.dll"]

James said:
Does anybody knows how a link a win32 dll to c#? I'm particularly
interested in linking the Opengl32.dll,glu32.dll to c#. I have seen the
CsGL and tao Project however i would like to know how to do it without the
tao or csgl.


Thanks

James
 
Back
Top