Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VARIANT CONVERSION TO SPECIFIC CLASS TYPE POINTER Pin
Stephen Hewitt6-Mar-07 11:53
Stephen Hewitt6-Mar-07 11:53 
GeneralRe: VARIANT CONVERSION TO SPECIFIC CLASS TYPE POINTER Pin
Cedric Moonen6-Mar-07 21:27
Cedric Moonen6-Mar-07 21:27 
GeneralRe: VARIANT CONVERSION TO SPECIFIC CLASS TYPE POINTER Pin
Stephen Hewitt7-Mar-07 11:26
Stephen Hewitt7-Mar-07 11:26 
GeneralRe: "Selecting all entries on Ctrl+A of key board" Pin
harsh_29616-Mar-07 1:13
harsh_29616-Mar-07 1:13 
GeneralRe: "Selecting all entries on Ctrl+A of key board" Pin
Rajesh R Subramanian6-Mar-07 1:26
professionalRajesh R Subramanian6-Mar-07 1:26 
Questiondebug mode VS execution mode Pin
Ayman Mashal6-Mar-07 0:20
Ayman Mashal6-Mar-07 0:20 
AnswerRe: debug mode VS execution mode Pin
James R. Twine6-Mar-07 1:06
James R. Twine6-Mar-07 1:06 
GeneralRe: debug mode VS execution mode Pin
Ayman Mashal6-Mar-07 1:43
Ayman Mashal6-Mar-07 1:43 
you are right

at some point realloc returns NULL !!!! why ?
the calculation of the memory size is fine i put some print messages in the code and here is the output :
DC: 0
before realloc : 0
after realloc : 323b78
DC: 1
before realloc : 323b78
after realloc : 323b78
DC: 2
before realloc : 323b78
after realloc : 323b78
DC: 3
before realloc : 323b78
after realloc : 323b20
DC: 4
before realloc : 323b20
after realloc : 323b20
DC: 5
before realloc : 323b20
after realloc : 323b20
DC: 6
before realloc : 323b20
after realloc : 323b20
DC: 7
before realloc : 323b20
after realloc : 323b20
DC: 8
before realloc : 323b20
after realloc : 323b20
DC: 9
before realloc : 323b20
after realloc : 323b20
DC: 10
before realloc : 323b20
after realloc : 323b20
DC: 11
before realloc : 323b20
after realloc : 323b20
DC: 12
before realloc : 323b20
after realloc : 323b20
DC: 13
before realloc : 323b20
after realloc : 323b20
DC: 14
before realloc : 323b20
after realloc : 323b20
DC: 15
before realloc : 323b20
after realloc : 323bc0
DC: 16
before realloc : 323bc0
after realloc : 323bc0
DC: 17
before realloc : 323bc0
after realloc : 323bc0
DC: 18
before realloc : 323bc0
after realloc : 323bc0
DC: 19
before realloc : 323bc0
<big>after realloc : 0</big>

note that if i decrease my string length its work fine !!
is there any place in the project setting the sets the allowed space for the programme ?

thanks
GeneralRe: debug mode VS execution mode Pin
David Crow6-Mar-07 2:57
David Crow6-Mar-07 2:57 
AnswerRe: debug mode VS execution mode Pin
toxcct6-Mar-07 10:14
toxcct6-Mar-07 10:14 
Questioni," Selecting All entries by on Ctrl +A" Pin
harsh_29616-Mar-07 0:17
harsh_29616-Mar-07 0:17 
AnswerRe: i," Selecting All entries by on Ctrl +A" Pin
Hamid_RT6-Mar-07 0:36
Hamid_RT6-Mar-07 0:36 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
harsh_29616-Mar-07 1:08
harsh_29616-Mar-07 1:08 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
Hamid_RT6-Mar-07 7:12
Hamid_RT6-Mar-07 7:12 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
harsh_29616-Mar-07 18:46
harsh_29616-Mar-07 18:46 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
Hamid_RT6-Mar-07 19:17
Hamid_RT6-Mar-07 19:17 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
harsh_29616-Mar-07 19:22
harsh_29616-Mar-07 19:22 
GeneralRe: i," Selecting All entries by on Ctrl +A" Pin
Hamid_RT7-Mar-07 6:53
Hamid_RT7-Mar-07 6:53 
QuestionTabcontrol background color Pin
deeps_cute6-Mar-07 0:04
deeps_cute6-Mar-07 0:04 
AnswerRe: Tabcontrol background color Pin
Hamid_RT6-Mar-07 0:11
Hamid_RT6-Mar-07 0:11 
GeneralRe: Tabcontrol background color Pin
deeps_cute6-Mar-07 0:14
deeps_cute6-Mar-07 0:14 
QuestionTextbox focus Pin
baerten6-Mar-07 0:01
baerten6-Mar-07 0:01 
AnswerRe: Textbox focus Pin
James R. Twine6-Mar-07 1:10
James R. Twine6-Mar-07 1:10 
GeneralRe: Textbox focus Pin
baerten6-Mar-07 2:07
baerten6-Mar-07 2:07 
QuestionRegistry Viewing Problem Pin
James_Programmer5-Mar-07 23:54
James_Programmer5-Mar-07 23:54 

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.