Don, We are having a problem getting our inline functions to expand. We are using the MFC dll (_AFXDLL) which requires that we use the /GEf compiler flag. This flag apparently knocks out inlining. I have experimented with the sample program DIBLOOK (although it doesn't use mfcdll) and when I…