Page 1 of 1
Wierd error when starting program
Posted: Fri Dec 21, 2012 4:16 pm
by AnoPem
Hello fellow coders i have a wierd problem i can compile my program just fine no errors or anything but when i put my program into a folder on my desktop with all the nessary dll files it wont start but if the program is in the debug folder it starts just fine, does anyone know what is happening ?
Re: Wierd error when starting program
Posted: Fri Dec 21, 2012 4:26 pm
by Shim
i've had the same experience when using devcomponents
EDIT : did you try running from zip or rar ?
Re: Wierd error when starting program
Posted: Fri Dec 21, 2012 4:38 pm
by AnoPem
mshimranpro wrote:i've had the same experience when using devcomponents
EDIT : did you try running from zip or rar ?
Yes and that didnt work
Re: Wierd error when starting program
Posted: Fri Dec 21, 2012 4:49 pm
by Scottie1972
did you make sure that all the DLL or other file was copied locally?
as in from the project references.
Re: Wierd error when starting program
Posted: Fri Dec 21, 2012 5:29 pm
by visualtech
make sure that all the dlls are in your project folder
Re: Wierd error when starting program
Posted: Fri Dec 21, 2012 5:50 pm
by AnoPem
Scottie1972 wrote:did you make sure that all the DLL or other file was copied locally?
as in from the project references.
What do you mean?
Re: Wierd error when starting program
Posted: Fri Dec 21, 2012 5:51 pm
by AnoPem
visualtech wrote:make sure that all the dlls are in your project folder
They are
Re: Wierd error when starting program
Posted: Tue Dec 25, 2012 5:37 pm
by AnoPem
I rebuild the program on another pc and it seems to work now
