M1494

Member since: Thursday, 27 November 2014
Last login: 5 years ago
Profile viewed: 1,058 views

Your Rank: 90
Points: 4

M1494 added a video. 7 years ago

Untitled

M1494 replied to the topic 'C++builder VCL C++11 Berlin std::make_unique<>' in the forum. 7 years ago

auto F5_ {std::make_unique()};
for (auto& f0: F5_) {
Caption = f0->ToString();
}
Like this?

Read More...

M1494 replied to the topic 'C++builder VCL C++11 Berlin std::make_unique<>' in the forum. 7 years ago

F5_.begin()->get();
Successful, but this a correct answer?

Read More...

M1494 replied to the topic 'C++builder VCL C++11 Berlin std::make_unique<>' in the forum. 7 years ago

thank you
auto F5_ {std::make_unique()}; //Sucsessful.
But, it can not be F5_.get() in this.

Read More...

M1494 created a new topic ' C++builder VCL C++11 Berlin std::make_unique<>' in the forum. 7 years ago

1. std::unique_ptr F1_ {std::make_unique( new TComponent(this) ) }; //OK
2. std::unique_ptr F2_ {std::make_unique( new TStringList() ) }; //OK
3. std::unique_ptr F3_ = std::unique_ptr( new TObject() ); //OK
4. auto F4_ {std::make_unique< TObject >(new TObject() )}; //Error

4 In the "std::make_unique< TObject >" it was no good.
Why OK that's if "std::make_unique"?

Read More...

M1494 created a new topic ' HTML5 Builder form tag Home I want to than "root"' in the forum. 8 years ago

HTML5 Builder Designer
one Label and one Button.

php source
class Unit2 extends Page
{
public $Button1 = null;
public $Label1 = null;
function Button1Click($sender, $params)
{
$this->Label1->Caption = "test";
}
}

Called is "root" when you place it in other Directory

For example, if you were placed in /test/index.php
It 's called in the button event you will "/index.php"

Please tell me how if you want to use the sub Directory.
Read More...

Toshiki I1273 is friends with M1494

you want to use from delphi made ​​with the xcode 64bit cocoa * .dylib