Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » StringParse missing declaration (Errors while compiling / missing libraries ...)
Re: StringParse missing declaration [message #59828 is a reply to message #59827] Thu, 27 April 2023 22:57 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1204
Registered: August 2007
Senior Contributor
Hello Daniel,

StringParse function is a part of Functions4U package, which should have been automatically installed if you already installed SysInfo package, using UppHub.

What you should do to use SysInfo package:

1) Add the SysInfo package to your project (using TheIDE)
2) Include SysInfo header in your h or cpp file:
#include <SysInfo/SysInfo.h>

3) Don't forget to add
using namespace Upp;
to your cpp file OR call your functions with Upp:: namespace, e.g.
Upp::StringParse

Best regards,
Oblivion


[Updated on: Thu, 27 April 2023 23:02]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Assist++ : Parse error
Next Topic: Linux Mint installation issue
Goto Forum:
  


Current Time: Tue Apr 29 19:59:32 CEST 2025

Total time taken to generate the page: 0.00585 seconds