Problem with running a program from flashdrive
Posted
by rajivpradeep
on Server Fault
See other posts from Server Fault
or by rajivpradeep
Published on 2010-06-10T10:10:58Z
Indexed on
2010/06/10
10:13 UTC
Read the original article
Hit count: 222
usb-flash-drive
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. does anyone know the solution?
© Server Fault or respective owner