|
Re: Using dynamic library in QNX7
|
02/01/2018 1:10 PM
post118512
|
Re: Using dynamic library in QNX7
The problem must be related to the linker, not header files, because if they were not found then you would get a
compiler error.
If vsomeip is a library, then surely it must be somewhere in the system, something like "libvsomeip.so.1" or so. You
have to tell the linker that you explicitly wish it to be included in the link. Setting the shared library path alone is
not sufficient. You can do this in the properties of the project, under the "QNX C/C++ Project" entry, tab "Linker",
page "Libraries". Note that the preceding "lib" muat not appear there.
Regards,
Albrecht
|
|
|