Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem running on other pc Pin
ATM@CodeProject29-Jan-09 2:38
ATM@CodeProject29-Jan-09 2:38 
GeneralRe: Problem running on other pc Pin
Thilek29-Jan-09 2:43
Thilek29-Jan-09 2:43 
AnswerRe: Problem running on other pc Pin
Cosmic Egg29-Jan-09 9:11
Cosmic Egg29-Jan-09 9:11 
GeneralRe: Problem running on other pc Pin
Thilek30-Jan-09 3:40
Thilek30-Jan-09 3:40 
GeneralRe: Problem running on other pc Pin
Thilek30-Jan-09 3:54
Thilek30-Jan-09 3:54 
GeneralRe: Problem running on other pc Pin
Thilek30-Jan-09 3:55
Thilek30-Jan-09 3:55 
QuestionDebug Assertion : Project exe cannot be found or does not match. Pin
Divya Lalwani29-Jan-09 2:09
Divya Lalwani29-Jan-09 2:09 
AnswerRe: Debug Assertion : Project exe cannot be found or does not match. Pin
Code-o-mat29-Jan-09 2:21
Code-o-mat29-Jan-09 2:21 
It seems you are trying to run your RELEASE build in debug mode. Could it be that the output directory for your DEBUG and RELEASE targets is the same directory and you previously built a release EXE and now you are trying to run it in DEBUG mode? Even if not, a simple "clean and rebuild" can't hurt...
Aside of that, my guess would be that fil.Open("WeightValue.dat",CFile::modeReadWrite); fails, i think if it does not find the file specified it won't create it for you, so it can't open it. Check the flags for open here[^], i guess you need CFile::modeCreate | CFile::modeNoTruncate | CFile::modeWrite | CFile::typeText, maybe with the hint of a seeking to the end of the file if you wish to append to it.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

QuestionRe: Debug Assertion : Project exe cannot be found or does not match. Pin
David Crow29-Jan-09 2:51
David Crow29-Jan-09 2:51 
QuestionChanging Background color and Static Control background color. Pin
Le@rner29-Jan-09 1:50
Le@rner29-Jan-09 1:50 
AnswerRe: Changing Background color and Static Control background color. Pin
ATM@CodeProject29-Jan-09 1:57
ATM@CodeProject29-Jan-09 1:57 
AnswerRe: Changing Background color and Static Control background color. Pin
Code-o-mat29-Jan-09 2:02
Code-o-mat29-Jan-09 2:02 
GeneralRe: Changing Background color and Static Control background color. Pin
Le@rner29-Jan-09 17:37
Le@rner29-Jan-09 17:37 
QuestionMerging the two video files Pin
raj157629-Jan-09 1:28
raj157629-Jan-09 1:28 
AnswerRe: Merging the two video files Pin
Code-o-mat29-Jan-09 2:09
Code-o-mat29-Jan-09 2:09 
QuestionDetours Simple sample applications dll export problem Pin
keret29-Jan-09 1:24
keret29-Jan-09 1:24 
AnswerRe: Detours Simple sample applications dll export problem Pin
«_Superman_»29-Jan-09 1:49
professional«_Superman_»29-Jan-09 1:49 
GeneralRe: Detours Simple sample applications dll export problem Pin
keret29-Jan-09 3:41
keret29-Jan-09 3:41 
GeneralRe: Detours Simple sample applications dll export problem Pin
«_Superman_»29-Jan-09 19:49
professional«_Superman_»29-Jan-09 19:49 
GeneralRe: Detours Simple sample applications dll export problem Pin
keret30-Jan-09 0:35
keret30-Jan-09 0:35 
Questionhow to get file name to input to 'IWMMetadataEditor' in C++ ? Pin
Supriya Tonape29-Jan-09 1:22
Supriya Tonape29-Jan-09 1:22 
QuestionThread Question Pin
Dennis L29-Jan-09 0:54
Dennis L29-Jan-09 0:54 
AnswerRe: Thread Question Pin
Code-o-mat29-Jan-09 0:59
Code-o-mat29-Jan-09 0:59 
GeneralRe: Thread Question [modified] Pin
Dennis L29-Jan-09 1:36
Dennis L29-Jan-09 1:36 
GeneralRe: Thread Question Pin
Code-o-mat29-Jan-09 1:56
Code-o-mat29-Jan-09 1:56 

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.