Click here to Skip to main content
15,909,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionStatic Release wrong behavior and Debug fine Pin
31415926532-Oct-06 19:07
31415926532-Oct-06 19:07 
AnswerRe: Static Release wrong behavior and Debug fine Pin
prasad_som2-Oct-06 19:17
prasad_som2-Oct-06 19:17 
GeneralRe: Static Release wrong behavior and Debug fine Pin
31415926532-Oct-06 19:22
31415926532-Oct-06 19:22 
GeneralRe: Static Release wrong behavior and Debug fine Pin
prasad_som2-Oct-06 19:41
prasad_som2-Oct-06 19:41 
AnswerRe: Static Release wrong behavior and Debug fine Pin
Stephen Hewitt2-Oct-06 19:38
Stephen Hewitt2-Oct-06 19:38 
GeneralRe: Static Release wrong behavior and Debug fine Pin
31415926532-Oct-06 20:12
31415926532-Oct-06 20:12 
GeneralRe: Static Release wrong behavior and Debug fine Pin
Stephen Hewitt2-Oct-06 20:17
Stephen Hewitt2-Oct-06 20:17 
GeneralRe: Static Release wrong behavior and Debug fine Pin
31415926532-Oct-06 21:01
31415926532-Oct-06 21:01 
call stack?
I found that my program was blocked here:

->LPTSTR pstrBack = _tcsrchr(pstrRoot, '\\');
LPTSTR pstrFront = _tcsrchr(pstrRoot, '/');

in BOOL CFileFind::FindFile(LPCTSTR pstrName /* = NULL */,
DWORD dwUnused /* = 0 */)

pstrRoot is correctFrown | :(
GeneralRe: Static Release wrong behavior and Debug fine Pin
S Douglas3-Oct-06 0:02
professionalS Douglas3-Oct-06 0:02 
GeneralRe: Static Release wrong behavior and Debug fine Pin
Stephen Hewitt3-Oct-06 13:41
Stephen Hewitt3-Oct-06 13:41 
AnswerRe: Static Release wrong behavior and Debug fine Pin
Rudolf Jan3-Oct-06 1:08
Rudolf Jan3-Oct-06 1:08 
Questionstrip characters Pin
thathvamsi2-Oct-06 17:52
thathvamsi2-Oct-06 17:52 
AnswerRe: strip characters Pin
Link20062-Oct-06 18:07
Link20062-Oct-06 18:07 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:20
thathvamsi2-Oct-06 18:20 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:26
Link20062-Oct-06 18:26 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:30
thathvamsi2-Oct-06 18:30 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:56
Link20062-Oct-06 18:56 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 20:31
thathvamsi2-Oct-06 20:31 
GeneralRe: strip characters Pin
David Crow3-Oct-06 5:32
David Crow3-Oct-06 5:32 
AnswerRe: strip characters Pin
Hamid_RT2-Oct-06 18:08
Hamid_RT2-Oct-06 18:08 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:20
Link20062-Oct-06 18:20 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:20
thathvamsi2-Oct-06 18:20 
GeneralRe: strip characters Pin
David Crow3-Oct-06 5:33
David Crow3-Oct-06 5:33 
GeneralRe: strip characters Pin
ThatsAlok2-Oct-06 20:19
ThatsAlok2-Oct-06 20:19 
AnswerRe: strip characters Pin
David Crow3-Oct-06 5:38
David Crow3-Oct-06 5:38 

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.