Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to join a computer to the domain?? Pin
Rick Pan31-Oct-05 19:46
Rick Pan31-Oct-05 19:46 
QuestionTransparent image Pin
samira forooghi31-Oct-05 19:15
samira forooghi31-Oct-05 19:15 
AnswerRe: Transparent image Pin
Mircea Puiu31-Oct-05 20:34
Mircea Puiu31-Oct-05 20:34 
QuestionBinary files Pin
Aqueel31-Oct-05 18:22
Aqueel31-Oct-05 18:22 
AnswerRe: Binary files Pin
kakan31-Oct-05 19:47
professionalkakan31-Oct-05 19:47 
QuestionProgram Files special folder location. Pin
Martin Marvinski31-Oct-05 16:37
Martin Marvinski31-Oct-05 16:37 
AnswerRe: Program Files special folder location. Pin
khan++31-Oct-05 17:53
khan++31-Oct-05 17:53 
QuestionMFC FormView Pin
ltallman31-Oct-05 16:33
ltallman31-Oct-05 16:33 
AnswerRe: MFC FormView Pin
Christian Graus31-Oct-05 16:35
protectorChristian Graus31-Oct-05 16:35 
AnswerRe: MFC FormView Pin
Arman S.31-Oct-05 21:07
Arman S.31-Oct-05 21:07 
QuestionUnicode, hexadecimal and japanese. Pin
samkook31-Oct-05 14:33
samkook31-Oct-05 14:33 
AnswerRe: Unicode, hexadecimal and japanese. Pin
__yb31-Oct-05 21:20
__yb31-Oct-05 21:20 
GeneralRe: Unicode, hexadecimal and japanese. Pin
samkook1-Nov-05 7:31
samkook1-Nov-05 7:31 
GeneralRe: Unicode, hexadecimal and japanese. Pin
__yb1-Nov-05 11:51
__yb1-Nov-05 11:51 
GeneralRe: Unicode, hexadecimal and japanese. Pin
samkook1-Nov-05 15:40
samkook1-Nov-05 15:40 
QuestionDebugged some strange Error and Now ??? Pin
tbrake31-Oct-05 10:04
tbrake31-Oct-05 10:04 
QuestionUPS Meant 'ActivateTopParent' Pin
tbrake31-Oct-05 10:07
tbrake31-Oct-05 10:07 
AnswerRe: Debugged some strange Error and Now ??? Pin
Joe Woodbury31-Oct-05 10:49
professionalJoe Woodbury31-Oct-05 10:49 
QuestionRe: Debugged some strange Error and Now ??? Pin
tbrake31-Oct-05 11:09
tbrake31-Oct-05 11:09 
Questionfiles Pin
Manu_8131-Oct-05 8:12
Manu_8131-Oct-05 8:12 
AnswerRe: files Pin
Mircea Puiu31-Oct-05 8:33
Mircea Puiu31-Oct-05 8:33 
GeneralRe: files Pin
Manu_8131-Oct-05 8:50
Manu_8131-Oct-05 8:50 
GeneralRe: files Pin
Mircea Puiu31-Oct-05 8:54
Mircea Puiu31-Oct-05 8:54 
GeneralRe: files Pin
Mircea Puiu31-Oct-05 8:56
Mircea Puiu31-Oct-05 8:56 
GeneralRe: files Pin
Manu_8131-Oct-05 9:23
Manu_8131-Oct-05 9:23 
  <br />
char gz_op_fname[100]; //global variable<br />
...<br />
OutputDebug("Data Acq\n");<br />
	<br />
	//create output file<br />
	sprintf(gz_op_fname,"TargetStatistics%d.txt",fCnt);<br />
	while ((Ofile = fopen(gz_op_fname, "r")) != NULL)<br />
	{<br />
		OutputDebug(gz_op_fname);<br />
		sprintf(gz_op_fname,"TargetStatistics%d.txt",++fCnt);<br />
		fclose(Ofile);<br />
	}<br />
	<br />
		OutputDebug("Search Op file \n");<br />


these are the debug messages...
TOUCHCORDTOOL : Data Acq

TOUCHCORDTOOL : TargetStatistics0.txt
TOUCHCORDTOOL : TargetStatistics1.txt
TOUCHCORDTOOL : TargetStatistics2.txt
TOUCHCORDTOOL : TargetStatistics3.txt
TOUCHCORDTOOL : TargetStatistics4.txt
TOUCHCORDTOOL : TargetStatistics5.txt
TOUCHCORDTOOL : TargetStatistics6.txt
TOUCHCORDTOOL : TargetStatistics7.txtFirst-chance exception at 0x77f91c3c in EloTouchCordTool-Circle.exe: 0xC0000008: An invalid HANDLE was specified.
Unhandled exception at 0x77f91c3c in EloTouchCordTool-Circle.exe: 0xC0000008: An invalid HANDLE was specified.

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.