Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to kill a process through VC++ code? Pin
premsridhar6-Sep-04 20:16
premsridhar6-Sep-04 20:16 
AnswerRe: How to kill a process through VC++ code? Pin
Arsalan Malik6-Sep-04 20:44
Arsalan Malik6-Sep-04 20:44 
GeneralURGENT - Please Help Pin
jasu6-Sep-04 20:15
jasu6-Sep-04 20:15 
GeneralPath to system directories Pin
Imtiaz Murtaza6-Sep-04 20:12
Imtiaz Murtaza6-Sep-04 20:12 
GeneralRe: Path to system directories Pin
Joaquín M López Muñoz6-Sep-04 20:14
Joaquín M López Muñoz6-Sep-04 20:14 
GeneralRe: Path to system directories Pin
David Crow7-Sep-04 3:00
David Crow7-Sep-04 3:00 
GeneralC++ question. Pin
WREY6-Sep-04 19:53
WREY6-Sep-04 19:53 
GeneralRe: C++ question. Pin
Joaquín M López Muñoz6-Sep-04 20:08
Joaquín M López Muñoz6-Sep-04 20:08 
struct Node
{
short nodeCnt;
... // various other types
} *(*pNode)[7];
This declares a pointer to an array of pointers to Node objects. How are you allocating memory for this data structure? I'd bet the problem lies there. Could you post the relevant code?

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: C++ question. Pin
WREY7-Sep-04 3:58
WREY7-Sep-04 3:58 
GeneralRe: C++ question. Pin
Joaquín M López Muñoz7-Sep-04 4:13
Joaquín M López Muñoz7-Sep-04 4:13 
GeneralRe: C++ question. Pin
WREY7-Sep-04 4:47
WREY7-Sep-04 4:47 
GeneralRe: C++ question. Pin
Joaquín M López Muñoz7-Sep-04 5:13
Joaquín M López Muñoz7-Sep-04 5:13 
GeneralRe: C++ question. Pin
cmk7-Sep-04 2:23
cmk7-Sep-04 2:23 
GeneralRe: C++ question. Pin
WREY7-Sep-04 4:20
WREY7-Sep-04 4:20 
GeneralRe: C++ question. Pin
Joaquín M López Muñoz7-Sep-04 5:47
Joaquín M López Muñoz7-Sep-04 5:47 
GeneralFound solution!! Pin
WREY7-Sep-04 6:04
WREY7-Sep-04 6:04 
GeneralRe: C++ question. Pin
WREY7-Sep-04 8:42
WREY7-Sep-04 8:42 
GeneralRe: C++ question. Pin
Bob Stanneveld7-Sep-04 9:57
Bob Stanneveld7-Sep-04 9:57 
QuestionUrgent!!How to limit used resources? Pin
mfc_surfer6-Sep-04 19:45
mfc_surfer6-Sep-04 19:45 
GeneralHelp voice chat tech :((( Pin
phamdoan6-Sep-04 18:38
phamdoan6-Sep-04 18:38 
QuestionHow to link the submenu and dialog in MFC dialog based application? Pin
anuchelvi6-Sep-04 17:18
anuchelvi6-Sep-04 17:18 
QuestionHow to disable device in 98/me Pin
max_xiayi6-Sep-04 14:56
max_xiayi6-Sep-04 14:56 
QuestionHow to disable device in 98/me Pin
max_xiayi6-Sep-04 14:56
max_xiayi6-Sep-04 14:56 
GeneralMapping Modes, and Font Size Pin
CoreyCooper6-Sep-04 13:56
CoreyCooper6-Sep-04 13:56 
GeneralListCtrl Stuff Pin
Grahamfff6-Sep-04 11:49
Grahamfff6-Sep-04 11:49 

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.