Click here to Skip to main content
15,923,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: shell32.dll version 5 - download! Pin
Michael Dunn17-Nov-03 4:40
sitebuilderMichael Dunn17-Nov-03 4:40 
GeneralRe: shell32.dll version 5 - download! Pin
Member 70440718-Nov-03 23:22
Member 70440718-Nov-03 23:22 
GeneralBSTR FAR* : Help needed Immediately Pin
Member 65260616-Nov-03 17:59
Member 65260616-Nov-03 17:59 
GeneralRe: BSTR FAR* : Help needed Immediately Pin
paulb16-Nov-03 18:11
paulb16-Nov-03 18:11 
GeneralRe: BSTR FAR* : Help needed Immediately Pin
Member 65260616-Nov-03 18:17
Member 65260616-Nov-03 18:17 
Generalconverting char to wchar Pin
georgiek5016-Nov-03 17:37
georgiek5016-Nov-03 17:37 
GeneralRe: converting char to wchar Pin
paulb16-Nov-03 17:51
paulb16-Nov-03 17:51 
GeneralRe: converting char to wchar Pin
georgiek5016-Nov-03 18:02
georgiek5016-Nov-03 18:02 
GeneralRe: converting char to wchar Pin
paulb16-Nov-03 18:06
paulb16-Nov-03 18:06 
GeneralRe: converting char to wchar Pin
Mike Dimmick17-Nov-03 0:41
Mike Dimmick17-Nov-03 0:41 
GeneralRe: converting char to wchar Pin
Uma Mahes16-Nov-03 17:58
Uma Mahes16-Nov-03 17:58 
GeneralRe: converting char to wchar Pin
georgiek5016-Nov-03 18:11
georgiek5016-Nov-03 18:11 
GeneralRe: converting char to wchar Pin
Michael Dunn16-Nov-03 18:36
sitebuilderMichael Dunn16-Nov-03 18:36 
GeneralHooking modal Windows Pin
slrao16-Nov-03 17:26
slrao16-Nov-03 17:26 
GeneralDialog windows -- where does the application code go Pin
Dave Sweetser16-Nov-03 16:35
Dave Sweetser16-Nov-03 16:35 
GeneralRe: Dialog windows -- where does the application code go Pin
Prakash Nadar16-Nov-03 16:58
Prakash Nadar16-Nov-03 16:58 
GeneralRe: Dialog windows -- where does the application code go Pin
Dave Sweetser16-Nov-03 17:18
Dave Sweetser16-Nov-03 17:18 
GeneralRe: Dialog windows -- where does the application code go Pin
Prakash Nadar16-Nov-03 17:30
Prakash Nadar16-Nov-03 17:30 
GeneralRe: Dialog windows -- where does the application code go Pin
PJ Arends16-Nov-03 19:06
professionalPJ Arends16-Nov-03 19:06 
GeneralRe: Dialog windows -- where does the application code go Pin
David Crow17-Nov-03 4:38
David Crow17-Nov-03 4:38 
GeneralRe: Dialog windows -- where does the application code go Pin
Mike Danberg17-Nov-03 10:20
Mike Danberg17-Nov-03 10:20 
GeneralRe: Dialog windows -- where does the application code go Pin
Mike Danberg17-Nov-03 11:43
Mike Danberg17-Nov-03 11:43 
General.NET issue Pin
kjessee16-Nov-03 15:32
kjessee16-Nov-03 15:32 
The following code works in VS 6 debug/release.
Works in debug in VS .NET, but locks up in release.

<br />
CString Desc;<br />
<br />
// All others are double<br />
<br />
while ( fscanf (LoadFile, "%lf %lf %lf %lf %lf %d %[_0-9 a-zA-Z]", <br />
	&m_dTemp, &m_dIce, &m_dWind, &m_dTension, &m_dK, &m_iCode, Desc) != EOF)<br />
    {<br />
        m_cboLoads.AddString( cDesc );<br />
    }<br />


The fscanf is causing the lock up with the CString. Any ideas, or avenues of research?

thanks
GeneralRe: .NET issue Pin
Christian Graus16-Nov-03 16:12
protectorChristian Graus16-Nov-03 16:12 
GeneralRe: .NET issue Pin
kjessee16-Nov-03 16:20
kjessee16-Nov-03 16:20 

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.