Jump to content

C++Builder 10.3 - [ilink32 Error] Fatal: Unable to open file 'UIDHEADERLIST.OBJ'


antarey

Recommended Posts

I installed UniGui in C++Builder 10.3 according to the instructions  http://www.unigui.com/resources/online-documentation/developer-manual.

I create a new application, run it, and get an error  - [ilink32 Error] Fatal: Unable to open file 'UIDHEADERLIST.OBJ'

File UIDHEADERLIST.OBJ is not on disk

How to fix the error?

Link to comment
Share on other sites

Hi,

you need to comment out the #pragma link statements in the headers. This is annoying and shouldnt be the case.

Those headers are auto generated by dcc and located in 

 

C:\Users\Public\Documents\Embarcadero\Studio\20.0\hpp\Win32

Alternatively you can try to elimenate those in the .pas files.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...