c++ to vb.net

I need help converting c++ code to vb.net. I don't know any c++ but am fluent in .net.

here are the two i need help with:

http://pastebin.com/P2LEFb5a
http://pastebin.com/3y6dXBAV

includes link.h:

http://pastebin.com/WuCacEBj


thanks in advanced for any help
Last edited on
I think you will have big problems with that.

first .NET is not a language, its a UI library and there is no UI in that code.

Second, that code is low level asynchronous IO and even has inline assembly language. I'm not so sure you're going to get good results from VB. BASIC is not a low level language.

Sorry my answer isnt "help" but really it is ;)
Topic archived. No new replies allowed.