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 use /AL /Ob1 /GEf
the inling disappears. If I leave the /AL /Ob1 and remove the /GEf the inline
function is expanded correctly. Any suggestions?
John Hopkins
Optimas Corp.
(formerly Bioscan)