February 01, 2002 Error 42: Symbol Undefined | ||||
---|---|---|---|---|
| ||||
When compiling I got this error: frac.obj(frac) Error 42: Symbol Undefined _DeleteDC@4 frac.obj(frac) Error 42: Symbol Undefined _BitBlt@36 frac.obj(frac) Error 42: Symbol Undefined _SetPixel@16 frac.obj(frac) Error 42: Symbol Undefined _CreateCompatibleDC@4 --- errorlevel 4 Now what I'd like to know is what does it mean and how do I fix it? thanks, Phil |
February 01, 2002 Re: Error 42: Symbol Undefined | ||||
---|---|---|---|---|
| ||||
Posted in reply to Phil Laing | I think you need to add USER32.LIB to your link command line.
Phil Laing wrote:
> When compiling I got this error:
>
> frac.obj(frac)
> Error 42: Symbol Undefined _DeleteDC@4
> frac.obj(frac)
> Error 42: Symbol Undefined _BitBlt@36
> frac.obj(frac)
> Error 42: Symbol Undefined _SetPixel@16
> frac.obj(frac)
> Error 42: Symbol Undefined _CreateCompatibleDC@4
>
> --- errorlevel 4
>
> Now what I'd like to know is what does it mean and how do I fix it?
>
> thanks,
> Phil
|
Copyright © 1999-2021 by the D Language Foundation