![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Fri, Jan 26 2018 6:15 AM | Permanent Link |
Michael Dreher | The code in the implementation section is this:
implementation type TFoo = class(TForm) public class function foo() : string; end; class function TFoo.foo() : string; begin end; function foo() : string; // (*) begin end; end. At (*) I get - [Error] Unit1.wbs (27,10): Implementation does not match prior declaration but not sure why. The name "foo" is'nt declared anywhere in global scope. My guess is there's a name clash with TFoo.foo, but it should not. Using 2.06B11. The example code is attached. Michael Dreher Attachments: ExampleProject.zip |
Fri, Jan 26 2018 12:48 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Michael,
<< The code in the implementation section is this: >> Thanks, I'll check it out. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Thursday, March 30, 2023 at 10:19 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |