Search found 5 matches

by lechoo
Thu Mar 16, 2006 10:05 am
Forum: GFL SDK
Topic: Artifact in loaded image.
Replies: 3
Views: 1939

xnview wrote:
lechoo wrote:That's my post above. I forgot to log in.
It's better to use :

Code: Select all

currentBitmap->BytesPerLine * currentBitmap->Height
Now it works. Thanks a lot.

regards
by lechoo
Fri Mar 03, 2006 12:01 pm
Forum: GFL SDK
Topic: Artifact in loaded image.
Replies: 3
Views: 1939

That's my post above. I forgot to log in.
by lechoo
Wed Feb 23, 2005 10:48 pm
Forum: GFL SDK
Topic: Using GFL SDK with Borland C++ Builder
Replies: 6
Views: 3616

Switching your libs with mine solved the problem. Later I tried again to use implib but this time only with -c option and looks like this is the solution because this also worked fine.

Many, many thanks for your help.

I didn't do much testing yet but i think i have found possible bug. When I read ...
by lechoo
Tue Feb 22, 2005 9:01 pm
Forum: GFL SDK
Topic: Using GFL SDK with Borland C++ Builder
Replies: 6
Views: 3616

Thanks guys, that was the problem. Including .cpp files from gflsdk\c++ helped.
However now I have another problem. I have completly new project with this code executed with button pressed:

GFLW_LIBRARY::Initialise();
AnsiString ver = gflGetVersion();

if (OpenDialog1->Execute())
{
GFLW_FILE ...
by lechoo
Tue Feb 22, 2005 2:34 pm
Forum: GFL SDK
Topic: Using GFL SDK with Borland C++ Builder
Replies: 6
Views: 3616

Using GFL SDK with Borland C++ Builder

Hi,
in want to use GFL SDK with Borland C++ Builder 6 however I have a problem. When I compile my project I get these linker errors:

[Linker Error] Unresolved external 'GFLW_FILE_INFORMATION::~GFLW_FILE_INFORMATION()' referenced from C:\TEMP\GFL\UNIT1.OBJ
[Linker Error] Unresolved external 'GFLW ...