Thread: Make VB6 Error
View Single Post
  #4  
Old 04-29-2004, 02:02 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,032
From the Make VB6 help:

"Override default VB compiler location: Normally, the action looks for the command-line VB compiler by looking for this registry entry: HKEY_CLASSES_ROOT\VisualBasic.Project\shell\Make\c ommand\ and extracting out the exe filename. By providing a full path and filename for this field, that executable will be used instead."

which is normally created during VB6 installation.

You can also multi-select your Make steps, and set the override value to a macro (i.e., %VB%). Then if the location changes, you just need to change one macro value.
Reply With Quote