Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just throwing this out there but would you not still need to include the headers from the static library in your client code? In which case I think you would need to add the headers in the <code>includes</code> tab of the project properties for your client. Otherwise I'm not sure how you would actually access the static lib implementation in your client.</p> <p>As for the two <code>references</code> tabs, I believe the one in C/C++ general can be defined separately for different configurations whilst the more general one is for any configuration.</p> <p><strong>Update:</strong><br> I would suggest to use that more general <code>reference</code> tab you remarked on. This should make sure your client refers to other projects no matter what the currently selected configuration of the client or referred to project is.</p> <p><strong>Another Update:</strong><br> I just realised you mentioned the <em>only</em> setting you changed was the <code>references</code> one. It's another long shot, but I would also check if the include paths for the static lib are actually showing up in the include tab of the projects settings (it probably is). I understand the correct include path is being used at compile time, but eclipse (possibly) uses <em>this</em> tab to determine include dependencies when deciding to initiate a recompile of the client project. It might be worth checking out the "Source Location" tab too and try adding the header location as a source location.</p> <p><img src="https://i.stack.imgur.com/p0a1l.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload