This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- Cannot use string function "strnstr"
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 25, 2019
06:20 AM
Cannot use string function "strnstr"
Hi,
I want to use a simple 'strnstr' function in my Flexera wrapper code (in C).
However, I get this error in compilation: undefined reference to `strnstr'
Other string functions, such as "strncmp" can be used without any compilation errors.
Any assistance will be appreciated.
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 28, 2019
03:09 AM
Hi, which library from Flexera are you using? And what makes you think that the Flexera library is causing this issue?