Hi All,
When I execute the exe file on others PC, the program will hang.
But there are no problem if I exe on my PC and running by source code?
Can anyone help me ?
Thanks ...:thumb:
Printable View
Hi All,
When I execute the exe file on others PC, the program will hang.
But there are no problem if I exe on my PC and running by source code?
Can anyone help me ?
Thanks ...:thumb:
Did you create an Installation Package or just copy over the exe?
No errors, it just hangs?
If its "hanging" then it could be because you are missing dependancy files like when you only copy over a exe instead of installing a exe from an installation package.
It was no error prompt out, just keep hanging.
RobDog888 you are so experience, yes it did the installation package on 1st time only. Afterward, any others update I just overwrite the exe without package installation again because I would like do the unit test. According to the experiece from RobDog888 It is possible that the hangging problem only occur in certain page (example, I simply clicking on any page, suddenly it hang)
Thanks.
If it runs on your system and not on another and yet you did a installation package (what installer did you use?) then it could be any number of things. Even difference in the OS version or patches/service packs etc. what does your startup form do/ Can you post code?
It did not hang on start up.
I used inno setup.
so if it doesnt hang on startup of your program then what form or operation is it hanging on?
Inno works well.