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
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