please, can you send me the new "libgfl252.dll" for testing too?
thanks
luisribeiro@duasribeiras.com
I'll upgrade GFLSDK next week...
Wouldn't it be appropriate to do a beta/rc-testing-phase before official releasing the new version?
2.40 included a range of more or less trivial to fix bugs ...
Search found 76 matches
- Tue Mar 21, 2006 9:01 pm
- Forum: GFL SDK
- Topic: to klaus2...
- Replies: 9
- Views: 3172
- Tue Feb 21, 2006 8:12 am
- Forum: GFL SDK
- Topic: Simple unicode layer for GFLC_* (GflSDK) under Windows
- Replies: 1
- Views: 1242
Simple unicode layer for GFLC_* (GflSDK) under Windows
Hiho,
All new stuff I write is designed to be unicode 'aware'.
Unluckily GflSDK itself is not.
Thus I wrote a simple layer to work around this problem.
Grab a copy here:
http://celebnamer.celebworld.ws/stuff/libgflW/
README
I added a simple Unicode layer. (see gflCUnicodeLayer.cpp/h)
This ...
All new stuff I write is designed to be unicode 'aware'.
Unluckily GflSDK itself is not.
Thus I wrote a simple layer to work around this problem.
Grab a copy here:
http://celebnamer.celebworld.ws/stuff/libgflW/
README
I added a simple Unicode layer. (see gflCUnicodeLayer.cpp/h)
This ...
- Wed Feb 15, 2006 8:45 pm
- Forum: GFL SDK
- Topic: Bugs in gflC C++ Wrapper (gflCBitmap.cpp)
- Replies: 1
- Views: 1197
Bugs in gflC C++ Wrapper (gflCBitmap.cpp)
Code looks like this:
GFL_ERROR GFLC_BITMAP::create(const GFLC_BITMAP & bitmap)
{
return create(bitmap.getType(), bitmap.getBitsPerComponent(), bitmap.getWidth(), bitmap.getHeight());
}
While it must be:
GFL_ERROR GFLC_BITMAP::create(const GFLC_BITMAP & bitmap)
{
return create(bitmap.getType ...
GFL_ERROR GFLC_BITMAP::create(const GFLC_BITMAP & bitmap)
{
return create(bitmap.getType(), bitmap.getBitsPerComponent(), bitmap.getWidth(), bitmap.getHeight());
}
While it must be:
GFL_ERROR GFLC_BITMAP::create(const GFLC_BITMAP & bitmap)
{
return create(bitmap.getType ...
- Sat Aug 06, 2005 10:37 pm
- Forum: GFL SDK
- Topic: Problem when reading images in multi-thread environment
- Replies: 9
- Views: 5200
hey Ithier
Can you determine the "stage" when corruption occures.
(eg. by setting CS arround gflLoadBitmap and/or gflSaveBitmap).
I think that would give Pierre a better clue.
(I know about the problems of debugging MT-code on a single processor box :p)
Something like:
#include <libgfl.h>
#include ...
(eg. by setting CS arround gflLoadBitmap and/or gflSaveBitmap).
I think that would give Pierre a better clue.
(I know about the problems of debugging MT-code on a single processor box :p)
Something like:
#include <libgfl.h>
#include ...
- Thu Jul 28, 2005 7:44 pm
- Forum: GFL SDK
- Topic: Some things strange with bcc 5.0
- Replies: 14
- Views: 4596
- Wed Jul 27, 2005 4:57 pm
- Forum: GFL SDK
- Topic: Some things strange with bcc 5.0
- Replies: 14
- Views: 4596
- Wed Jul 27, 2005 3:40 pm
- Forum: GFL SDK
- Topic: Some things strange with bcc 5.0
- Replies: 14
- Views: 4596
- Tue Jul 26, 2005 6:29 pm
- Forum: GFL SDK
- Topic: 2.40: AV in gflAutoCrop using color = NULL
- Replies: 2
- Views: 1720
* bump *
Anybody (like Pierre eg.) able to confirm?
Any work on this issue in progress?
Any work on this issue in progress?
- Tue Jul 26, 2005 6:26 pm
- Forum: GFL SDK
- Topic: Some things strange with bcc 5.0
- Replies: 14
- Views: 4596
- Sat Jul 09, 2005 2:32 pm
- Forum: GFL SDK
- Topic: 2.40: AV in gflAutoCrop using color = NULL
- Replies: 2
- Views: 1720
2.40: AV in gflAutoCrop using color = NULL
On XP (SP1 still) (and using CBuilder6) Im getting AVs in subsequent calls after using gflAutoCrop like this:
gflAutoCrop(BMP, NULL, NULL, 85);
eg. calling gflResize afterwards thows an AV.
When using
GFL_COLOR c;
gflGetColorAt(BMP, 0, 0, &c);
gflAutoCrop(BMP, NULL, &c, 85);
such subsequent ...
gflAutoCrop(BMP, NULL, NULL, 85);
eg. calling gflResize afterwards thows an AV.
When using
GFL_COLOR c;
gflGetColorAt(BMP, 0, 0, &c);
gflAutoCrop(BMP, NULL, &c, 85);
such subsequent ...
- Thu Jul 07, 2005 4:17 pm
- Forum: GFL SDK
- Topic: v2.40 Reports... starting with borland cbuilder stuff
- Replies: 2
- Views: 1623
v2.40 Reports... starting with borland cbuilder stuff
Hi Pierre,
first thx for releasing v2.40.
Im currently doing my test with it :D
We talked some time ago in another topic about Borland CBuilder "incompatiblities" when it comes to #ifdef WIN32
Seems I forgot to mention another incompatiblity in libgfle.h
Using the same "scheme" you've taken for ...
first thx for releasing v2.40.
Im currently doing my test with it :D
We talked some time ago in another topic about Borland CBuilder "incompatiblities" when it comes to #ifdef WIN32
Seems I forgot to mention another incompatiblity in libgfle.h
Using the same "scheme" you've taken for ...
- Sat Jun 04, 2005 10:44 am
- Forum: Classic - Suggestions
- Topic: Cache not needed
- Replies: 11
- Views: 3262
- Mon May 30, 2005 6:08 pm
- Forum: GFL SDK
- Topic: probleme sauvegarde [French]
- Replies: 2
- Views: 1743
- Mon May 30, 2005 5:04 pm
- Forum: GFL SDK
- Topic: Exemple avec C++Builder
- Replies: 5
- Views: 2518
- Mon May 16, 2005 5:08 pm
- Forum: Classic - Suggestions
- Topic: Hotkeys / Shortcuts Requests
- Replies: 92
- Views: 64334
1.80 RC1: Another Shortcut
I'd like to see the DEL key working for Folder-Tree as well. 
DEL means: Delete folder
Wasnt sure where to post this, the RC forum or this thread?!?

DEL means: Delete folder
Wasnt sure where to post this, the RC forum or this thread?!?