Click here to Skip to main content
15,900,477 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem when inserting items in CListCtrl Icon view Pin
Naveen13-Jan-06 1:42
Naveen13-Jan-06 1:42 
AnswerRe: Problem when inserting items in CListCtrl Icon view Pin
Rajesh R Subramanian13-Jan-06 18:58
professionalRajesh R Subramanian13-Jan-06 18:58 
GeneralRe: Problem when inserting items in CListCtrl Icon view Pin
Naveen13-Jan-06 22:11
Naveen13-Jan-06 22:11 
Questiontemplate Visual Studio 6 to Visual Studio .NET Pin
patgo13-Jan-06 0:54
patgo13-Jan-06 0:54 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
toxcct13-Jan-06 1:07
toxcct13-Jan-06 1:07 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
Rajesh R Subramanian13-Jan-06 1:16
professionalRajesh R Subramanian13-Jan-06 1:16 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
patgo13-Jan-06 1:17
patgo13-Jan-06 1:17 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
Stephen Hewitt14-Jan-06 14:50
Stephen Hewitt14-Jan-06 14:50 
Can't see anything wrong here. What I normally do in these cases is dump the pre-processor output and see if any macros are messing stuff up (see what the compiler sees). To do this you add the "/P" option to the compiler setting and rebuild. When you do this the build will appear to succeed with no errors - Don't get excited, it's just the preprocessing that has succeeded. For every .CPP file there will be a matching ".i" file with all macros fully expanded. Find a .CPP file that includes the problematic definitions and open the corresponding ".i" file. Look for your problem class - Perhaps by searching for "_NoAddRefReleaseOnCComPtr". Look for anything weird.


Steve


-- modified at 4:44 Monday 16th January, 2006

NOTE: Changed the "/P" above from "/O" (/O is wrong).

GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
patgo15-Jan-06 22:16
patgo15-Jan-06 22:16 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
Stephen Hewitt15-Jan-06 22:44
Stephen Hewitt15-Jan-06 22:44 
QuestionAny module to encode and decode from bufferarray with a short time ? Pin
James Duy Trinh (VietDoor)13-Jan-06 0:37
James Duy Trinh (VietDoor)13-Jan-06 0:37 
QuestionCListCtrl: Automatic Scroll- Down Pin
romuzu13-Jan-06 0:27
romuzu13-Jan-06 0:27 
AnswerRe: CListCtrl: Automatic Scroll- Down Pin
Rajesh R Subramanian13-Jan-06 0:37
professionalRajesh R Subramanian13-Jan-06 0:37 
AnswerRe: CListCtrl: Automatic Scroll- Down Pin
khan++13-Jan-06 1:35
khan++13-Jan-06 1:35 
GeneralRe: CListCtrl: Automatic Scroll- Down Pin
Rajesh R Subramanian13-Jan-06 1:48
professionalRajesh R Subramanian13-Jan-06 1:48 
QuestionCan i pass MFC Objects in between thread ? Pin
vikas amin12-Jan-06 23:20
vikas amin12-Jan-06 23:20 
AnswerRe: Can i pass MFC Objects in between thread ? Pin
Owner drawn12-Jan-06 23:31
Owner drawn12-Jan-06 23:31 
AnswerRe: Can i pass MFC Objects in between thread ? Pin
Stephen Hewitt12-Jan-06 23:41
Stephen Hewitt12-Jan-06 23:41 
AnswerRe: Can i pass MFC Objects in between thread ? Pin
Roger Stoltz12-Jan-06 23:45
Roger Stoltz12-Jan-06 23:45 
AnswerRe: Can i pass MFC Objects in between thread ? Pin
Prakash Nadar12-Jan-06 23:45
Prakash Nadar12-Jan-06 23:45 
AnswerRe: Can i pass MFC Objects in between thread ? Pin
ThatsAlok15-Jan-06 18:19
ThatsAlok15-Jan-06 18:19 
AnswerThank you everyone Pin
vikas amin16-Jan-06 1:10
vikas amin16-Jan-06 1:10 
Questionwprintf() could not display unicode chars which is > 255 to console? Pin
wangdave12-Jan-06 23:11
wangdave12-Jan-06 23:11 
QuestionHow to block a window ? Pin
leenmie12-Jan-06 22:50
leenmie12-Jan-06 22:50 
AnswerRe: How to block a window ? Pin
Stephen Hewitt12-Jan-06 23:49
Stephen Hewitt12-Jan-06 23:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.