PtokaX forum

Stuff => Offtopic => Topic started by: Hades on 24 September, 2004, 19:26:08

Title: Compiling VB exe!!!
Post by: Hades on 24 September, 2004, 19:26:08
What soft to use to compile V Basic source ??
Anyone?
Title:
Post by: Psycho_Chihuahua on 24 September, 2004, 19:33:25
Gibe Microsoft Visual Studio .NET a  shot.

greetz
Title:
Post by: Cypher on 24 September, 2004, 22:36:08
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
Title: well
Post by: Hades on 24 September, 2004, 22:52:42
is has .bas and .vpd file so wchich one?
Title:
Post by: HaArD on 25 September, 2004, 15:15:37
I think you meant *.vbp, which is a VB6 Project file.
Title:
Post by: Meka][Meka on 25 September, 2004, 21:50:05
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-
Title:
Post by: toolmanwill on 25 September, 2004, 22:51:11
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
Title:
Post by: Meka][Meka on 25 September, 2004, 23:21:00
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...