• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

warning LNK4089: all references to 'oledlg.dll' discarded by /OPT:REF

RSMemphis

Golden Member
Hey,

I moved an old VC++ 6.0 project over to VC++ 7.0 and I got this warning:
"warning LNK4089: all references to 'oledlg.dll' discarded by /OPT:REF"
I did run the linker with /verbose, and it gives me this huge list of discarded references to functions and objects in oledlg.dll ...

Now, it's not a huge issue, since the linker takes care of it, but I would actually like to correct this warning.
I do not actively reference these functions, but I am not sure what I need to turn off to de-reference this dynamic link library.

Can anyone help me?

Thanks
 
Back
Top