Hi Przemek,
Many thanks, that solved the problem.
Shouldn't we make USE_DL_PREFIX the default
for all compilers/platforms, to avoid such
possible problems, and also to make this matter
unified across all our builds?
Brgds,
Viktor
On 2008.09.22., at 21:17, Przemyslaw Czerpak wrote:
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
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour