Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwin32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
Greg Ellis21-Feb-09 15:10
Greg Ellis21-Feb-09 15:10 
AnswerRe: win32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
Gary R. Wheeler21-Feb-09 15:50
Gary R. Wheeler21-Feb-09 15:50 
AnswerRe: win32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
«_Superman_»21-Feb-09 19:11
professional«_Superman_»21-Feb-09 19:11 
AnswerRe: win32 dll in visual studio 6.0 VS visual studio 2005/2008 questions Pin
Stuart Dootson22-Feb-09 13:46
professionalStuart Dootson22-Feb-09 13:46 
Questiona short code for basic graphics Pin
Redribs21-Feb-09 14:02
Redribs21-Feb-09 14:02 
AnswerRe: a short code for basic graphics Pin
Stephen Hewitt21-Feb-09 22:18
Stephen Hewitt21-Feb-09 22:18 
AnswerRe: a short code for basic graphics Pin
Iain Clarke, Warrior Programmer23-Feb-09 4:45
Iain Clarke, Warrior Programmer23-Feb-09 4:45 
QuestionDeveloping WM5 app, runs differnet in Debug versus Release Pin
uzziah021-Feb-09 12:50
uzziah021-Feb-09 12:50 
I'm developing a small app for WM5 and it is using FindFirstFile() and FindNextFile().
These work just great in the WM5 emulator in debug mode.

I created a CAB file and ran it on my Axim, but it didn't work correctly.
I left the state to Release, as opposed to Debug and ran it in the WM5 emulator, and got similar problems.

I think this is working differently for more then just these, but I'm not sure.

The code I am having problems with is looking for a specific file by pattern, and then looking to see if there are others that follow the same pattern; I'm looking for the newest dated version of the file that fills the pattern.
like \Windows\abc*.txt
it works great in debug mode on the emulator,
but not so on my Axim or in release mode on the emulator.

Does anyone know what is happening here?
AnswerRe: Developing WM5 app, runs differnet in Debug versus Release Pin
uzziah022-Feb-09 15:37
uzziah022-Feb-09 15:37 
Questioncheck existence of file in C++ Pin
meixiang621-Feb-09 11:18
meixiang621-Feb-09 11:18 
AnswerRe: check existence of file in C++ Pin
Iain Clarke, Warrior Programmer21-Feb-09 11:43
Iain Clarke, Warrior Programmer21-Feb-09 11:43 
GeneralRe: check existence of file in C++ Pin
meixiang621-Feb-09 13:49
meixiang621-Feb-09 13:49 
GeneralRe: check existence of file in C++ Pin
enhzflep21-Feb-09 13:59
enhzflep21-Feb-09 13:59 
GeneralRe: check existence of file in C++ Pin
meixiang621-Feb-09 14:14
meixiang621-Feb-09 14:14 
AnswerRe: check existence of file in C++ Pin
Rajesh R Subramanian21-Feb-09 21:08
professionalRajesh R Subramanian21-Feb-09 21:08 
GeneralRe: check existence of file in C++ Pin
David Crow21-Feb-09 14:34
David Crow21-Feb-09 14:34 
GeneralRe: check existence of file in C++ Pin
uzziah022-Feb-09 15:38
uzziah022-Feb-09 15:38 
AnswerRe: check existence of file in C++ Pin
David Crow21-Feb-09 14:34
David Crow21-Feb-09 14:34 
AnswerRe: check existence of file in C++ Pin
Stuart Dootson22-Feb-09 13:48
professionalStuart Dootson22-Feb-09 13:48 
GeneralRe: check existence of file in C++ Pin
meixiang622-Feb-09 16:29
meixiang622-Feb-09 16:29 
AnswerRe: check existence of file in C++ Pin
Dan22-Feb-09 21:25
Dan22-Feb-09 21:25 
QuestionHow to check whether system is connected to internet using VC++? Pin
Supra221-Feb-09 3:02
Supra221-Feb-09 3:02 
AnswerRe: How to check whether system is connected to internet using VC++? Pin
Iain Clarke, Warrior Programmer21-Feb-09 11:46
Iain Clarke, Warrior Programmer21-Feb-09 11:46 
AnswerRe: How to check whether system is connected to internet using VC++? Pin
David Crow21-Feb-09 14:35
David Crow21-Feb-09 14:35 
Questionhow do i read the files from executable file? Pin
balukk21-Feb-09 2:17
balukk21-Feb-09 2:17 

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.