[Cegcc-devel] Missing reference to ....

2007-06-07 Thread Iris
Hello. I've changed a little demo - dialog.c, using DialogBoxW() instead of MessageBoxW(), for instance. [EMAIL PROTECTED]:~/src> /usr/ppc/arm-wince-mingw32ce/bin/gcc dia2.c /tmp/ccSVUPqw.o:dia2.c:(.text+0x68): undefined reference to `DialogBoxParamW' collect2: ld returned 1 exit status

Re: [Cegcc-devel] Missing reference to ....

2007-06-09 Thread Iris
On Sat, 09 Jun 2007 15:27:14 +0100 Pedro Alves <[EMAIL PROTECTED]> wrote: > Danny Backx wrote: > > DialogBoxParamW is a macro that calls DialogBoxIndirectParamW. According to winuser.h, line 3470, #define DialogBoxW(i,t,p,f) DialogBoxParamW(i,t,p,f,0), which is later (li

[Cegcc-devel] Emulating and debug tips

2007-07-17 Thread Iris
Guys, which emulating software do you usually use? M$ does have emulator and images for WM2003 / WM5 / WM6. But not linux tools, AFAIK, can use M$ emulator images. Or am I mistaken? I'd like to work with tty application (i.e. see, how connect process goes on). What other tools, ex