Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: prevent scientific notation for integers Pin
b-rad31117-Mar-10 11:00
b-rad31117-Mar-10 11:00 
QuestionDeleting a quadtree [modified] Pin
Chidori-chan17-Mar-10 9:56
Chidori-chan17-Mar-10 9:56 
QuestionRe: Deleting a quadtree Pin
David Crow17-Mar-10 10:03
David Crow17-Mar-10 10:03 
AnswerRe: Deleting a quadtree Pin
krmed17-Mar-10 10:08
krmed17-Mar-10 10:08 
GeneralRe: Deleting a quadtree Pin
Chidori-chan17-Mar-10 10:17
Chidori-chan17-Mar-10 10:17 
QuestionWindows 7 compiled project does not run on Windows XP anymore Pin
Joschwenk66617-Mar-10 8:20
Joschwenk66617-Mar-10 8:20 
AnswerRe: Windows 7 compiled project does not run on Windows XP anymore Pin
Eugen Podsypalnikov17-Mar-10 9:20
Eugen Podsypalnikov17-Mar-10 9:20 
AnswerRe: Windows 7 compiled project does not run on Windows XP anymore Pin
Richard MacCutchan17-Mar-10 12:18
mveRichard MacCutchan17-Mar-10 12:18 
I no longer have an XP system here, but I came across something similar when first using Windows 7. Take a look at the following lines in targetver.h of your project.
#ifndef WINVER                          // Specifies that the minimum required platform is Windows Vista.
#define WINVER 0x0600           // Change this to the appropriate value to target other versions of Windows.
#endif

#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows Vista.
#define _WIN32_WINNT 0x0600     // Change this to the appropriate value to target other versions of Windows.
#endif

You may need to change the values to 0x0501 for Wndows XP. If that does not help then you will need to do some debugging to find where the violation occurs.
txtspeak is the realm of 9 year old children, not developers. Christian Graus

Questionc++ download and execute with stadistics Pin
adan-rivera17-Mar-10 7:55
adan-rivera17-Mar-10 7:55 
QuestionRe: c++ download and execute with stadistics Pin
David Crow17-Mar-10 10:05
David Crow17-Mar-10 10:05 
AnswerRe: c++ download and execute with stadistics Pin
adan-rivera17-Mar-10 12:11
adan-rivera17-Mar-10 12:11 
GeneralRe: c++ download and execute with stadistics Pin
adan-rivera17-Mar-10 12:14
adan-rivera17-Mar-10 12:14 
AnswerRe: c++ download and execute with stadistics Pin
Iain Clarke, Warrior Programmer18-Mar-10 10:47
Iain Clarke, Warrior Programmer18-Mar-10 10:47 
QuestionCan't find any examples using the Microsoft WEBDAV API Pin
Pit M.17-Mar-10 6:00
Pit M.17-Mar-10 6:00 
AnswerRe: Can't find any examples using the Microsoft WEBDAV API Pin
ShadowUz23-Jan-11 15:51
ShadowUz23-Jan-11 15:51 
QuestionHow can I put CListCtrlEx into CListView ? Pin
mesajflaviu17-Mar-10 5:33
mesajflaviu17-Mar-10 5:33 
AnswerRe: How can I put CListCtrlEx into CListView ? Pin
Eugen Podsypalnikov17-Mar-10 5:58
Eugen Podsypalnikov17-Mar-10 5:58 
GeneralRe: How can I put CListCtrlEx into CListView ? Pin
mesajflaviu17-Mar-10 6:48
mesajflaviu17-Mar-10 6:48 
GeneralRe: How can I put CListCtrlEx into CListView ? Pin
Eugen Podsypalnikov17-Mar-10 9:16
Eugen Podsypalnikov17-Mar-10 9:16 
QuestionRe: How can I put CListCtrlEx into CListView ? Pin
David Crow17-Mar-10 10:06
David Crow17-Mar-10 10:06 
AnswerRe: How can I put CListCtrlEx into CListView ? [modified] Pin
Rolf Kristensen17-Mar-10 12:10
Rolf Kristensen17-Mar-10 12:10 
GeneralRe: How can I put CListCtrlEx into CListView ? Pin
mesajflaviu17-Mar-10 21:04
mesajflaviu17-Mar-10 21:04 
GeneralRe: How can I put CListCtrlEx into CListView ? Pin
mesajflaviu17-Mar-10 21:10
mesajflaviu17-Mar-10 21:10 
QuestionRe: How can I put CListCtrlEx into CListView ? Pin
David Crow18-Mar-10 8:52
David Crow18-Mar-10 8:52 
AnswerRe: How can I put CListCtrlEx into CListView ? Pin
mesajflaviu20-Mar-10 8:09
mesajflaviu20-Mar-10 8:09 

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.