Click here to Skip to main content
15,885,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Full Screen videa and Splash Screen confliction Pin
ScotDolan2-Oct-09 9:58
ScotDolan2-Oct-09 9:58 
Questionvc++ list problem Pin
Nikz21-Oct-09 6:51
Nikz21-Oct-09 6:51 
AnswerRe: vc++ list problem Pin
CPallini1-Oct-09 7:10
mveCPallini1-Oct-09 7:10 
GeneralRe: vc++ list problem Pin
jeron11-Oct-09 7:17
jeron11-Oct-09 7:17 
GeneralRe: vc++ list problem Pin
Nikz21-Oct-09 7:20
Nikz21-Oct-09 7:20 
AnswerRe: vc++ list problem Pin
Richard MacCutchan1-Oct-09 7:27
mveRichard MacCutchan1-Oct-09 7:27 
GeneralRe: vc++ list problem Pin
Nikz21-Oct-09 7:29
Nikz21-Oct-09 7:29 
GeneralRe: vc++ list problem Pin
Nikz21-Oct-09 7:41
Nikz21-Oct-09 7:41 
I found it!!! Cool. It was really simple.

TLevel *lvl = new TLevel(4,1);
CString str("C:\\FieldList.txt");
theApp.lvl->LoadList(str);
theApp.CreateLvl(lvl, this, 30, 30, theApp.FieldSize);

i make theApp.lvl inside of CreateLvl and at rate of LoadList it hadn't iniciated.

Thanks to all. It helped me a lot to understand that i am not crazy. Because i was really desperate =) thanks....
AnswerRe: vc++ list problem Pin
Stuart Dootson1-Oct-09 22:32
professionalStuart Dootson1-Oct-09 22:32 
GeneralRe: vc++ list problem Pin
Nikz22-Oct-09 4:40
Nikz22-Oct-09 4:40 
QuestionLogin crashes when i enter a wrong password [modified] Pin
Vetukuri Raju1-Oct-09 5:50
Vetukuri Raju1-Oct-09 5:50 
QuestionRe: Login crashes when i enter a wrong password Pin
David Crow1-Oct-09 7:21
David Crow1-Oct-09 7:21 
QuestionRe: Login crashes when i enter a wrong password Pin
Maximilien1-Oct-09 7:54
Maximilien1-Oct-09 7:54 
QuestionHow to build visual c++ code Pin
raja 41-Oct-09 4:35
raja 41-Oct-09 4:35 
QuestionRe: How to build visual c++ code Pin
David Crow1-Oct-09 4:40
David Crow1-Oct-09 4:40 
AnswerRe: How to build visual c++ code Pin
Vetukuri Raju1-Oct-09 6:00
Vetukuri Raju1-Oct-09 6:00 
QuestionCapturing printed data Pin
ibnhatab1-Oct-09 3:50
ibnhatab1-Oct-09 3:50 
AnswerRe: Capturing printed data Pin
Richard MacCutchan1-Oct-09 5:50
mveRichard MacCutchan1-Oct-09 5:50 
GeneralRe: Capturing printed data Pin
ibnhatab1-Oct-09 6:20
ibnhatab1-Oct-09 6:20 
GeneralRe: Capturing printed data Pin
Richard MacCutchan1-Oct-09 6:55
mveRichard MacCutchan1-Oct-09 6:55 
GeneralRe: Capturing printed data Pin
ibnhatab1-Oct-09 7:00
ibnhatab1-Oct-09 7:00 
AnswerRe: Capturing printed data Pin
Stuart Dootson1-Oct-09 22:34
professionalStuart Dootson1-Oct-09 22:34 
GeneralRe: Capturing printed data Pin
Paul Belikian3-Oct-09 19:55
Paul Belikian3-Oct-09 19:55 
QuestionCreateInstance("Msxml2.XMLHTTP.4.0") fails Pin
Ash_VCPP1-Oct-09 3:23
Ash_VCPP1-Oct-09 3:23 
QuestionRe: CreateInstance("Msxml2.XMLHTTP.4.0") fails Pin
David Crow1-Oct-09 3:37
David Crow1-Oct-09 3:37 

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.