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:

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

No comments: