Search found 14 matches

by j-o-l
Thu Aug 03, 2006 5:45 am
Forum: .NET
Topic: CLR debuggin services: can't find cordbg.exe
Replies: 13
Views: 12659

Hi, it seems to be that Standard version of VC doesn't support remote debugging . That exception is thrown after executing the following row: this->tChart1 = new Steema::TeeChart::TChart(); Exception details: Message: "Object reference not set to an instance of an object" Source: TeeChart StackTrace...
by j-o-l
Wed Aug 02, 2006 1:16 pm
Forum: .NET
Topic: CLR debuggin services: can't find cordbg.exe
Replies: 13
Views: 12659

I haven't yet been able to install remote debugger since VC2003 Standard seems to be lacking documentation on how to install remote components only (refers to RemoteComponents.htm which should be on the CD but it isn't...), and if I install whole VC2003 then that test project starts working normally...
by j-o-l
Wed Aug 02, 2006 11:55 am
Forum: .NET
Topic: CLR debuggin services: can't find cordbg.exe
Replies: 13
Views: 12659

I had installed TeeChart using TeeChartNET2VSNET2003 installer, so it shouldn't be a debug version. I re-installed it now (downloaded it again from customers downloads) but it didn't help.. Hello, Another thing .. which version of TeeChart are you using? You're not using one of the non-Production De...
by j-o-l
Wed Aug 02, 2006 10:23 am
Forum: .NET
Topic: CLR debuggin services: can't find cordbg.exe
Replies: 13
Views: 12659

I haven't yet tried that remote debuggin cause I don't see how those test projects could cause any exceptions to be thrown but I guess I'll have to do that to see which exception it is.. I coudn't find any Virtual Window Managers installed on those comps. Hello, Did you read the thread I gave you a ...
by j-o-l
Wed Aug 02, 2006 8:39 am
Forum: .NET
Topic: CLR debuggin services: can't find cordbg.exe
Replies: 13
Views: 12659

Hi, I made two Windows Forms test projects: first with simple blank form and second with empty TChart component on that otherwise empty form. Both worked on my computer where VS is installed but second did'nt work on other computers where VS is not installed (I've tried it on 4 different comps, one ...
by j-o-l
Tue Aug 01, 2006 11:55 am
Forum: .NET
Topic: CLR debuggin services: can't find cordbg.exe
Replies: 13
Views: 12659

I tried both. With same results..

Chris wrote:Hello,

Did you build the project in Debug mode or Release mode?
by j-o-l
Tue Aug 01, 2006 11:24 am
Forum: .NET
Topic: CLR debuggin services: can't find cordbg.exe
Replies: 13
Views: 12659

CLR debuggin services: can't find cordbg.exe

Hi, I'm getting an exception when testing my Windows Forms project (with TChart) on my other laptop which does not have Visual Studio/.NET SDK installed. When I test a Windows Forms project with one blank form everything works fine, but when I add TChart component to it and build that project I get ...
by j-o-l
Wed Jul 26, 2006 10:25 am
Forum: .NET
Topic: Chart drawing fails after loading other 3rd party DLL
Replies: 9
Views: 8363

Hi,

I now received a new version of that dll with less Borland dependencies and everything seems to be working now.
by j-o-l
Tue Jul 25, 2006 10:39 am
Forum: .NET
Topic: Chart drawing fails after loading other 3rd party DLL
Replies: 9
Views: 8363

Are you referring to System::Drawing::Graphics? That class doesn't have TextOut but DrawString worked when I tried that.. So GDI+ seems to be working fine (but TeeChart is using GDI to draw those texts?). I know that that 3rd party dll I'm loading includes some Borland runtime libraries & VCL compon...
by j-o-l
Tue Jul 18, 2006 11:51 am
Forum: .NET
Topic: Chart drawing fails after loading other 3rd party DLL
Replies: 9
Views: 8363

Hi,

I'm able to use labels etc. components normally after loading that DLL, that exception is thrown only when I'm trying to draw a chart with some text in it (titles etc..).
by j-o-l
Mon Jul 17, 2006 10:56 am
Forum: .NET
Topic: Chart drawing fails after loading other 3rd party DLL
Replies: 9
Views: 8363

Hi, I tried setting all the titles invisible and now charts seem to be working again. So the problem seems to be related to fonts somehow. I tried unloading that other DLL before drawing any charts but I still got the same exception... Hi j-o-l, Some time ago another customer reported something very...
by j-o-l
Fri Jul 14, 2006 12:03 pm
Forum: .NET
Topic: Chart drawing fails after loading other 3rd party DLL
Replies: 9
Views: 8363

narcis wrote:Hi j-o-l,

Is the chart drawn correctly without loading this 3rd party DLL?

Thanks in advance.
Yes, everything works fine before I execute CoInitialize(NULL) and LoadLibrary(...).
by j-o-l
Fri Jul 14, 2006 11:45 am
Forum: .NET
Topic: Chart drawing fails after loading other 3rd party DLL
Replies: 9
Views: 8363

Chart drawing fails after loading other 3rd party DLL

Hi!, I'm getting a strange exception when trying to draw a chart after loading other 3rd party DLL with CoInitialize and LoadLibrary. The place where the chart should appear is left blank with red cross over it and following exception is thrown: System.ArithmeticException: Overflow or underflow in t...
by j-o-l
Fri Jun 16, 2006 12:38 pm
Forum: .NET
Topic: Best solution for printing reports with charts?
Replies: 1
Views: 2883

Best solution for printing reports with charts?

Hi, I'm trying to create reports to my application that could be printed by user. These reports would be shown in a new form (new modal window) that would include few charts and some textual feedback to user. My question is: is it possible to use Teecharts own print/preview functions to print an are...