Thursday, June 30, 2011

WinCE Development Tool

http://bbs.pediy.com/showthread.php?p=557435

Tool for connecting PC and WinCE

Tool for connection PC and WinCE on development board
For Win7: Windows Mobil Device Center
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14

For WinXP: activeSync

Wednesday, June 29, 2011

board support package

code for an given board, which support upper level OS.

Different OS may has different BSP for same board.

http://my.oschina.net/zengsai/blog/13153

Friday, June 10, 2011

Wednesday, June 1, 2011

What is an DLL file in Windows

DLL file is an executable file, which implement some functions:
foo(int a, int b)
{
return a+b;
}

the executable of this function could be a DLL, same as .a or .so file in C

Here is more info:
http://www.easydesksoftware.com/dll.htm