Windows version problem
-
I create dial up entry programmaticly using visual C++ ver 6.0 To do so I need to fill RASENTRY structure and pass it to the RasSetEntryProperties function. everything works fine but there are some extra options under windows 2000 which I want to use. For instance I want RASENTRY.dwOptions = RASEO_SecureLocalFiles to be set and my complier doesn't know what is RASEO_SecureLocalFiles is. Does it mean that using Visual C++ 6.0 I am not able to use win 2000 parameters? or maybe I should use newer version of RasApi. If so do I have to use .Net? I am confused. Please help
-
I create dial up entry programmaticly using visual C++ ver 6.0 To do so I need to fill RASENTRY structure and pass it to the RasSetEntryProperties function. everything works fine but there are some extra options under windows 2000 which I want to use. For instance I want RASENTRY.dwOptions = RASEO_SecureLocalFiles to be set and my complier doesn't know what is RASEO_SecureLocalFiles is. Does it mean that using Visual C++ 6.0 I am not able to use win 2000 parameters? or maybe I should use newer version of RasApi. If so do I have to use .Net? I am confused. Please help
You can download the latest Plaform SDK. This will update your headers and libs, and it also works with VC++6. regards