Other languages >> QUESTION!!!
Posted by age10programmer on 10:54:00 02-18-2003
Does anyone know how i can combine 2 different program's games (like c++ and VB) into one game? I want to do this because with DarkBASIC I can do one part of the game, and with c++(or another language) in another.

THANX!!!
Posted by dxprog on 11:29:00 02-18-2003
What you could do is write the game engine (or whatever functions you want) in VB or C and compile it as a DLL and then write all the other things in DarkBASIC calling the functions from your DLL, if DBasic can do that. [addsig]
Posted by Henning on 23:54:00 02-18-2003
i think Darkbasic can't do that [addsig]
Posted by dxprog on 00:30:00 02-19-2003
Okay, if you can write your functions in DBasic, compile that as a DLL and then do your other stuff in C or VB. I'm not sure of any other way you could do something like he' saying. [addsig]