Hello everyone, compiling my old application I have this warning, I don't understand.
Everything worked with previous versions.
See Attachment.
Thank you
Danilo
Xsharp 2.8 compilation
- softdevo@tiscali.it
- Posts: 191
- Joined: Wed Sep 30, 2015 1:30 pm
Xsharp 2.8 compilation
- Attachments
-
- Cattura.JPG (67.68 KiB) Viewed 711 times
Xsharp 2.8 compilation
Hi Danilo,
That's a compiler bug, with so many changes it was inevitable that some problem would slip through. Can you please zip your project which causes this and send it to me to have a look? Unless Robert can already tell what the problem is, by looking at the callstack..
That's a compiler bug, with so many changes it was inevitable that some problem would slip through. Can you please zip your project which causes this and send it to me to have a look? Unless Robert can already tell what the problem is, by looking at the callstack..
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Xsharp 2.8 compilation
Chris,
No I have no idea what the problem is. Need to see an example.
Robert
No I have no idea what the problem is. Need to see an example.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
- softdevo@tiscali.it
- Posts: 191
- Joined: Wed Sep 30, 2015 1:30 pm
Xsharp 2.8 compilation
I sent Chris the application and necessary dlls.
Danilo
Danilo
Xsharp 2.8 compilation
Danilo, thanks, it's because of this code:
Apparently Robert has added a hidden bomb in the compiler which crashes everything when a programmer hijacks the "XSharp" namespace and misspells it on top (incorrect casing)!
I am joking of course, it is just a compiler bug. In order to fix this problem please use a different name for the xsharp.BackupService namespace. Or type it as XSharp.BackupService, it seems that this works as well, if you still want to use "XSharp" as the first part.
Code: Select all
BEGIN NAMESPACE xsharp.BackupService // compiler crash here
CLASS Anything
END CLASS
END NAMESPACE
I am joking of course, it is just a compiler bug. In order to fix this problem please use a different name for the xsharp.BackupService namespace. Or type it as XSharp.BackupService, it seems that this works as well, if you still want to use "XSharp" as the first part.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Xsharp 2.8 compilation
Chris, Danilo,
You can't use that namespace. It's mine.
https://www.youtube.com/watch?v=Iz-8CSa9xj8
Robert
PS Just kidding
You can't use that namespace. It's mine.
https://www.youtube.com/watch?v=Iz-8CSa9xj8
Robert
PS Just kidding
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
- softdevo@tiscali.it
- Posts: 191
- Joined: Wed Sep 30, 2015 1:30 pm
Xsharp 2.8 compilation
Thanks to all
Danilo
Danilo