windows - ATL-based HBO plugin for IE: Missing library on other machines -


i'm writing hbo internet explorer in visual studio 2010. on development machine works great. register dll use system tool regsvr32 following.

regsvr32 plugin.dll 

however, when try same on other machine error message saying system couldn't load dll module. i'm pretty sure path extension dll correct, believe system doesn't meet other dependencies. in vs build plugin in "release" mode, should include necessary things run somewhere else. changed /md /mt (friend's advice - sadly not working).

i've been searching system event log against additional information without success. have then? mean how check libraries should have on other machine (or maybe it's obvious - tell me names).

edit: found solution, maybe find helpful: add "atl.lib" without quotes linked additional dependencies in visual studio , should work fine.

regards

the solution is: add "atl.lib" without quotes linked additional dependencies in visual studio , should work fine.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -