Problem solved!!! It was a small thing actually..Forgot to reset a global variable.. Thank you very much for the help,i'm thankfull Alex
rfixxxer
Posts
-
Question -
QuestionProblem solved!!! It was a small thing actually.. Thank you very much for the help,i'm thankfull Alex
-
QuestionProblem solved!!! It was a small thing actually.. Thank you very much for the help,i'm thankfull Alex
-
QuestionI think the problem is that when i start programm for second time it has some problems with reading from the source (XML)file(.xml).. Im opening the file with GUI by using CFileDialog and also f.open in function and closing just with f.close ..Could that be the problem? If yes how do i close it with GUI? And also,Do i need to call OnInitDialog function after the programm ends for the first time? Thank you very much, Alex
-
QuestionOk,i'll try to find the problematic place in code exactly,and i'll tell here.. Thank you, Alex
-
QuestionHello, Ill detail more: My project(parser XML) i allow user to enter filename of file to be parsed and directories for log files(regularTXT and html) and then allow start parsing by pressing Start button which triggers start of work(only if user entered file and directory). For translating txt log file to html i have checkbox and if its marked then html-convert function also starts working.. If its not enough please tell me,also ill post the code tomoroow(although its long for posting)..And no it never worked more than once.. Symptoms are that for second try of running it does get the input but doesnt perform necessary actions as in first time.. I debugged my functions and its fine,couldnt debug GUI(mfcDlg.cpp)yet.. Thank you, Alex
-
QuestionDialog Based-Yes,aloso have Start button which triggers start of programm Event-No ThAnks Alex
-
QuestionI did check the usuals.. Here some details: My project(parser XML) i allow user to enter filename of file to be parsed and directories for log files(regularTXT and html) and then allow start parsing(only if user entered file and directory). For translating txt log file to html i have checkbox and if its marked then html-convert function also starts working.. So the problem is after working once,if i want to enter filename e.t.c. once more,it allows entering but it doesnt work..(if i exit from gui interface and start the programm over again it does work(but again just once),but i need it to work without exiting.. If its not enough please tell me,also ill post the code tomoroow(although its quite long for posting) Thank you Alex
-
QuestionNo,no mutex is used.. Ill detail more: my project(parser XML) i allow user to enter filename of file to be parsed and directories for log files(regularTXT and html) and then allow start parsing(only if user entered file and directory). For translating txt log file to html i have checkbox and if its marked then html-convert function also starts working.. If ots not enough please tell me,also ill post the code tomoroow(although its quite long for posting) Thank you Alex
-
QuestionI finally made my MFC(GUI) project,but have a problem,after working succesfully once,for second time it doesnt work anymore!(without exiting form GUI). What can be the problem?Can someone please help?Maybe i need toreinitialize or free something? Alex
-
Questionthank you! but i already got help thanks Johnny
-
QuestionThank you very much!!! It works! Johnny
-
QuestionHello,can anyone help please(my second for today), How can i open a file(for exemple d:\Temp\log.txt) through pushing a button in my MFC project? Thank you all! Johnny
-
A questionThank you! But what if the path can vary? Johnny
-
A questionHello everyone, How can i link between my application(thaT I WROTE IN C++) and my MFC application,i mean i want to run my application by pressing START button in my MFC project If any one can help ill be gratefull, Thank you , Johnny