What soft to use to compile V Basic source ??
Anyone?
Gibe Microsoft Visual Studio .NET a shot.
greetz
Depends on what version the source is for. It will probably be for Visual Basic 6 or Visual Basic .net if you have the source then give me a link or paste it here and i'll tell you if its vb6 or .net
is has .bas and .vpd file so wchich one?
I think you meant *.vbp, which is a VB6 Project file.
QuoteOriginally posted by Hades
What soft to use to compile V Basic source ??
Anyone?
if u are messing wit vb, then i recommend visual basic 6, dont bother wit vb.net yet, its practically a new language ;)
-MeX-
I agree, use VB 6, .net is not fully compatable with some older Vb projects.
i have a question myself, i am in visual basic programming 2 in school and was curious if vb can make a GUI for lua scripts. similar to hawks esthetic bot interface or robocops interface???
i can script VB well, but using ptokax i need the scripts to actually be lua.
can someone point me in the right idrection please!!
thanx,
Will
QuoteOriginally posted by toolmanwill
I agree, use VB 6, .net is not fully compatable with some older Vb projects.
i have a question myself, i am in visual basic programming 2 in school and was curious if vb can make a GUI for lua scripts. similar to hawks esthetic bot interface or robocops interface???
i can script VB well, but using ptokax i need the scripts to actually be lua.
can someone point me in the right idrection please!!
thanx,
Will
well making the gui for scipts is just a gui that creates a settings file. the lua scripts loads the settings from the created file...