S
soma420
@soma420
Posts
-
Latitude and Longitude -
How can I use a native DLL in .Net 2005?Not sure but this might help http://www.pinvoke.net
-
convert c++ to C#the unsafe keyword can also be used inside a function unsafe { //code with unsafe pointers } be sure to use the -unsafe compile option when building!