Thread: DLL conflict
View Single Post
Old May 22nd, 2006, 4:41 PM   #1
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
DLL conflict

Ok me an my partner figured there was some kind of conflict with C# app and C++ dlls!?!?! So we decided to convert everything in the C# app to a C++ CLR Windows Form App. So i added the project to my (cpp)SED.dll solution ran them both. worked fine. then i added a reference to the output of the SED.dll project and the dll compiled fine but the app with the reference failed! saying SED.lib cannot be opened

2>Linking...
2>LINK : fatal error LNK1104: cannot open file '..\debug\SED.lib'

it doesn't appear to be making a .lib file!!!
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote