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   |
|
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
[Updated on: Wed, 05 January 2011 08:33] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Jul 15 17:51:35 CEST 2025
Total time taken to generate the page: 0.03304 seconds
|