I just tried to update an app in 2015 R3 and got a compile error I’ve not seen.
I have an SMTPServer dragged onto my form, it was named SMTPServer1 and the compiler shows error:
Location: form.SMTPServer1.Name Layout(property name)
Issue: Syntax error Name
What does this mean and how do I fix this?
Thanks
Norman_P
(Norman P)
October 20, 2015, 6:54pm
2
Thats the same problem as this
<https://xojo.com/issue/41009 >
Thats not going to work in r3
Norman_P
(Norman P)
October 20, 2015, 6:55pm
3
The work around is to add a property instantiate it and add event handlers to it using addhandler - or create a subclass and implement them there
Norman_P
(Norman P)
October 20, 2015, 7:05pm
4
You’re sure its an SMTPServer ?
Find out why was giving error at build in 64bit, it seems you have to save the files in 2015 r3 and then compile, open previous versions of Xojo files and build give error and the XOJO closes for me !
Norman_P
(Norman P)
October 20, 2015, 7:18pm
6
I have no idea what you’re referring to
@Norman Palardy Yes it’s an SMTPServer.
I’ll implement the work around as I’m sure this fix will not be released anytime soon.
Thanks