I’m looking for a way to mount/dismount partitions on win CE 5, from my compact framework app.
I don’t have C++ installed, so cannot write the wrapper myself.
Is there one available somewhere?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Storage Manager APIs, for whatever (poor) reasons are not actually publicly exported from coredll. The only access to them is to create a C library and link it with storemgr.lib. I wholeheartedly agree that this is a real pain, but that’s the way it is, and I’m not aware of any publicly available wrapper for them (if I had one I’d definitely release it, but I don’t).