|
-
Jul 3rd, 2005, 02:42 PM
#1
Thread Starter
Lively Member
how to compile the whole project and create an .exe file with vb6?
how to compile the whole project and create an .exe file with vb6?
I put "option explicit" into all my units, and it cause error when I navigate into a function in which the variables arent declared properly.
but I dont want to navigate through all the funtions in the app to explore these errors , I need to compile the whole project and detect all the variable which aren declared properly..and I need an exe file too...
plz help
-
Jul 3rd, 2005, 02:48 PM
#2
-
Jul 3rd, 2005, 02:51 PM
#3
Addicted Member
Re: how to compile the whole project and create an .exe file with vb6?
Hi,
Ultra2:
Manov is correct there is no easy way to get around not declaring variables aside from removing Option Explicit.
To make an EXE out of the project click FILE, MAKE Project1.exe (whatever your project name is), OK. The EXE file will be written to disk.
Have a good one!
BK
Last edited by Black__Knight; Jul 3rd, 2005 at 02:58 PM.
-
Jul 3rd, 2005, 02:52 PM
#4
Thread Starter
Lively Member
Re: how to compile the whole project and create an .exe file with vb6?
How to create an exe file?
-
Jul 3rd, 2005, 02:56 PM
#5
Re: how to compile the whole project and create an .exe file with vb6?
n the file menu, you have the 'Make ...exe'
-
Jul 3rd, 2005, 03:00 PM
#6
Thread Starter
Lively Member
Re: how to compile the whole project and create an .exe file with vb6?
thx, thx, I didnt see the Black Night post when I asked...
I did it, thx
-
Jul 3rd, 2005, 03:02 PM
#7
Re: how to compile the whole project and create an .exe file with vb6?
If you don't have it, you problably have the learning edition of VB (or whatever it is called) which does not allow you to compile the code. If that is the case you will have to buy one which can (Standard, Pro, Enterprise)
-
Jul 3rd, 2005, 06:42 PM
#8
Re: how to compile the whole project and create an .exe file with vb6?
Try start the program using Ctrl+F5
It will point out the undeclared vars, but is less 'jolting'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|