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

C / C++ / MFC

 
GeneralRe: Who can help me! Pin
Pete O'Hanlon2-Apr-08 22:45
mvePete O'Hanlon2-Apr-08 22:45 
GeneralRe: Who can help me! Pin
Pete O'Hanlon2-Apr-08 22:55
mvePete O'Hanlon2-Apr-08 22:55 
GeneralRe: Who can help me! Pin
Bradml2-Apr-08 22:58
Bradml2-Apr-08 22:58 
GeneralRe: Who can help me! Pin
Pete O'Hanlon2-Apr-08 23:11
mvePete O'Hanlon2-Apr-08 23:11 
JokeRe: Who can help me! Pin
Rajesh R Subramanian2-Apr-08 23:43
professionalRajesh R Subramanian2-Apr-08 23:43 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 22:37
bornunique3-Apr-08 22:37 
GeneralRe: Who can help me! Pin
CPallini3-Apr-08 2:29
mveCPallini3-Apr-08 2:29 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 20:11
bornunique3-Apr-08 20:11 
GeneralRe: Who can help me! Pin
CPallini3-Apr-08 22:33
mveCPallini3-Apr-08 22:33 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 22:53
bornunique3-Apr-08 22:53 
GeneralRe: Who can help me! Pin
CPallini3-Apr-08 23:06
mveCPallini3-Apr-08 23:06 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 23:20
bornunique3-Apr-08 23:20 
GeneralRe: Who can help me! Pin
Hamid_RT7-Apr-08 4:25
Hamid_RT7-Apr-08 4:25 
GeneralRe: Who can help me! Pin
ThatsAlok26-Apr-09 20:53
ThatsAlok26-Apr-09 20:53 
GeneralReplace views with treeview. Pin
Le@rner2-Apr-08 19:20
Le@rner2-Apr-08 19:20 
GeneralRe: Replace views with treeview. Pin
Stephen Hewitt2-Apr-08 20:00
Stephen Hewitt2-Apr-08 20:00 
GeneralRe: Replace views with treeview. Pin
rp_suman2-Apr-08 20:36
rp_suman2-Apr-08 20:36 
GeneralRe: Replace views with treeview. Pin
Le@rner2-Apr-08 20:43
Le@rner2-Apr-08 20:43 
GeneralRe: Replace views with treeview. [modified] Pin
rp_suman2-Apr-08 21:28
rp_suman2-Apr-08 21:28 
GeneralRe: Replace views with treeview. Pin
Cedric Moonen2-Apr-08 22:14
Cedric Moonen2-Apr-08 22:14 
The first reflex to have in such problems is to use your debugger instead of asking the question on a forum. It will give you much more information than we could give you. And anyway, we can't help until you give us more information, that you'll get by using your debugger.

So, start your debugger (press F5), and see where the crash occurs. Take a look at the call stack to locate the problem in your source files. Look at the different variable to see if everything seems correct. You can also set breakpoints (F9) and step in your program to see if everything runs as expected.

Cédric Moonen
Software developer

Charting control [v1.3]

General(Resolved): Replace views with treeview. Pin
Le@rner2-Apr-08 23:04
Le@rner2-Apr-08 23:04 
GeneralError in updating files Pin
Anu_Bala2-Apr-08 18:23
Anu_Bala2-Apr-08 18:23 
GeneralRe: Error in updating files Pin
Nibu babu thomas2-Apr-08 19:29
Nibu babu thomas2-Apr-08 19:29 
GeneralRe: Error in updating files Pin
Anu_Bala2-Apr-08 19:34
Anu_Bala2-Apr-08 19:34 
GeneralRe: Error in updating files Pin
Nibu babu thomas2-Apr-08 20:01
Nibu babu thomas2-Apr-08 20:01 

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.