Click here to Skip to main content
15,922,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Inline methods in C++ giving Linker error Pin
Daniel Strigl30-Oct-02 3:39
Daniel Strigl30-Oct-02 3:39 
GeneralPrinting from a CWebBrowser2 control Pin
jerry0davis30-Oct-02 3:02
jerry0davis30-Oct-02 3:02 
GeneralRe: Printing from a CWebBrowser2 control Pin
Stephane Rodriguez.30-Oct-02 3:57
Stephane Rodriguez.30-Oct-02 3:57 
GeneralRe: Printing from a CWebBrowser2 control Pin
jerry0davis30-Oct-02 4:01
jerry0davis30-Oct-02 4:01 
Generalafxdhtml.h not found Pin
User 665830-Oct-02 2:34
User 665830-Oct-02 2:34 
GeneralRe: afxdhtml.h not found Pin
Stephane Rodriguez.30-Oct-02 3:53
Stephane Rodriguez.30-Oct-02 3:53 
GeneralGridlines without checkboxes in Listcontrol Pin
Hel30-Oct-02 2:01
Hel30-Oct-02 2:01 
GeneralRe: Gridlines without checkboxes in Listcontrol Pin
dabs30-Oct-02 3:51
dabs30-Oct-02 3:51 
GeneralRe: Gridlines without checkboxes in Listcontrol Pin
Hel30-Oct-02 4:19
Hel30-Oct-02 4:19 
GeneralRe: Gridlines without checkboxes in Listcontrol Pin
dabs30-Oct-02 5:48
dabs30-Oct-02 5:48 
GeneralRe: Gridlines without checkboxes in Listcontrol Pin
Hel30-Oct-02 22:24
Hel30-Oct-02 22:24 
GeneralDistributing MFC programs Pin
Shamoon30-Oct-02 0:54
Shamoon30-Oct-02 0:54 
GeneralRe: Distributing MFC programs Pin
Christian Graus30-Oct-02 1:13
protectorChristian Graus30-Oct-02 1:13 
GeneralRe: Distributing MFC programs Pin
Shamoon30-Oct-02 1:23
Shamoon30-Oct-02 1:23 
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 
GeneralRe: a problem in memory allocation Pin
Gérald Mercet30-Oct-02 3:17
Gérald Mercet30-Oct-02 3:17 
I try to follow first the allocation describe by the function called AllocComptStartEndMin, and you know as usual when you do the allocation of memory for a pointer of "double" for example, p=new double[X]; when you try to see what are the value, for each i from 0 to to X-1 of p[i], (before any affectation), in the debug window, you have in this window:
p[i] in the column "Name" and -6.2774385...e+066 in "Value" column. So when i execute step by step AllocComptStartEndMin, it works even if i>120. So, why when i want to affect value to the pointers i can't affect value for the first pointer when i>120 ( and what is very strange is this value:120, because in my sample RowSize =866 and ColSize=255!)


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 

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.