ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIEDBBitmap in C++Builder will raise error

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
supersk Posted - Apr 25 2021 : 06:03:25
In the new version 10.0, when using TIEDBBitmap in C++Builder program will raise error;
[ilink32 Error] Fatal: Unable to open file 'IEXDBBITMAPS.OBJ'
Whether it's compiling 32-bit or 64 bit programs. But in the previous version, it's ok!
sample code:
TIEDBBitmap *imageTempl;
imageTempl = new TIEDBBitmap();
img1->SetExternalBitmap(imageTempl);
imageTempl->Free();

attach/supersk/20214256319_Project3.zip
8.36 KB
3   L A T E S T    R E P L I E S    (Newest First)
supersk Posted - Apr 29 2021 : 04:55:52
Thanks a lot
xequte Posted - Apr 28 2021 : 04:03:52
Hi

You should add a DB component (like TImageEnDBView) to the form and then remove it. It will create all necessary links.

Also see:

http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=4411


Nigel
Xequte Software
www.imageen.com
supersk Posted - Apr 26 2021 : 21:20:41
If you comment the following code, you can compile it normally
imageTempl = new TIEDBBitmap();
img1->SetExternalBitmap(imageTempl);