c# - opencvsharp application post-setup not working -



c# - opencvsharp application post-setup not working -

i have made application in opencvsharp.it works great. have made setup/installer app , have included dlls required, mentioned in readme file comes along opencvsharp, have included opencvsharextern.dll . when execute setup in pc, installs app fine , app runs fine too. when install app on someother pc, installs fine, when run on pc, throws exception p/invoke , cxcore210.dll...

what doing wrong?

thanks

when reference dll in project, referencing dll in location gets installed installer?

e.g. if dll installed 1 directory in folder should referenced on pc when build it, 1 directory same named folder.

i'm wondering if when build app on pc referencing dll different location (which works find on pc because exists) on pc can't find it.

c# winforms opencv

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -