Having a hard time finding any ressources (guides/tutorials) #1142
-
Hey guys, I just began to work for a society and they prompted me with the task of creating a virtual reader for a distant server. I stumbled upon Dokany and it looks perfect for my mission but I have no experience whatsoever with Windows development and with Dokan/Dokany, so i'm having a hard time finding any good ressources or guides to help me. Do you guys have any starting point for me? By the way i'm probably going to code this project in C++, is there anything i should know about Dokany usage with C++? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Thomas-Giaroli , Here is a good start. You will find the documentation. If you need FS examples, you have the samples with even |
Beta Was this translation helpful? Give feedback.
Hi @Thomas-Giaroli ,
Here is a good start. You will find the documentation. If you need FS examples, you have the samples with even
memfs
written in C++ which could interest you.