sean_mackrory
New member
- Joined
- Dec 30, 2003
- Messages
- 1
Im working on my own version of MacroMedia Flash MX. All the code for the File format is in C++ (just headers and code, no libraries), and everything else like the GUI, etc... is in VB.NET. How can I integrate the two so that my VB.NET GUI can access the functions of the C++ code. Im thinking DLL, but once I have the DLL, how do I call those functions from within my VB.NET code?
I also dont want to spend $2000 getting Visual Studio, so Im using MicroSofts .NET SDK, which is all command-line compilers. Now Im OK to do almost all the coding by hand, but how do I specify other things like the project file and the entry point of the program? Or does the SDK have a feature for doing that?
Thanks a lot,
Sean Mackrory
I also dont want to spend $2000 getting Visual Studio, so Im using MicroSofts .NET SDK, which is all command-line compilers. Now Im OK to do almost all the coding by hand, but how do I specify other things like the project file and the entry point of the program? Or does the SDK have a feature for doing that?
Thanks a lot,
Sean Mackrory