ShowEditor unhandled exception issue
Posted: Thu May 12, 2005 9:03 pm
Hi all,
I am using VC++ 2003 .net and teechart .net beta
this is really weird. I am not sure if it's teechart problem or vc .net bug
Add a teechart, and some function in the form, whenever I reference pointer or recast, ex (*mat)(i,j) or (*char) in any of funtion. The tChart1->ShowEditor() will raise a unhandled exception at runtime, saying "DragDrop registration failed."
This must be a compile issue, 'cause the error is not raised by those function which contain the pointer code, but the ShowEditor(). And even I don't call those function, I still get that error. Funny, without ShowEditor(), the code works.
Anyway, I don't get error if I compile it in release mode.
Just curious if anybody had this before, or is it a known issue?
Best Regards
Fang
p.s By the way, teechart .net won't compile for 2005 vc++ .net express
I am using VC++ 2003 .net and teechart .net beta
this is really weird. I am not sure if it's teechart problem or vc .net bug
Add a teechart, and some function in the form, whenever I reference pointer or recast, ex (*mat)(i,j) or (*char) in any of funtion. The tChart1->ShowEditor() will raise a unhandled exception at runtime, saying "DragDrop registration failed."
This must be a compile issue, 'cause the error is not raised by those function which contain the pointer code, but the ShowEditor(). And even I don't call those function, I still get that error. Funny, without ShowEditor(), the code works.
Anyway, I don't get error if I compile it in release mode.
Just curious if anybody had this before, or is it a known issue?
Best Regards
Fang
p.s By the way, teechart .net won't compile for 2005 vc++ .net express