Pocket PC registry

davidh

Active member
Joined
Jul 8, 2003
Messages
31
Location
UK
Hi,

Ive just upgraded to VS2003, and Im trying to upgrade an eVB project to use the compact framework. Ive tried to upgrade my registry API code, but I keep getting an error regarding the parameters im passing to RegCreateKeyEx (among others!)

Has anyone used API calls to access the WinCE registry and have some examples that I could use, or know what my problem might be?

Thanks in advance
 
Ok, Ignore me, I was just being stupid. I had used the DllImport tags, without realising I could use the old declare statement. Changed it back to how it was in my eVB project and it works fine.
 
Back
Top