Problem with running a program from flashdrive
Posted
by rajivpradeep
on Stack Overflow
See other posts from Stack Overflow
or by rajivpradeep
Published on 2010-06-09T09:35:33Z
Indexed on
2010/06/09
9:52 UTC
Read the original article
Hit count: 245
I have a USB drive with two partitions in it, one hidden and one normal. I have an application which swaps the memory and runs the flash application in hidden zone.
The problem is that the application works fine on Windows 7 and when run on Win XP, it swaps the partitions but doesn't run the flash applications but just keeps running in the background. I can see it in task manager.
But, when I copy the application to desktop and run, it runs with no glitch.
I was facing the same problem on Win 7 too, but it was running as required when I ran it using "Run in XP mode" and then I applied a SHIM and is running since then as required.
The application is built using VC++ 2008.
What might be the problem?
© Stack Overflow or respective owner