Hi.
I've programmed an application on a Windows CE.NET platform that
creates a RAS entry and dials it.
The application works fine but there's something strange in the
registry :
In the RAS registry settings, in the "Entry" value, I can see some
data that I output on screen with printf... Incredible, isn't it ? But
these junk data don't seem to disturb the RAS dialing...
If the first printf in my WinMain is : printf("Application
starting\n") then in the Registry values for my RAS entry I'll have
something like this :
(ASCII value for the Entry data value in RasBook\MyRasEntry)
..B.....
!...1...
e OK..FT
= 0..00
..*.9.9.
*.*.*.1.
#...&...
A.......
Applicat
ion Star
ting....
(etc)
Would anyone know what's happening ?
Thanks