Search found 14 matches
- 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...
- 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...
- 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...
- 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 ...
- 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 ...
- Tue Aug 01, 2006 11:55 am
- Forum: .NET
- Topic: CLR debuggin services: can't find cordbg.exe
- Replies: 13
- Views: 12659
- 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 ...
- Wed Jul 26, 2006 10:25 am
- Forum: .NET
- Topic: Chart drawing fails after loading other 3rd party DLL
- Replies: 9
- Views: 8363
- 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...
- Tue Jul 18, 2006 11:51 am
- Forum: .NET
- Topic: Chart drawing fails after loading other 3rd party DLL
- Replies: 9
- Views: 8363
- 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...
- Fri Jul 14, 2006 12:03 pm
- Forum: .NET
- Topic: Chart drawing fails after loading other 3rd party DLL
- Replies: 9
- Views: 8363
- 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...
- 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...