Click here to Skip to main content
15,885,771 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCommon File Dialog Pin
Anil_vvs12-Feb-06 21:46
Anil_vvs12-Feb-06 21:46 
AnswerRe: Common File Dialog Pin
PJ Arends13-Feb-06 6:22
professionalPJ Arends13-Feb-06 6:22 
QuestionOnSelchangedTree On MainFrame Pin
HMNham12-Feb-06 21:44
HMNham12-Feb-06 21:44 
QuestionOnSelchangedTree On MainFrame Pin
HMNham12-Feb-06 21:43
HMNham12-Feb-06 21:43 
AnswerRe: OnSelchangedTree On MainFrame Pin
_anil_12-Feb-06 23:16
_anil_12-Feb-06 23:16 
QuestionError SHGetFolderPath Pin
sunit512-Feb-06 20:50
sunit512-Feb-06 20:50 
AnswerRe: Error SHGetFolderPath Pin
Owner drawn12-Feb-06 21:06
Owner drawn12-Feb-06 21:06 
GeneralRe: Error SHGetFolderPath Pin
sunit512-Feb-06 21:53
sunit512-Feb-06 21:53 
In the header file shlobj.h this mentioned

#ifndef _WIN32_IE<br />
#define _WIN32_IE 0x0501<br />
#else<br />
#if (_WIN32_IE < 0x0400) && defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0500)<br />
#error _WIN32_IE setting conflicts with _WIN32_WINNT setting<br />
#endif<br />
#endif


still i mentioned in the stdafx.h
#ifndef _WIN32_IE<br />
#define _WIN32_IE 0x0500<br />
#endif

include <shlobj.h>

but it is still showing me same error.Pls help me


never say die

-- modified at 4:08 Monday 13th February, 2006
GeneralRe: Error SHGetFolderPath Pin
Owner drawn12-Feb-06 21:57
Owner drawn12-Feb-06 21:57 
GeneralRe: Error SHGetFolderPath Pin
sunit512-Feb-06 22:07
sunit512-Feb-06 22:07 
GeneralRe: Error SHGetFolderPath Pin
Owner drawn12-Feb-06 22:22
Owner drawn12-Feb-06 22:22 
GeneralRe: Error SHGetFolderPath Pin
sunit512-Feb-06 22:33
sunit512-Feb-06 22:33 
AnswerRe: Error SHGetFolderPath Pin
Michael Dunn13-Feb-06 7:37
sitebuilderMichael Dunn13-Feb-06 7:37 
AnswerRe: Error SHGetFolderPath Pin
ThatsAlok14-Feb-06 19:36
ThatsAlok14-Feb-06 19:36 
QuestionJPEG size Pin
Ansh112-Feb-06 20:21
Ansh112-Feb-06 20:21 
AnswerRe: JPEG size Pin
NoxMan12-Feb-06 21:32
NoxMan12-Feb-06 21:32 
GeneralRe: JPEG size Pin
Ansh112-Feb-06 21:49
Ansh112-Feb-06 21:49 
QuestionHow to know the ID of the current mouse cursor? Pin
Rashid.Mahmood12-Feb-06 19:54
Rashid.Mahmood12-Feb-06 19:54 
AnswerRe: How to know the ID of the current mouse cursor? Pin
John R. Shaw12-Feb-06 21:56
John R. Shaw12-Feb-06 21:56 
QuestionDrawing over bitmap and saving Pin
Tara1412-Feb-06 19:54
Tara1412-Feb-06 19:54 
AnswerRe: Drawing over bitmap and saving Pin
_anil_12-Feb-06 20:37
_anil_12-Feb-06 20:37 
AnswerRe: Drawing over bitmap and saving Pin
John R. Shaw12-Feb-06 22:07
John R. Shaw12-Feb-06 22:07 
GeneralRe: Drawing over bitmap and saving Pin
Tara1413-Feb-06 2:59
Tara1413-Feb-06 2:59 
GeneralRe: Drawing over bitmap and saving Pin
John R. Shaw13-Feb-06 10:44
John R. Shaw13-Feb-06 10:44 
GeneralRe: Drawing over bitmap and saving Pin
Tara1413-Feb-06 17:18
Tara1413-Feb-06 17:18 

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.