Click here to Skip to main content
15,883,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Link error Pin
mesajflaviu28-Dec-10 10:00
mesajflaviu28-Dec-10 10:00 
AnswerRe: Link error Pin
Luc Pattyn27-Dec-10 15:35
sitebuilderLuc Pattyn27-Dec-10 15:35 
AnswerRe: Link error Pin
mesajflaviu27-Dec-10 20:51
mesajflaviu27-Dec-10 20:51 
QuestionCDialog::OnInitDialog() Asserting Pin
aritosteles27-Dec-10 8:44
aritosteles27-Dec-10 8:44 
AnswerRe: CDialog::OnInitDialog() Asserting Pin
Richard MacCutchan27-Dec-10 22:24
mveRichard MacCutchan27-Dec-10 22:24 
QuestionConfusion about virtual files and folders. Pin
Code-o-mat27-Dec-10 3:41
Code-o-mat27-Dec-10 3:41 
AnswerRe: Confusion about virtual files and folders. Pin
cmk27-Dec-10 8:46
cmk27-Dec-10 8:46 
GeneralRe: Confusion about virtual files and folders. Pin
Code-o-mat27-Dec-10 9:51
Code-o-mat27-Dec-10 9:51 
Thanks for your reply. This is what i'd like to do: the user would "mount" the filesystem on his computer by running a small program or somesuch. A new drive would appear on his system or a new folder would pop up on his desktop (i'd prefer the new drive as if an USB storage device had been connected). Either way, i will call this the "root". So under the root, some folders and files would appear. The content of some folders and files the user should be able to modify, some not. For example he should be able to edit some files, but not delete them, he should also be able to open some files for reading but not save them (he can save them to a different location if he wishes to of course but not overwrite the originals), he should be able to add new files in some folders or delete them, but not be able to do the same in some other folders. Here comes the more tricky part: these files and folders don't really exist on the user's computer, hence, "virtual files and folders". The files' contents are generated/converted on-the-fly, what i mean is, the user e.g. sees abc.doc on the drive, opens it with Word, the system, "behind the scenes", generates the doc format data from other kind of data that might come from a database or another file, etc., the user edits the contents and when he saves it, the doc is converted back to the original data format and stored back into the database or to the other file or wherever it came from (also, possibly over a network/internet).
I really suck at explaining things but i hope it's clear what i mean. I guess i will have to dig deep into writing a file system driver if i want to make anything of this. I will check out that Dokan, looks promising.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Leela: Fry, you're wasting your life sitting in front of that TV. You need to get out and see the real world.
Fry: But this is HDTV. It's got better resolution than the real world <
>Nothing is free in the universe.<

GeneralRe: Confusion about virtual files and folders. Pin
cmk27-Dec-10 11:00
cmk27-Dec-10 11:00 
GeneralRe: Confusion about virtual files and folders. Pin
Code-o-mat27-Dec-10 11:05
Code-o-mat27-Dec-10 11:05 
GeneralRe: Confusion about virtual files and folders. Pin
Code-o-mat29-Dec-10 5:22
Code-o-mat29-Dec-10 5:22 
GeneralRe: Confusion about virtual files and folders. Pin
cmk29-Dec-10 10:04
cmk29-Dec-10 10:04 
GeneralRe: Confusion about virtual files and folders. Pin
Code-o-mat29-Dec-10 11:03
Code-o-mat29-Dec-10 11:03 
GeneralRe: Confusion about virtual files and folders. Pin
cmk29-Dec-10 11:16
cmk29-Dec-10 11:16 
GeneralRe: Confusion about virtual files and folders. Pin
Code-o-mat29-Dec-10 11:22
Code-o-mat29-Dec-10 11:22 
AnswerRe: Confusion about virtual files and folders. Pin
peterchen28-Dec-10 8:53
peterchen28-Dec-10 8:53 
GeneralRe: Confusion about virtual files and folders. [modified] Pin
Code-o-mat29-Dec-10 0:43
Code-o-mat29-Dec-10 0:43 
Questionvc2005,Find in Files Toolbar lost Pin
Tcpip200527-Dec-10 2:01
Tcpip200527-Dec-10 2:01 
AnswerRe: vc2005,Find in Files Toolbar lost Pin
Richard MacCutchan27-Dec-10 22:24
mveRichard MacCutchan27-Dec-10 22:24 
Questionshow exe at task bar after minimize Pin
MKC00226-Dec-10 22:59
MKC00226-Dec-10 22:59 
AnswerRe: show exe at task bar after minimize Pin
jk chan26-Dec-10 23:12
jk chan26-Dec-10 23:12 
GeneralRe: show exe at task bar after minimize Pin
MKC00228-Dec-10 23:11
MKC00228-Dec-10 23:11 
AnswerRe: show exe at task bar after minimize Pin
aritosteles27-Dec-10 8:51
aritosteles27-Dec-10 8:51 
QuestionMarshal.Copy Method?? Pin
002comp26-Dec-10 21:47
002comp26-Dec-10 21:47 
AnswerRe: Marshal.Copy Method?? Pin
Luc Pattyn26-Dec-10 22:41
sitebuilderLuc Pattyn26-Dec-10 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.