On August 19, 2003 06:56 pm, [EMAIL PROTECTED] wrote: > I was compiling the bidi test to try the ICU libs, and got this error > [EMAIL PROTECTED] Wine]$ winegcc 01-biditest.c > > wgcc.ygvnee.o(.text+0x91): In function `main': > : undefined reference to `GetCharacterPlacementW'
Can you try:
$ winegcc -mwindows 01-biditest.c
This will automatically link some important DLLs.
It should solve your problem, if not please let me know.
--
Dimi.
