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 » U++ Library support » U++ Core » :( errors on sfx project
Re: :( errors on sfx project [message #30494 is a reply to message #30491] Wed, 05 January 2011 08:32 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

mai(GetExeTitle.c_str);
First of all, you forgot parentheses, it is a function call. Second, you don't need to explicitly convert it, Upp::String has operator const char*(), so the conversion is automatic. So what you want is:
    void Click()
    {
        mai(GetExeTitle());
    }

Honza

EDIT: Sorry for answering the same thing twice, Mr_ped was faster Smile

[Updated on: Wed, 05 January 2011 08:33]

Report message to a moderator

 
Read Message icon8.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Arrys vs Vectors
Next Topic: CppBase/Parser.cpp patch (SVN r2960)
Goto Forum:
  


Current Time: Tue Jul 15 17:51:35 CEST 2025

Total time taken to generate the page: 0.03304 seconds