[EMAIL PROTECTED] writes:

>       bash# make
>       gcc -g -c test.c -I/usr/local/include/wine -I/usr/local/include/wine/msvcrt
> -I/home/nwine/ifdt32/ifdt32
>       gcc -o test  test.o -lifdt32 -L/usr/local/lib

You cannot do it that way. Your test app must be a Winelib app in
order to be able to use a Winelib dll.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to