blitzview problems
Blitz3D Forums/Blitz3D Beginners Area/blitzview problems
| ||
does anyone use blitzview? it looks good, but i can't compile. it says 'can't find compiler, please enter it into the options page'. i found that but the warning had said is was looking for 'blitzcc.exe'. But in settings: " To compile your source using BlitzView you had to set the path to the "blitzbasic.exe" file. Normaly you found it in the directory "C:\Programs\BlitzXD". Please choose the right path. BlitzView can not compile your source without the right path! " I do not have a blitzbasic.exe or blitzcc.exe anywhere in my Blitz3D folder. I tried making a shortcut of Blitz3D.exe as blitzcc.exe and blitzbasic.exe, but that didn't work. Does anyone know how to get this thing to work? Ryan Scott |
| ||
Since version 1.78 the IDE and the compiler have been separated. So first you have be running Biltz 1.78+. Then blitzcc.exe is the compiler, located in your \bin directory. But the blitzpath variable needs the parent directory, which is where blitzbasic.exe, or Blitz3D.exe, lives. |