stub handling

Alexandre Julliard julliard at winehq.com
Mon Dec 16 19:42:04 CST 2002


"Dimitrie O. Paun" <dpaun at rogers.com> writes:

> printing.o: In function `printer_start_job':
> printing.o(.text+0x1fa): undefined reference to `EndDocPrinter'
> printing.o(.text+0x20a): undefined reference to `EndPagePrinter'
> printing.o(.text+0x237): undefined reference to `StartDocPrinterA'
> printing.o(.text+0x24a): undefined reference to `StartPagePrinter'
> printing.o: In function `printer_finish_job':
> printing.o(.text+0x2b6): undefined reference to `EndPagePrinter'
> printing.o(.text+0x2bd): undefined reference to `EndDocPrinter'
> collect2: ld returned 1 exit status
> 
> How shall we proceed?

We need to implement them, importing stubs no longer works (but of
course you can do a stub implementation instead ;-)

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list