Now there is other problem - letodb.exe, compiled with mingw, doesn't run, it gives a message "<nomnemonic_name>.dll isn't found" ( <nomnemonic_name> is a sequence of casual non character symbols ). Does anyone know why this could happen ?


It's solved. I've made an error in a Makefile ( I still don't understand clear enough all those $@ $^ ), which cause the following command line:

gcc -Wall -mwindows -oletodb.exe bin/letodb.exe obj\w32/server.o ...

and produces an interesting effect: probably, gcc tried to link bin/letodb.exe ( it was there, build by bcc ) in a resulting exe and link it (!) without warnings, and this resulting exe behaves so strange.

Regards, Alexander.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to