Just posting this in here since I have mentioned this in the user discussion group and it seems a fix has yet to be implemented into dev-cpp at this time.
Issue: Bad dev-cpp.cfg causes vUpdate to fail on Win32 (nt based).
Cause: The problem is that dev-cpp when it generates dev-cpp.cfg adds extra quotes around some of the variables. For example it generates: $BIN=""C:\Program Files\Dev-Cpp\Bin"" instead of $BIN="C:\Program Files\Dev-Cpp\Bin".
If a patch to dev-cpp could be generated to fix this in the near future it would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-09
The $INCLUDE and $LIB fields have the same problem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just posting this in here since I have mentioned this in the user discussion group and it seems a fix has yet to be implemented into dev-cpp at this time.
Issue: Bad dev-cpp.cfg causes vUpdate to fail on Win32 (nt based).
Cause: The problem is that dev-cpp when it generates dev-cpp.cfg adds extra quotes around some of the variables. For example it generates: $BIN=""C:\Program Files\Dev-Cpp\Bin"" instead of $BIN="C:\Program Files\Dev-Cpp\Bin".
If a patch to dev-cpp could be generated to fix this in the near future it would be appreciated.
The $INCLUDE and $LIB fields have the same problem