Nov 29, 2008 at 11:50pm UTC
I'm going to take a visual basic class in my high school and I wonder if you can combine the easy making windows of Visual Basic and the power of C++. Yes, I did look on the net for the answer but can't find. So is it possible?
Nov 30, 2008 at 12:13am UTC
Last edited on Nov 30, 2008 at 12:18am UTC
Nov 30, 2008 at 12:33am UTC
It's possible to link a VB program to a DLL, though.
Nov 30, 2008 at 12:48am UTC
I know how to make a libraries for lua but is there a tutorial for making libraries for C++ or Visual Basic?
Nov 30, 2008 at 12:56am UTC
That either depends on the compiler or the OS. It helps if you're using an IDE, since it'll likely automatically include the headers you need.
Nov 30, 2008 at 1:14am UTC
For C++ I use Microsoft Visual C++ 2008, for Visual basic Microsoft Visual Basic 2008.
Nov 30, 2008 at 3:11am UTC
Mixing those 2 wouldn't make great results ;)
Nov 30, 2008 at 3:56am UTC
That is what I'm thinking but I can't find a tutorial on how to make a libraries.