Compiling

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

Space-Boy
a hill giant
a hill giant
Posts: 242
Joined: Wed Dec 04, 2002 12:53 pm
Contact:

Compiling

Post by Space-Boy » Wed Apr 02, 2003 8:16 am

could one use visual basic (censor: i'm an idiot; please ignore me) to compile the latest release?
You have gotten better at Carpal Tunnel! (247)

Mckorr
Developer
Developer
Posts: 2326
Joined: Fri Oct 18, 2002 1:16 pm
Location: Texas

Post by Mckorr » Wed Apr 02, 2003 8:49 am

Umm, no.

MQ is written in Visual C++ .NET. It has been successfully regressed to Visual C++ 6.0 by a number of people. There is some work going on to port it to Dev-C++, but that is slow going right now, as it is more of an exercise than a serious development branch.

visual basic (censor: i'm an idiot; please ignore me) is a completely different language. It is possible to tie together VB and VC code; I've known quite a few people who write the GUI in visual basic (censor: i'm an idiot; please ignore me) and the actual engine/kernel/etc. in Visual C. But you can't take a VC program, plug it into the VB compiler, and expect it to work. At best your VB program would look for VC and give you an error message when it couldn't find it.