Hi there,
although I asked the same question in the german newsgroup I think it
might make sense to ask here as well:
I want to create a (.net) class library in C++ which provides me with
several methods which return the asked data (like rssi, etc.). So I
included the "ntddndis.h" in my C++ File.
In the next step I want to write an application in C# which accesses
methods from C++- .dll. Tried this with a simple test application and it
worked fine. As all code is translated into the CIL (MSIL) I think it
should be possible to use my application on several Pocket PC 2003.
At the end of the day I want to be a able to copy a .exe - File and a
.dll to a Pocket PC which shows me the rssi and the mac - adresses of
the different access points. Of course I want to process the gained data
later on...
My problem by now is: I included "ntddndis.h" but it just won't compile
and Visual Studio .Net 2003 shows me 102 Error Messages.
Is there anything to adjust in my development environment or are there
any other header- Files I have to include? Anybody any ideas?
As formerly mentioned I use Microsoft Visual Studio .Net 2003 with
Microsoft XP SP 2.
I already was told to use opennetcf but as the final application is
supposed to run on quite a number of PDAs I want to keep everything as
small as possible.
Regards,
Andr