|
-
Mar 2nd, 2010, 10:42 AM
#1
Thread Starter
New Member
SDK for emulating a file system
Hi!
Does anybody know SDK for emulating a file system?
Thanks!
-
Mar 6th, 2010, 10:08 AM
#2
Re: SDK for emulating a file system
Hey,
Can you provide more information about what exactly you are trying to achieve.
Gary
-
Mar 7th, 2010, 08:14 AM
#3
New Member
Re: SDK for emulating a file system
I know one good - BoxedApp SDK. If you'll have questions, ask me.
-
Jun 21st, 2012, 04:55 AM
#4
Junior Member
Re: SDK for emulating a file system
Plz advise me good example how I can use this SDK.
-
Jun 21st, 2012, 03:56 PM
#5
Junior Member
Re: SDK for emulating a file system
Just check samples on the developer's site
-
Jun 22nd, 2012, 01:41 PM
#6
Junior Member
Re: SDK for emulating a file system
Another exe (not my program) can access the virtual file packed by my program? I assume the another exe also uses BoxedAppSdk.dll to write virtual system. If can, how to protect my file?
-
Jun 25th, 2012, 05:05 PM
#7
Junior Member
Re: SDK for emulating a file system
 Originally Posted by Jokeman
Another exe (not my program) can access the virtual file packed by my program? I assume the another exe also uses BoxedAppSdk.dll to write virtual system. If can, how to protect my file?
1 allow writing
BoxedAppSDK_EnableOption(
DEF_BOXEDAPPSDK_OPTION__EMBED_BOXEDAPP_IN_CHILD_PROCESSES,
TRUE);
...
2 deny writing
BoxedAppSDK_EnableOption(
DEF_BOXEDAPPSDK_OPTION__EMBED_BOXEDAPP_IN_CHILD_PROCESSES,
FALSE);
I think you should to use second way...
-
Jun 26th, 2012, 02:31 PM
#8
Junior Member
Re: SDK for emulating a file system
+1 
Thank you! Problem is solved!
-
Jun 29th, 2012, 08:37 AM
#9
Junior Member
Re: SDK for emulating a file system
You are welcom
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|