Game Development Community

Need help with a compiler warning

by Rodney (OldRod) Burns · in Torque Game Engine · 08/26/2001 (8:01 pm) · 1 replies

I've squashed all the compiler warnings in the libraries and engine. Now I'm down to the tools and I've got them all except this one:

LINK : warning LNK4089: all references to "GDI32.dll" discarded by /OPT:REF

It's in the max2dtsexporter and I get similar warnings for winmm.dll and wsock32.dll.

The help file in Visual Studio isn't really helpful on this warning. Can someone tell me what it means, and how can I fix it?

Thanks =)

#1
08/27/2001 (6:33 am)
It means that you don't need to have that library linked in to the project. You can go to the project settings and remove gdi32.lib and it should go away.

Josh