Dear Micko, I�m not sure but can it be some (clean) compile problems exist to build the MESS tools (SVN r11475)?

Quote
C:\Emulator\Mess\SVN\Bin\mess>make all TARGET=mess OSD=winui
Compiling src/mess/tools/imgtool/windows/hexview.c...
src/mess/tools/imgtool/windows/hexview.c: In function 'int hexview_create(HWND__
*, CREATESTRUCT*)':
src/mess/tools/imgtool/windows/hexview.c:184: error: 'malloc' was not declared i
n this scope
src/mess/tools/imgtool/windows/hexview.c: In function 'LRESULT hexview_wndproc(H
WND__*, UINT, WPARAM, LPARAM)':
src/mess/tools/imgtool/windows/hexview.c:216: error: 'free' was not declared in
this scope
src/mess/tools/imgtool/windows/hexview.c:217: error: 'free' was not declared in
this scope
src/mess/tools/imgtool/windows/hexview.c: In function 'WINBOOL hexview_setdata(H
WND__*, const void*, size_t)':
src/mess/tools/imgtool/windows/hexview.c:256: error: 'malloc' was not declared i
n this scope
src/mess/tools/imgtool/windows/hexview.c:262: error: 'free' was not declared in
this scope
make: *** [obj/winui/mess/mess/tools/imgtool/windows/hexview.o] Error 1