المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How can load dll in project?



C++ Programming
04-08-2009, 09:30 AM
hi all,

I had to include dll with my exe, but my problem is if i keep those dll in my install folder than my project does not work fine. To remove this i have put those dll in new folder inside my installed folder but now my project is not loading those dlls and showing warning


warning LNK4199: /DELAYLOAD:...\test_Folder\abc.dll ignored; no imports found from ...\test_Folder\abc.dll