Hi Przemek, On 2010 Feb 16, at 13:33, Przemysław Czerpak wrote:
> On Tue, 16 Feb 2010, [email protected] wrote: > > Hi Viktor, > >> 2010-02-16 11:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) > [...] >> ! Tweaks to allow msvcarm 2003 build. > > Thank you very much. > I've got few questions about fm.c modifications. > You disabled DLMALLOC module for WinCE builds and MSVC 2003 > or earlier and few lines below you enabled ABORT DLMALLOC macro > definition for the same platform and compiler so this code is > disabled by default. > Was it intentional? Could be, I fixed this in order of error occurrence, and second fix may have masked the first one. There are two problems with msvcarm 2003: abort() doesn't exist, so I had to override ALLOC macro. time() doesn't exist, so I had to disable DLMT. > Can you send exact errors you had compiling DLMALLOC module > using MSVC for WinCE? Maybe we can make it working? If above doesn't clarify it, I'll try to recreate them for you. > BTW Probably you missed it. HBMK2 when -implib is used in MinGW > builds creates <name>.a import library file instead of lib<name>.a. > Can you fix it? I'll check it. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
