USB FAQ: Introductory Level
USB FAQ - Intermediate
USB Technologies
USB.org - Developers
The basics about universal serial bus (USB) device driver development
http://www.microsoft.com/whdc/DevTools/WDK/WDKdocs.mspx
Universal Serial Bus Device Driver Development
http://www.lvr.com/usb.htm
meaning of snoopypro log
Friday, November 21, 2008
Thursday, November 20, 2008
Friday, November 7, 2008
Compile FVM using VS 2005
1) CodeGuru: BiSplitter 1.1
2) CodeGuru: Adding a drop arrow to a toolbar button
3) Change OnViewDropDown to use NMHDR structrue and cast it to NMTOOLBAR as follows:
2) CodeGuru: Adding a drop arrow to a toolbar button
3) Change OnViewDropDown to use NMHDR structrue and cast it to NMTOOLBAR as follows:
void CMainFrame::OnToolbarDropDown(NMHDR* pnmtb, LRESULT *plr)
{
NMTOOLBAR* pTemp = (NMTOOLBAR*) pnmtb;
}
Simiar to here: CodeProject: Adding a drop arrow to a toolbar button. Free source code and programming help
4) Download "MS detours" package, compile, and copy detours.lib and detoured.lib to the souce directory of /fvmdll
Thursday, November 6, 2008
Wednesday, November 5, 2008
Tuesday, November 4, 2008
build vmware tools for Ubuntu guest
sudo apt-get install build-essential
sudo apt-get install linux-headers-$(uname -r)reference:
http://blogs.tech-recipes.com/johnny/2006/09/05/installing-vmware-tools-for-ubuntu-linux/
Subscribe to:
Posts (Atom)