Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Visual Basic 6 automatic compilation
Visual Basic 6 automatic compilation
2007-01-26, 4:10 AM #1
So, VB6 doesn't have a command-line compiler.

I want to compile VB6 projects automatically. I'm open to any ideas that anyone has ever heard rumours of. I'm not going to rule out any approach yet: simulating mouse clicks on the IDE, running a debugger against VB6.exe from another process, anything goes.

Suggestions please!
2007-01-26, 6:30 AM #2
Switch to VB.NET?
2007-01-26, 6:55 AM #3
I agree. I easily made the transition in a couple of days of fiddling around with VS2005.
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2007-01-26, 7:10 AM #4
No, not an option I'm afraid. This is a legacy app that will be replaced long before it is ported, and it won't be replaced for the foreseeable future. I'm hoping to set up a build server that can compile it, so we can start doing continuous integration to make maintaining it easier until that time.
2007-01-26, 7:17 AM #5
I'm at school without my vb6 so this could be very wrong.

There's a reference you can include for Excel that you can use to write vb programs that can perform basically any function in Excel. Maybe look around in the reference list for something like that for vb6?
2007-01-26, 12:11 PM #6
Originally posted by RingMaster481:
I'm at school without my vb6 so this could be very wrong.

There's a reference you can include for Excel that you can use to write vb programs that can perform basically any function in Excel. Maybe look around in the reference list for something like that for vb6?


Oh, I know close to nothing about windows programming, but are you talking about OLE automation? I read a VB6 book years ago that had a chapter on it.
2007-01-26, 4:53 PM #7
http://www.autoitscript.com/autoit3/index.php

↑ Up to the top!