|
From: Jacek A. <ja...@ar...> - 2003-04-05 06:24:56
|
Just for the fun of it, I managed to get VB.NET to cooperate with CsGL. It's been a flawless process so far, save for GL and GLU constants, which VB.NET complains about. I solved this by listing the constants my application uses in an Enum ... block and then convering them to System.UInt32. I wonder if there is another (better? more elegant?) way to do it? Best Regards, -- Jacek Artymiak writer, author, developer, consultant -------------------- member of the Board of the Python Business Forum --------- email: ja...@ar... / www: http://www.artymiak.com - |