HI, I have a previous c++ file that has all the code I need for my current project. Normally I would just rewrite it for visual basic but it requires tons of work arounds to complete. (The code involves nodes and pointers and tons of different stuff that visual basic doesn't fully support.) I understand there is a way to compile c++ code into a dll file though and call it in visual basic. I know you have to create a header file and a def file or something but I have no idea how about going about this. Any tutorials or sample code would be much appreciated.
Thank You