Opened 13 years ago

Closed 13 years ago

#17 closed defect (wontfix)

unresolved external for gdi32.dll

Reported by: Michaelhz Owned by:
Priority: minor Milestone:
Component: gdi Version:
Severity: Keywords:
Cc:

Description

Ilink reports unresolved external when linking gdi32.dll. So please add the following to gdi32.def/gdi32dbg.def (IMPORTS):

_GpiCreateRoundRectRegion = PMGPI.661 _GpiCreateEllipticRegion = PMGPI.662 _GpiCreatePolygonRegion = PMGPI.663

Change History (1)

comment:1 Changed 13 years ago by dmik

Resolution: wontfix
Status: newclosed

Michael, thanks for your report! Looks like you are using a wrong OS2386.LIB file. The one from the OS/2 Toolkit 4.5 (which is a requirement for the current Odin32 builds) has these exports. Please use it instead.

Note: See TracTickets for help on using tickets.