View Full Version : Make VB6 Action can't find VB6.exe
dhollman
01-10-2019, 08:07 AM
For some reason VBP can't automatically locate VB6.exe. But it is in the usual / default location:
C:\Program Files\Microsoft Visual Studio\VB98\VB6.EXE
What factors determine how that locator process works? Why might this fail?
Thanks
kinook
01-10-2019, 09:31 PM
The Make VB6 action looks for the default value under the following registry keys:
HKEY_CLASSES_ROOT\VisualBasic.Project\shell\Make\c ommand
HKEY_CLASSES_ROOT\VisualBasic.Project\shell\open\c ommand
and if found, strips off anything following .exe and uses that filename for the VB6 executable.
You may need to repair or reinstall VB6 if this isn't working.
dhollman
01-24-2019, 10:18 AM
My registry has "Visual Basic Project" instead of "VisualBasic.Project". Strange.
VB6 works fine otherwise.
Thanks
kinook
04-03-2019, 10:40 PM
In v10.0, the Make VB6 action will also look for the associated executable if not found under the previously mentioned locations.
dmurty
04-12-2019, 05:20 PM
Trying to use VBPro to build on Windows Server 2016 box and get the error:
Unable to determine VB compiler location
If I run vb6 IDE it is able to compile without any issues.
So what can I do to resolve this or what can I do to try and see what the issue is?
Thanks,
Damien
kinook
04-12-2019, 07:36 PM
See above and
https://kinook.com/VisBuildPro/Manual/makevb6actionoptionstab.htm
vBulletin® v3.8.11, Copyright ©2000-2024, vBulletin Solutions Inc.