Re: Cant run compiled code
d22k,
How are you deploying your app?
Re: Cant run compiled code
i 'made' it. which i can only assume means compiled ( thanks M$ :rolleyes: )
and sent him the exe
Re: Cant run compiled code
If you have only Compiled your program into an exe file then you need to Package it using any number of
packaging programs. What this will do is add the dependent dlls and ocxs to your package for distribution to your
desired system.
Check out the packaging software links in the Application Deployment Forum's FAQ.
Re: Cant run compiled code
d22k,
You need to use an Installer to get your app deployed (Correctly installed on another computer).
Re: Cant run compiled code
i honestly dont think thats the problem, its only tiiiiiny.
and it works on another mates comp, he doesnt have visual studio installed BTW
Re: Cant run compiled code
d22k,
We do happen to know a little about this, so you really should take our advise. This subject is discussed more times than I care to remember and it ALWAYS has the same answer. Do a search on this topic.
If your program works by acident it does not mean that that is the way things are done.
Re: Cant run compiled code
It doesnt matter how small it is. It depends on the references, dlls, and ocxs it uses. Some systems may already
have the dependencies if they had other software installed that instaled them already.
This is why your program gets a hit or miss type of success.
You need to use an installer. No way around it.
Re: Cant run compiled code
Quote:
Originally Posted by randem
d22k,
We do happen to know a little about this, so you really should take our advise. This subject is discussed more times than I care to remember and it ALWAYS has the same answer. Do a search on this topic.
If your program works by acident it does not mean that that is the way things are done.
eeek i woke the beast! :eek2:
:lol:
ill give it a bash then, thanks :)