How to combine VB6.0 and C++ ???
-
I want to create an application that using VB6.0 for the GUI, and using C++ for the source. How can i do that? Show me step-by-step to create an application like that. (Assume that i have a file "exm.cpp" that contain all contents that my application need (contain include statements, Functions statements, and main statement), do i need to change my source to use with VB ? And how to change?) Thanks Ask More - Learn More JohnJone
-
I want to create an application that using VB6.0 for the GUI, and using C++ for the source. How can i do that? Show me step-by-step to create an application like that. (Assume that i have a file "exm.cpp" that contain all contents that my application need (contain include statements, Functions statements, and main statement), do i need to change my source to use with VB ? And how to change?) Thanks Ask More - Learn More JohnJone
Hi In short, you can't. The languages aren't interchangeable, and the nearest you could get is to wrap your c++ routines into a dll that can be used from within VB.
-
Hi In short, you can't. The languages aren't interchangeable, and the nearest you could get is to wrap your c++ routines into a dll that can be used from within VB.
-
Hi In short, you can't. The languages aren't interchangeable, and the nearest you could get is to wrap your c++ routines into a dll that can be used from within VB.