Search found 3 matches

by Snarkle
Tue Jun 18, 2013 1:48 am
Forum: .NET
Topic: Compiling TChart 4.1 2010 src in x86
Replies: 5
Views: 6328

Re: Compiling TChart 4.1 2010 src in x86

Thanks Sandra that worked ...

For some strange reason x86 and framework 2 just ignored the compiler directives ... changed it to 4 .. then to 3.5 and the compiler directives got picked up and it works fine now.

Thanks
by Snarkle
Mon Jun 17, 2013 12:33 am
Forum: .NET
Topic: Compiling TChart 4.1 2010 src in x86
Replies: 5
Views: 6328

Re: Compiling TChart 4.1 2010 src in x86

Ok well that's a starting point then .. if it can be done then I have something strange going on with those Conditional compilation directives .. I can see it would work but for some reason VS2010 is ignoring the compile directives .. OK thanks Sandra I'll keep trying random things see if I can get ...
by Snarkle
Thu Jun 13, 2013 11:38 pm
Forum: .NET
Topic: Compiling TChart 4.1 2010 src in x86
Replies: 5
Views: 6328

Compiling TChart 4.1 2010 src in x86

Greetings, We've been using TChart in our product for a couple of years now (a src version with some of our own modifications) no drama. Recently we implemented nightly automated builds but struck a problem with that version of TChart as it will only compile with Target Platform 'Any CPU' while the ...