On Mon, 22 Sep 2008, Szak�ts Viktor wrote: Hi Viktor,
> I've now retried after a full rebuild (with same flags > as in prev message) and I'm getting the same error and > GPF results with small or even empty test program, > like "FUNC MAIN()". > Do you have any tips what could this be? Or how could > we get close to the solution? Probably MSVC does not allow to replace default malloc()/free() and if you make it it causes some internal errors inside CRTL. In such case if you want to test dlmalloc.c with MSVC you will have to use USE_DL_PREFIX build macro. It causes that dlmalloc.c will be used only by Harbour code. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour