Search found 7 matches

by de_ouwej
Thu Jan 20, 2011 9:06 am
Forum: VCL
Topic: TeeSaveToPNG: generated images black
Replies: 3
Views: 3505

Re: TeeSaveToPNG: generated images black

Hi Yeray,

The LPNG.dll file is present in the application directory instead of in the %windir%/System32 or %windir%/system folders. Is this a problem? I will try to find out whether the issue is caused by different versions of LPNG.dll.

Kind regards,

Hugo de Jong
by de_ouwej
Tue Jan 18, 2011 12:03 pm
Forum: VCL
Topic: TeeSaveToPNG: generated images black
Replies: 3
Views: 3505

TeeSaveToPNG: generated images black

Hi all, In my company's software, there's one (TeeChart related) bug that has been bothering us for a long time now. Our software generates HTML management reports, and for this, large batches of graphs have to be generated. It does this by building the charts using TeeChart, and then exporting them...
by de_ouwej
Tue Apr 14, 2009 10:27 am
Forum: VCL
Topic: TeeSaveToPNG linker error in CodeGear2007
Replies: 8
Views: 6569

Solution to this problem !!

Hello Narcís, Well at last it's done. Not by making a new project file, but by testing with an compleet new program and only an TChart on a form. Then I look for the differences and what was the solution eventualy?? Moving the line with #include <TeePNG.hpp> who was standing above #pragma hdrstp, to...
by de_ouwej
Mon Apr 06, 2009 10:05 am
Forum: VCL
Topic: TeeSaveToPNG linker error in CodeGear2007
Replies: 8
Views: 6569

Hello Narcís,

Yes I checked that path. It's the path to the file TeePng.hpp and that is the file I am including and it's also the file from where the linkerror is.
I also checked the TEELIBPATH. Is it possible that I missed a file or something ?

Thanks for your reply
by de_ouwej
Mon Apr 06, 2009 6:07 am
Forum: VCL
Topic: TeeSaveToPNG linker error in CodeGear2007
Replies: 8
Views: 6569

Hello Narcís, Yes I have got almost the same version of RAD Studio 2007 as you have. But here with me it is: CodeGear™ C++Builder® Version 11.0.2709.7128. The options display is exactly the same. The line where the linker is given his error is linenr 121 in the file TeePng.hpp in the map $(TEEINCPAT...
by de_ouwej
Fri Apr 03, 2009 10:42 am
Forum: VCL
Topic: TeeSaveToPNG linker error in CodeGear2007
Replies: 8
Views: 6569

Hello Narcis, Well first I thought: that's my answer! But unfortunately it isn't. I did add both variables in my paths and defines, BTW there is no LibPath in C++ Builer->Paths and Defines, so I added them in my Project->Paths and Defines, and the linker still came with the same error. It looks like...
by de_ouwej
Thu Apr 02, 2009 12:02 pm
Forum: VCL
Topic: TeeSaveToPNG linker error in CodeGear2007
Replies: 8
Views: 6569

TeeSaveToPNG linker error in CodeGear2007

I tried to use the function TeeSaveToPng. In BCB6 it works fine, but when I made a new project in CodeGear2007, with the same file I used in BCB6, the linker tells me he has an unresolved external on __fastcall TeePng::TeeSaveToPng. And when I add the line #pragma link "TeePNG", the linker cannot fi...