sean_mackrory
Newcomer
- Joined
- Dec 30, 2003
- Messages
- 1
I'm 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. I'm thinking DLL, but once I have the DLL, how do I call those functions from within my VB.NET code?
I also don't want to spend $2000 getting Visual Studio, so I'm using MicroSoft's .NET SDK, which is all command-line compilers. Now I'm 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 don't want to spend $2000 getting Visual Studio, so I'm using MicroSoft's .NET SDK, which is all command-line compilers. Now I'm 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