Geeks With Blogs

News



Google dast.blog();





These postings are provided "AS IS" with no warranties, and confer no rights.





dast.blog(); "Find a job you love, and you will never have to work a day in your life." November 2006 Entries
How to scan for wireless access points on a Pocket PC?
I have also written a little Win32 console application in C++ that will show how to do it, to run it you have to install the PocketConsole from SymbolicTools: // accesspoints.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include #include #include "strconv.h" int _tmain(int argc, _TCHAR* argv[]) { if (argc [delay in ms]\n"); printf(" name of the wireless adapter\n"); printf(" [delay in ms] delay between scan and list query\n"); ......

Posted On Thursday, November 30, 2006 5:31 PM

How to list installed network adapters on a Pocket PC and detect if they are wireless?
I have written a little Win32 console application in C++ that will show how to do it, to run it you have to install the PocketConsole from SymbolicTools: // adapters.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include #include #include #include "strconv.h" /* * Windows CE does not have a localtime() function, so create a substitute. * See SQLite WinCE Port [http://sourceforge.net/pro... */ struct tm* localtime(const ......

Posted On Friday, November 24, 2006 5:02 PM

String conversion between ANSI and Unicode
For a simple string conversion between ANSI and Unicode on a Pocket PC I have written some C++ classes: CTtoA for conversion from LPCTSTR to LPCSTR CTtoW for conversion from LPCTSTR to LPCWSTR CAtoT for conversion from LPCSTR to LPCTSTR CWtoT for conversion from LPCWSTR to LPCTSTR CAtoW for conversion from LPCSTR to LPCWSTR CWtoA for conversion from LPCWSTR to LPCSTR strconv.h 1 ///////////////////////////... 2 // 3 // strconv.h - Some useful classes for ......

Posted On Friday, November 24, 2006 4:44 PM

Copyright © Daniel Strigl | Powered by: GeeksWithBlogs.net | Join free