VC 2008 problem
-
hi friends, i am using visual studio 2008... when i am using VS2008 Editor its working fine... when i am going run from Debug or release folder exe application is running...functionality is not working... please help any body....
-
hi friends, i am using visual studio 2008... when i am using VS2008 Editor its working fine... when i am going run from Debug or release folder exe application is running...functionality is not working... please help any body....
Member 3653751 wrote:
.functionality is not working...
What does this mean? We have no way of guessing what you are referring to here. Does your code compile successfully, do you get an error, exception, system crash ... ?
It's time for a new signature.
-
Member 3653751 wrote:
.functionality is not working...
What does this mean? We have no way of guessing what you are referring to here. Does your code compile successfully, do you get an error, exception, system crash ... ?
It's time for a new signature.
hi if i am running from exe its not working...
-
hi if i am running from exe its not working...
-
hi if i am running from exe its not working...
-
Member 3653751 wrote:
its not working...
WHAT DOES "IT'S NOT WORKING" MEAN?
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server. -
Member 3653751 wrote:
its not working...
WHAT DOES "IT'S NOT WORKING" MEAN?
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server.My guess is that he compiled/linked his application fine but it didn't work on other computers... applications developed using VC2008 would most likely require .NET framework to run, make sure your clients have .NET framework installed on their own machines.