[Plib-users] PLIB and C#???
Brought to you by:
sjbaker
From: Tinoshi K. <ti...@li...> - 2006-05-03 22:56:30
|
Hi everybody! I'm developing some OpenGL application that requires a C# User Interface (Windows Form etc...). The application has three windows used to display OpenGL things... To make OpenGL work I've just wrapped the .dll within a C# class using PInvoke... and that's easy... Now I'd like to use PLIB... Do you think it is possible? I mean, which is the shorter way to 'wrap' PLIB so that I can use them in a C# application? Do I have to create a .dll for each .lib and do the same wrapping thing that I did with gl.dll??? Is there another way??? I think that it is a quite hard thing to do... probably the easiest way would be to modify the source code to make it suitable for C# (and managed) and re-compile it... but I think that it will take years! :-P Thank you for any suggestion!!! |