Problems converting DLL to unix SO with winelib

Alexandre Julliard julliard at winehq.com
Fri Jun 7 15:23:59 CDT 2002


list at vmn.com.br 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
julliard at winehq.com



More information about the wine-devel mailing list