Displaying 1 result from an estimated 1 matches for "hw_emul".
Did you mean:
io_emul
2009 Mar 26
1
winegcc and 'undefined reference's for names from gdi32
Hello!
Problem with winegcc. Could you please write me where is my mistake?
t:~$ LANG=C make pc
winegcc -o inkdemo.pc src/*.c -linkview -lfreetype -ljpeg -lz
/usr/local/lib/libinkview.a(hw_emulator.o): In function `eink_waveform':
hw_emulator.c:(.text+0xa22): undefined reference to `SetBitmapBits'
hw_emulator.c:(.text+0xa73): undefined reference to `BitBlt'
/usr/local/lib/libinkview.a(hw_emulator.o): In function `hw_init':
hw_emulator.c:(.text+0xd76): undefined reference t...