Click here to Skip to main content
15,878,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI I wrote program that have used AGauge component but it doesnt work in any other systems.I changed my system's windows and just installed VS;It worked without any problems but other systems cannot support it.
you know why?if any dll you think where can I find it?
Posted
Comments
Richard MacCutchan 12-Nov-12 12:30pm    
Without knowing which DLLs it uses it is not possible to guess which one may be missing.

You've already been told. Contact the people that wrote that library for what needs to be done to redistribute the library/.EXE you're using.
 
Share this answer
 
hi,
the component is installed on your system so it works on yours but on any other systems its not there so the exe will not run since its unable to find the component on which it has a dependency.
To confirm this you can take another machine and run your exe on it .if it does not run then install the component on that machine and run your exe again (hope it runs this time).
As Dave Kreskowiak has said above, if you want to make this happen automatically(installing the component) instead of doing this manually, you need to know how you can redistribute the component . for more about redistributables click here
[^]

hope this helps .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900