Having to hack some DLL compilation problems I have, I've created a custom Makefile that works.
I've added it to the project DEV file by hand (I had no other way to get to it because IDE would hang if I try to browse for my file). Unfortunately, even doing so, Dev-Cpp behaves in an unexpected manner.
All together it looks like the path to the custom makefile held CustomMakefile and/or by edCustomMakefile.Text is sometimes incorrect (see unit ProjectOptionsFrm). This would explain almost all problems I encountered but not why TProjectOptionsFrm.btnCustomMakeBrowseClick would hang the IDE...
Could somebody fix this minor (but highly annoying) trouble ? (Sorry folks, I don't use Delphi !)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Having to hack some DLL compilation problems I have, I've created a custom Makefile that works.
I've added it to the project DEV file by hand (I had no other way to get to it because IDE would hang if I try to browse for my file). Unfortunately, even doing so, Dev-Cpp behaves in an unexpected manner.
All together it looks like the path to the custom makefile held CustomMakefile and/or by edCustomMakefile.Text is sometimes incorrect (see unit ProjectOptionsFrm). This would explain almost all problems I encountered but not why TProjectOptionsFrm.btnCustomMakeBrowseClick would hang the IDE...
Could somebody fix this minor (but highly annoying) trouble ? (Sorry folks, I don't use Delphi !)