Click here to Skip to main content
15,921,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Icon how to obtain Pin
Martyn Pearson10-Apr-03 0:11
Martyn Pearson10-Apr-03 0:11 
GeneralRe: Icon how to obtain Pin
Debs10-Apr-03 0:14
Debs10-Apr-03 0:14 
QuestionURGEnt:How to open an application?? Pin
RaajaOfSelf9-Apr-03 22:49
RaajaOfSelf9-Apr-03 22:49 
AnswerRe: URGEnt:How to open an application?? Pin
Zdeslav Vojkovic9-Apr-03 23:08
Zdeslav Vojkovic9-Apr-03 23:08 
AnswerRe: URGEnt:How to open an application?? Pin
Joan M9-Apr-03 23:17
professionalJoan M9-Apr-03 23:17 
AnswerRe: URGEnt:How to open an application?? Pin
Jump_Around9-Apr-03 23:19
Jump_Around9-Apr-03 23:19 
AnswerRe: URGEnt:How to open an application?? Pin
CodeBrain9-Apr-03 23:21
CodeBrain9-Apr-03 23:21 
GeneralCrash after reading a linked list CString Pin
Willem B9-Apr-03 22:47
Willem B9-Apr-03 22:47 
hi,

i've made a linked list that contains info that i want to read in another function. Wenn i make a new record and insert it into the linked list my programm crashes the next time it reads the list. it can read everything except for the new record.

i think it has something to do with the insertion of a wrong pointer. here's the code for inserting the new record:

<br />
Leverancier->LeverancierID = GetNewLeverancierID();<br />
NewLeverancier = new CLeverancierStruct;<br />
<br />
NewLeverancier = Leverancier;<br />
<br />
m_LeveranciersLijst.AddTail(NewLeverancier);<br />


the "Leverancier" variable contains the info that has to be inserted.

The next time i try to read the new record the programm just crashes on the point of retreving a CString it's value(for the struct).

[]D [] []D []
GeneralRe: Crash after reading a linked list CString Pin
Joaquín M López Muñoz9-Apr-03 23:09
Joaquín M López Muñoz9-Apr-03 23:09 
GeneralRe: Crash after reading a linked list CString Pin
G. Steudtel9-Apr-03 23:21
G. Steudtel9-Apr-03 23:21 
GeneralRe: Crash after reading a linked list CString Pin
Willem B10-Apr-03 22:35
Willem B10-Apr-03 22:35 
GeneralEmbed word document inside a form Pin
Kamesh9-Apr-03 22:30
Kamesh9-Apr-03 22:30 
GeneralRe: Embed word document inside a form Pin
vijayaramaraju10-Apr-03 0:52
vijayaramaraju10-Apr-03 0:52 
Generalmodeless dialogue prob Pin
andyg.1019-Apr-03 22:18
andyg.1019-Apr-03 22:18 
GeneralRe: modeless dialogue prob Pin
Hans Ruck9-Apr-03 23:16
Hans Ruck9-Apr-03 23:16 
GeneralCEdit update delay Pin
CodeBrain9-Apr-03 21:59
CodeBrain9-Apr-03 21:59 
GeneralRe: CEdit update delay Pin
G. Steudtel9-Apr-03 23:34
G. Steudtel9-Apr-03 23:34 
GeneralRe: CEdit update delay Pin
Debs10-Apr-03 0:33
Debs10-Apr-03 0:33 
GeneralMultiple line in MessageBox Pin
Cedric Moonen9-Apr-03 21:59
Cedric Moonen9-Apr-03 21:59 
GeneralRe: Multiple line in MessageBox Pin
Joaquín M López Muñoz9-Apr-03 23:12
Joaquín M López Muñoz9-Apr-03 23:12 
GeneralRe: Multiple line in MessageBox Pin
Zdeslav Vojkovic9-Apr-03 23:12
Zdeslav Vojkovic9-Apr-03 23:12 
GeneralRe: Multiple line in MessageBox Pin
jeremysay9-Apr-03 23:31
jeremysay9-Apr-03 23:31 
GeneralRe: Multiple line in MessageBox Pin
Cedric Moonen9-Apr-03 23:49
Cedric Moonen9-Apr-03 23:49 
GeneralRe: Multiple line in MessageBox Pin
Rage9-Apr-03 23:54
professionalRage9-Apr-03 23:54 
GeneralRe: Multiple line in MessageBox Pin
Cedric Moonen10-Apr-03 1:27
Cedric Moonen10-Apr-03 1:27 

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.