Problem with an application in USB
Posted
by rajivpradeep
on Stack Overflow
See other posts from Stack Overflow
or by rajivpradeep
Published on 2010-06-01T10:18:24Z
Indexed on
2010/06/02
5:03 UTC
Read the original article
Hit count: 142
c++
|visual-c++
I have an application on a pen drive, which executes some flash files on the same USB flash drive. when i run the application with in the drive, the application just keeps running in the back ground without running the flash files.
When i copy the application on desktop, it runs the flash files in the USB.
Also i programmed the app to write log file, when i run the application with in USB, the app is running but the log file is not getting written, when i remove the pen drive, the file gets written.
What might be the problem, I am using VC++ , VS 2008 to build the application.
© Stack Overflow or respective owner