|
|
Question : How to Link a DLL into Your Project
|
|
|
|
I've successfully added .LIB files to my project under Properties > Linker > Input > Additional Dependencies. But I have a DLL now that I need to add to my project (as apposed to a LIB) and when I add my DLL there I get "fatal error LNK1107: invalid or corrupt file: cannot read at 0x310". What do I need to do to get VC++ (2010 Professional) to link with a DLL?
Thanks! Dan
|
|
|
|
Answer : How to Link a DLL into Your Project
|
|
|
|
|
|
|
|
|