View Single Post
  #73 (permalink)  
Old 11-22-2007, 06:09 AM
Louis Louis is offline
Knows the basics
 
Join Date: May 2007
Posts: 98
Default

Hi. I code my DLLS in Vb.NET. If I have a class named "Const", and Const is a reserved keyword, and because this .net library is closed-source, how can I use this "Const" class? It has some unsined hexadecimal integers it returns that I need to use. If I convert these integers, they turn into signed integers and I get errors. Thanks.
Reply With Quote