Facing problem, in running the .exe on other computers
-
Hi all i have developed an MFC application using VS 6.0 The problem is, the .exe is working fine on a system and its not stable on other system(its crashing). On both of the system VS 6.0 is not installed. I copied the required MFC dlls manually to the WINNT/System32. There may be memory leaks in my application, but the systems are of same configuration ( 1 GB RAM, P4 3.2 GHZ CPU...), I should get the same results on both of the machines. Please suggest, where it might go wrong? Thank you. Ramana.
-
Hi all i have developed an MFC application using VS 6.0 The problem is, the .exe is working fine on a system and its not stable on other system(its crashing). On both of the system VS 6.0 is not installed. I copied the required MFC dlls manually to the WINNT/System32. There may be memory leaks in my application, but the systems are of same configuration ( 1 GB RAM, P4 3.2 GHZ CPU...), I should get the same results on both of the machines. Please suggest, where it might go wrong? Thank you. Ramana.
Did you get any errors? can you more explain about your program?
WhiteSky
-
Did you get any errors? can you more explain about your program?
WhiteSky
The application is a Client, When i perform any operation on Server, the changes should reflect at the Client. I used WinSock 2.2 version for implementation. The server is same, in both the cases. When i run the Server and Client on Machine1 everything is fine. But, when i run the Client Program Macihne2, Client program is crashing. A message is shown saying "The application requested the runtime to terminate".