Hi!
I use version 4.9.8.7. with WinXP SP1.
Dev-Cpp not generate the makefile.win.
The project dir struct is
Project----
---CommonCode
---ProjectSpecCode
The dev file is in "ProjectSpecCode".
If I change the struct and all source file is
under "ProjectSpecCode", then the dev-cpp genrate the
makefile ok.
I use the ProcExplorer (Sysinternals) and with this tools i
must close the handle to makefile.win, and dev-cpp
working right.
Sorry my poor English.
Thanks
Orfanik
Logged In: YES
user_id=609236
could you please send an example project? (zipped)
Project to test the bug
Logged In: YES
user_id=621378
Here is the project.
Logged In: YES
user_id=621378
i have changed the exe dest. dir. Original
was: "../gameeditor/bin"
now is "" (empty)
now working fine....
Logged In: YES
user_id=25510
so this error was due to an incorrect exe output setting ?
Colin
Logged In: YES
user_id=621378
not, the output settings was correct, but relative.
I use the processexplorer from Sysinternals, with this can
see and close open handles. If i start rebuld in dev-cpp,
then produces one makefile.win with 0 length. Then is close
with processexplorer the handle (without close the dev-cpp
program). Start new rebuild, then produces right...and
working ok.
Logged In: YES
user_id=609236
maybe it should have beeen
"..\gameeditor\bin"
not
"../gameeditor/bin"
could you try this?
Logged In: YES
user_id=621378
with this form "..\gameeditor\bin" working
thanks
Logged In: YES
user_id=621378
Sorry, not working....
If i update this settings and make rebuild, working,
then restart dev-cpp.exe and not working. "Could not create
makefile.win"
Logged In: YES
user_id=25510
I couldn't reproduce the problem, the Makefile builds ok here.
Have you compiling without your ProcExplorer loaded ?
Colin