helloo
how can i fix this problem my friends??:)
Assembling: optymalization.asm
Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LINK : warning LNK4089: all references to "user32.dll" discarded by /OPT:REF
Make finished.
when i don't include user32.inc there is no problem ... but i neeeed user32.inc:) and this makes a veery big problem ....... :)
greetings
how can i fix this problem my friends??:)
Assembling: optymalization.asm
Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LINK : warning LNK4089: all references to "user32.dll" discarded by /OPT:REF
Make finished.
when i don't include user32.inc there is no problem ... but i neeeed user32.inc:) and this makes a veery big problem ....... :)
greetings
It is just a warning to tell you that any functions imported kernel32.dll are not added to Import table. Not much to worry.
PS. This is something to do with the linker and have nothing to do with this forums.
PS. This is something to do with the linker and have nothing to do with this forums.
don't bother ... i've already fix this problem:)