From: Mr.Spock on
Hello!

Did anyone spot my delibrate mistake?

> Compile can be done with a DOS command line:
> C:\Program Files\Microsoft Visual Studio\VB98\vb6 /make ProjectName.vbp

User doesn't have installed VB6 on his system. This line of code wouldn't
work on users machine!


From: axtens on
On Jun 18, 10:14 am, Fireseeker <fireseeker_1...(a)hotmail.com> wrote:
> Hello all. I am currently working on a project that would allow you to
> make your own project at runtime. so i have the following code to make
> a control a runtime :

This is a very interesting idea. A quick Googling revealed a few
interesting things:
1. http://www.angelfire.com/biz/rhaminisys/vboledll.html
2. http://www.codeguru.com/vb/controls/vb_activex/activex/comments.php/c3499/
3. http://www.vbexplorer.com/VBExplorer/vb_feature/april2000/april2000.asp
4. http://www.johnsmiley.com/cis18/Smiley007.pdf

No particular order in that list, just the top 4 Google results.

It looks doable.

Kind regards,
Bruce.
From: axtens on
On Jun 18, 10:14 am, Fireseeker <fireseeker_1...(a)hotmail.com> wrote:
> Last but not least i want to know if it is possible for me to make an
> EXE file at runtime of my newly created project? so i could build a
> calculator at runtime and make it a .EXE file? A Save and Load
> function for this would help but i dont know how to do that either.

There are a variety of ways of doing .EXEs. The Roo! compiler, called
Chill, does it one way. The Euphoria binder does it another. Either
would give you some breathing space on your way to making a full-blown
compiler.

Kind regards,
Bruce.
 | 
Pages: 1
Prev: ActiveX implementing REXX parse?
Next: Sysinfo.ocx