Marek Paliwoda wrote :

>> I tried including -MT and the errors increased.
>
> Then try to disable a line 141 in harbour/make_vc.mak
> and line 121 in harbour/contrib/mtpl_vc.mak ( it looks
> like CFLAGS = -MT$(DBGMARKER) $(CFLAGS) ), rebuild Harbour
> and try to compile your application. I am curious if it
> helps.

This *DEFINITLY* is a problem related to a fact that you are
mixing objs compiled in CPP mode with objs compiled in C mode.

Please set your envvar HB_BUILD_MODE to cpp if you want to
compile in "C++" mode or unset it if you want to compile in
"C" mode.

--

Marek

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

Reply via email to