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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIEDBBitmap in C++Builder will raise error
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

supersk

95 Posts

Posted - Apr 25 2021 :  06:03:25  Show Profile  Reply
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

supersk

95 Posts

Posted - Apr 26 2021 :  21:20:41  Show Profile  Reply
If you comment the following code, you can compile it normally
imageTempl = new TIEDBBitmap();
img1->SetExternalBitmap(imageTempl);
Go to Top of Page

xequte

38176 Posts

Posted - Apr 28 2021 :  04:03:52  Show Profile  Reply
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
Go to Top of Page

supersk

95 Posts

Posted - Apr 29 2021 :  04:55:52  Show Profile  Reply
Thanks a lot
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: