Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
CPallini6-Jan-08 23:15
mveCPallini6-Jan-08 23:15 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 0:09
gentleguy7-Jan-08 0:09 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
CPallini7-Jan-08 0:12
mveCPallini7-Jan-08 0:12 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 0:19
gentleguy7-Jan-08 0:19 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
CPallini7-Jan-08 0:22
mveCPallini7-Jan-08 0:22 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 0:25
gentleguy7-Jan-08 0:25 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory [modified] Pin
gentleguy7-Jan-08 0:29
gentleguy7-Jan-08 0:29 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
Matthew Faithfull7-Jan-08 1:09
Matthew Faithfull7-Jan-08 1:09 
This usually happens when your project is linked to the C runtime both statically and dynamically. Statically linked with the debug LIBCD.lib and dynamically linked to MSVCRTD.dll. You can do either one or the other but both is a bad idea, 2 copies of the C library code, 2 copies of all the global data is a receipe for Dead | X| . Change your project settings to use one or the other consistently.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 14:12
gentleguy7-Jan-08 14:12 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
Matthew Faithfull7-Jan-08 22:58
Matthew Faithfull7-Jan-08 22:58 
GeneralUse of CStringArray Pin
CodingLover6-Jan-08 22:26
CodingLover6-Jan-08 22:26 
GeneralRe: Use of CStringArray Pin
Maxwell Chen6-Jan-08 22:40
Maxwell Chen6-Jan-08 22:40 
QuestionRe: Use of CStringArray Pin
CPallini6-Jan-08 23:07
mveCPallini6-Jan-08 23:07 
GeneralRe: Use of CStringArray Pin
CodingLover6-Jan-08 23:19
CodingLover6-Jan-08 23:19 
QuestionRe: Use of CStringArray Pin
CPallini7-Jan-08 0:04
mveCPallini7-Jan-08 0:04 
GeneralRe: Use of CStringArray Pin
CodingLover7-Jan-08 0:48
CodingLover7-Jan-08 0:48 
QuestionRe: Use of CStringArray Pin
CPallini7-Jan-08 1:48
mveCPallini7-Jan-08 1:48 
GeneralRe: Use of CStringArray Pin
CodingLover7-Jan-08 14:46
CodingLover7-Jan-08 14:46 
GeneralCFile Pin
kk.tvm6-Jan-08 21:38
kk.tvm6-Jan-08 21:38 
GeneralRe: CFile Pin
CPallini6-Jan-08 21:55
mveCPallini6-Jan-08 21:55 
QuestionProblem with CListCtrl::SetItemData [Solved] Pin
fantasy12156-Jan-08 21:31
fantasy12156-Jan-08 21:31 
GeneralRe: Problem with CListCtrl::SetItemData Pin
CPallini6-Jan-08 21:47
mveCPallini6-Jan-08 21:47 
GeneralRe: Problem with CListCtrl::SetItemData Pin
Cedric Moonen6-Jan-08 22:41
Cedric Moonen6-Jan-08 22:41 
GeneralRe: Problem with CListCtrl::SetItemData Pin
CPallini6-Jan-08 23:01
mveCPallini6-Jan-08 23:01 
GeneralRe: Problem with CListCtrl::SetItemData Pin
Member 7549607-Jan-08 3:54
Member 7549607-Jan-08 3:54 

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.