Click here to Skip to main content
15,897,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Distributing MFC programs Pin
Christian Graus30-Oct-02 1:34
protectorChristian Graus30-Oct-02 1:34 
GeneralRe: Distributing MFC programs Pin
Stephane Rodriguez.30-Oct-02 1:50
Stephane Rodriguez.30-Oct-02 1:50 
GeneralRe: Distributing MFC programs Pin
Navin30-Oct-02 5:18
Navin30-Oct-02 5:18 
GeneralwParam/lParam Pin
stevenson30-Oct-02 0:41
stevenson30-Oct-02 0:41 
GeneralRe: wParam/lParam Pin
Christian Graus30-Oct-02 1:16
protectorChristian Graus30-Oct-02 1:16 
GeneralOnMenuChar Pin
Paolo Giustinoni30-Oct-02 0:40
Paolo Giustinoni30-Oct-02 0:40 
Generala problem in memory allocation Pin
Gérald Mercet30-Oct-02 0:23
Gérald Mercet30-Oct-02 0:23 
GeneralRe: a problem in memory allocation Pin
tongc30-Oct-02 2:16
tongc30-Oct-02 2:16 
<br />
When i>120 i could see in the debug window this message in front of pComptStartMineure:<br />
<br />
CXX0030:expression cannot be evaluated<br />
<code><br />
<br />
that means that your pointer is pointing to NULL, hence it can not evaluated the value. Normally, an attempt to access NULL pointer will give you "Access Violation" error.<br />
<br />
This dynamic memory allocation is not easy to deal with. Ideally you'll need to go step by step through each line of code and monitor your program and see what is an unexpected result.

GeneralRe: a problem in memory allocation Pin
Gérald Mercet30-Oct-02 3:17
Gérald Mercet30-Oct-02 3:17 
GeneralDrawing Lines Pin
vijayaramaraju30-Oct-02 0:04
vijayaramaraju30-Oct-02 0:04 
GeneralRe: Drawing Lines Pin
Christian Graus30-Oct-02 1:19
protectorChristian Graus30-Oct-02 1:19 
GeneralRe: Drawing Lines Pin
Stephane Rodriguez.30-Oct-02 1:48
Stephane Rodriguez.30-Oct-02 1:48 
GeneralRe: Drawing Lines Pin
Paul M Watt30-Oct-02 5:45
mentorPaul M Watt30-Oct-02 5:45 
GeneralBackground color in mainframe Pin
subhasri29-Oct-02 23:13
subhasri29-Oct-02 23:13 
GeneralRe: Background color in mainframe Pin
Mazdak30-Oct-02 0:15
Mazdak30-Oct-02 0:15 
Questioninstaller of VC++ application ? Pin
v b sunil29-Oct-02 21:12
v b sunil29-Oct-02 21:12 
AnswerRe: installer of VC++ application ? Pin
Pavel Klocek29-Oct-02 23:06
Pavel Klocek29-Oct-02 23:06 
GeneralRe: installer of VC++ application ? Pin
v b sunil30-Oct-02 6:17
v b sunil30-Oct-02 6:17 
AnswerRe: installer of VC++ application ? Pin
Trollslayer30-Oct-02 1:41
mentorTrollslayer30-Oct-02 1:41 
AnswerRe: installer of VC++ application ? Pin
Anonymous30-Oct-02 9:29
Anonymous30-Oct-02 9:29 
AnswerRe: installer of VC++ application ? Pin
v b sunil30-Oct-02 19:25
v b sunil30-Oct-02 19:25 
GeneralPeculiarity of hard-disk Pin
nencini29-Oct-02 21:01
nencini29-Oct-02 21:01 
GeneralDLL Question Pin
Stan the man29-Oct-02 20:37
Stan the man29-Oct-02 20:37 
GeneralRe: DLL Question Pin
Joaquín M López Muñoz29-Oct-02 21:11
Joaquín M López Muñoz29-Oct-02 21:11 
GeneralRe: DLL Question Pin
Stan the man29-Oct-02 21:59
Stan the man29-Oct-02 21:59 

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.