vote up 2 vote down star

I am trying to compile a VB6 project. On the File Menu it use to display MAKE PROJ1.EXE. Now it displays MAKE PROJ1. (note EXE is missing) The program runs fine in the IDE. I can start with full compile. I can even create a set up disk from the packaging and deployment wizard. I have a sucessful install, but the package will not run. There is no exe file. Other vb project compile just fine. Can anyone lend a hand????

flag
1  
When you choose File | Make PROJ1, what appears in the Make Project dialog box? You should be able to set the filename (including .exe) there... – T.J. Crowder Aug 18 at 16:44
This may sound trivial but aren't you asked to specify an exe name (when you press Alt-F, K to select the Make command from the File menu)? If you specify a file name there (like 'proj.exe') this file is not created? If so, it means that your code no longer compiles. – divo Aug 18 at 16:44

1 Answer

vote up 1 vote down

That's weird

Open up the .VBP project file using Notepad and verify the following entry is correct

ExeName32="PROJ1.EXE"
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.