but only when compille&run is clicked - build all, run works
fine.
error is this:
F:\Documents and Settings\Triffid Hunter\My
Documents\Ceraphim Quadrant\Makefile.win
[Build Error] No rule to make target F:/Program', needed
by
main.o'. Stop.
seems to be here: (makefile.win)
main.o: main.cpp F:/Program
Files/Dev-Cpp/include/windows.h msWindow class.cpp
$(CPP) -c main.cpp -o main.o $(CXXFLAGS)
but when I hit rebuild all, the above line becomes this:
main.o: main.cpp
$(CPP) -c main.cpp -o main.o $(CXXFLAGS)
which works fine...
my project contains a class that encapsulates a standard
window - create class, window appears, destroy class,
window is gracefully closed and de-initialised. Also a
winmain that creates two windows. thats all.
ver 4.9.8.9, windows xp pro w/ all updates.
email for further info: triffid_hunter[at]funkmunch.
merseine.nu
Logged In: YES
user_id=25510
Do you have "Use fast but imperfect dependency
genereration" UNchecked in Compiler Options ?
Colin