How to load a Dll into web service

Started by
0 comments, last by Jell 20 years ago
I have to link my mfc DLL to my .NET web service at "Load time". ( i have reason why i cannot use P/Invoke) How can i do that..? right now, i am doing following things..not getting any Link errors but the library is not loading either(as i found after running the debugger) 1.I have specified ".lib" in Configuration Properties->Linker->Input->Additional Dependencies 2. I have specified ".dll" in Configuration Properties->Linker->Input->Delay Loaded Dlls 3.I have included the Dlls header file in the cpp file (of web service). any feedbacks ..as to why the Dll is not loading ??
Tough times don''t last,Tough people Do.
Advertisement
Can i not use same method of linking a library to my web service, as i used to do for linking a library to mfc dialog based application.

after all coding language is same for mfc application and vc++.net web service..

PLease Help me out...really stuck up with this loading problem..
Tough times don''t last,Tough people Do.

This topic is closed to new replies.

Advertisement