CeRegOpenKeyEx & C#

  • Thread starter Thread starter Isaac Muñoz Bringué
  • Start date Start date
I

Isaac Muñoz Bringué

in VB6 you were able to use CeRegOpenKeyEx from RAPI.DLL thanks god to
StrPtr usage on parameters.
Now in 2004, with 2003, VB .NET is not able to call properly those alike
CeRegOpenKeyEx functions from RAPI.DLL, and neither a managed support from
MicroSoft is retrieved.

Seems that using C# (with more flexbile pointers support) maybe able to make
proper sucessful calls to

CeRegOpenKeyEx, and alike functions....but NOT?¿ must use C++ .NET to use
unmanaged stuff? is [DllImport statement from C#a pure crap?



Thanks, for reading this, and maybe someone can help me on this
 
The good news is a managed library around RAPI is available freely from
OpenNETCF.org. You can use this from C# or VB.NET. Its called the OpenNETCF
Communication library.
The bad news is we currently have a problem since our domain name has been
incorrectly deleted and we are working hard to get it restored. So please
bear with us as we restore the site. We will announce on this newsgroup when
the site is available again.

Peter
 
GOD!...lol, yes I was wondering why a soo much Googled Site like OpenNETCF
was Down...
LOL!...ok, I surely interested in adding some SQL Ce + ADO features to that
wrapper, so is the source available? as SSL licence?
Thanks for your early review

Peter Foot said:
The good news is a managed library around RAPI is available freely from
OpenNETCF.org. You can use this from C# or VB.NET. Its called the OpenNETCF
Communication library.
The bad news is we currently have a problem since our domain name has been
incorrectly deleted and we are working hard to get it restored. So please
bear with us as we restore the site. We will announce on this newsgroup when
the site is available again.

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org

Isaac Muñoz Bringué said:
in VB6 you were able to use CeRegOpenKeyEx from RAPI.DLL thanks god to
StrPtr usage on parameters.
Now in 2004, with 2003, VB .NET is not able to call properly those alike
CeRegOpenKeyEx functions from RAPI.DLL, and neither a managed support from
MicroSoft is retrieved.

Seems that using C# (with more flexbile pointers support) maybe able to
make
proper sucessful calls to

CeRegOpenKeyEx, and alike functions....but NOT?¿ must use C++ .NET to use
unmanaged stuff? is [DllImport statement from C#a pure crap?



Thanks, for reading this, and maybe someone can help me on this
 
It's back up. The RAPI library is found here:

www.opennetcf.org/communication

-Chris


Peter Foot said:
The good news is a managed library around RAPI is available freely from
OpenNETCF.org. You can use this from C# or VB.NET. Its called the OpenNETCF
Communication library.
The bad news is we currently have a problem since our domain name has been
incorrectly deleted and we are working hard to get it restored. So please
bear with us as we restore the site. We will announce on this newsgroup when
the site is available again.

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org

Isaac Muñoz Bringué said:
in VB6 you were able to use CeRegOpenKeyEx from RAPI.DLL thanks god to
StrPtr usage on parameters.
Now in 2004, with 2003, VB .NET is not able to call properly those alike
CeRegOpenKeyEx functions from RAPI.DLL, and neither a managed support from
MicroSoft is retrieved.

Seems that using C# (with more flexbile pointers support) maybe able to
make
proper sucessful calls to

CeRegOpenKeyEx, and alike functions....but NOT?¿ must use C++ .NET to use
unmanaged stuff? is [DllImport statement from C#a pure crap?



Thanks, for reading this, and maybe someone can help me on this
 
Back
Top