Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to exchange data between ListView and TreeView Pin
Mohammed F. Salem22-Jul-05 8:05
Mohammed F. Salem22-Jul-05 8:05 
GeneralRe: How to exchange data between ListView and TreeView Pin
David Crow22-Jul-05 8:21
David Crow22-Jul-05 8:21 
GeneralRe: How to exchange data between ListView and TreeView Pin
Mohammed F. Salem22-Jul-05 8:28
Mohammed F. Salem22-Jul-05 8:28 
GeneralRe: How to exchange data between ListView and TreeView Pin
Mohammed F. Salem22-Jul-05 8:52
Mohammed F. Salem22-Jul-05 8:52 
Generalctreectrl Pin
ditty grail21-Jul-05 0:45
ditty grail21-Jul-05 0:45 
GeneralRe: ctreectrl Pin
David Crow21-Jul-05 2:58
David Crow21-Jul-05 2:58 
QuestionHow to drag an image in a View ? Pin
AbinThomas21-Jul-05 0:39
AbinThomas21-Jul-05 0:39 
GeneralError C2011 VS 2003 Pin
sweep12321-Jul-05 0:01
sweep12321-Jul-05 0:01 
I get the error:-

c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\wchar.h(437): error C2011: '_stat' : 'struct' type redefinition.

I have checked all my header files to see if any included more than once.

The only way I can get the program built is to comment out the following lines in this (Visual Studio wchar.h) file!

#if     !__STDC__<br />
/* Non-ANSI names for compatibility */<br />
// struct stat {<br />
//        _dev_t st_dev;<br />
//        _ino_t st_ino;<br />
//        unsigned short st_mode;<br />
//        short st_nlink;<br />
//        short st_uid;<br />
//        short st_gid;<br />
//        _dev_t st_rdev;<br />
//        _off_t st_size;<br />
//        time_t st_atime;<br />
//        time_t st_mtime;<br />
//        time_t st_ctime;<br />
//        };<br />
//<br />
#endif  /* __STDC__ */<br />


I am worried that this will cause me problems later.

Are they anything I can do to overcome this problem?

Cheers,
GeneralRe: Error C2011 VS 2003 Pin
toxcct21-Jul-05 0:13
toxcct21-Jul-05 0:13 
GeneralRe: Error C2011 VS 2003 Pin
sweep12321-Jul-05 0:19
sweep12321-Jul-05 0:19 
GeneralRe: Error C2011 VS 2003 Pin
toxcct21-Jul-05 0:24
toxcct21-Jul-05 0:24 
GeneralRe: Error C2011 VS 2003 Pin
sweep12321-Jul-05 0:44
sweep12321-Jul-05 0:44 
GeneralRe: Error C2011 VS 2003 Pin
toxcct21-Jul-05 1:06
toxcct21-Jul-05 1:06 
GeneralRe: Error C2011 VS 2003 Pin
sweep12321-Jul-05 1:12
sweep12321-Jul-05 1:12 
GeneralRe: Error C2011 VS 2003 Pin
Alex_Y21-Jul-05 3:28
Alex_Y21-Jul-05 3:28 
GeneralHelp Required Pin
Sreekanth Muralidharan20-Jul-05 23:24
Sreekanth Muralidharan20-Jul-05 23:24 
Generalreduce size of array Pin
Mepho20-Jul-05 23:23
Mepho20-Jul-05 23:23 
GeneralRe: reduce size of array Pin
sunit520-Jul-05 23:53
sunit520-Jul-05 23:53 
GeneralRe: reduce size of array Pin
sunit521-Jul-05 4:23
sunit521-Jul-05 4:23 
GeneralRe: reduce size of array Pin
Andrew Kirillov21-Jul-05 0:01
Andrew Kirillov21-Jul-05 0:01 
GeneralRe: reduce size of array Pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 0:05
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX21-Jul-05 0:05 
GeneralRe: reduce size of array Pin
Andrew Kirillov21-Jul-05 0:15
Andrew Kirillov21-Jul-05 0:15 
GeneralRe: reduce size of array Pin
toxcct21-Jul-05 0:31
toxcct21-Jul-05 0:31 
GeneralRe: reduce size of array Pin
Andrew Kirillov21-Jul-05 1:08
Andrew Kirillov21-Jul-05 1:08 
GeneralRe: reduce size of array Pin
Alex_Y21-Jul-05 3:31
Alex_Y21-Jul-05 3:31 

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.