Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
email_toan
Posted - Jan 27 2021 : 21:08:52 I started a new C++ Builder form project. Dropped ImageEnView onto the form and clicked build. I get this error:
[ilink32 Error] Fatal: Unable to open file 'IEXTOOLBARS.OBJ'
Is anyone having the same issue? I searched my computer for the OBJ file, but no where to be found.
I'm running RAD 10.1, built 32 bit Windows EXE.
2 L A T E S T R E P L I E S (Newest First)
email_toan
Posted - Jan 27 2021 : 22:56:57 No it did not. The article suggested editing the project file to include missing library files. I don't have the IEXTOOLBARS.OBJ or IXTOOLBARS.LIB file so it wouldn't work for me.
I am able to compile your sources under Delphi, but only DCUs were generated for both Debug and Release modes. I think I need the C++ builder project in order to compile OBJ files. I'll try to start a C++ builder project using sources from your included sources and see if that works.