Search found 2353 matches

by robert
Mon Jul 01, 2024 7:02 pm
Forum: Product
Topic: Problems in the help documentation
Replies: 3
Views: 251

Re: Problems in the help documentation

Xinjie,
See https://github.com/X-Sharp/XSharpPublic/issues/1504
I have applied the changes.

Robert
by robert
Mon Jul 01, 2024 3:37 pm
Forum: Product
Topic: Problems in the help documentation
Replies: 3
Views: 251

Re: Problems in the help documentation

Xinjie,
Thanks.
May I suggest that next time you create a Github issue for this?
I will do that now myself.

Robert
by robert
Thu Jun 27, 2024 2:17 pm
Forum: Visual FoxPro
Topic: SCATTER with memofield
Replies: 5
Views: 492

Re: SCATTER with memofield

Peter,
I will look at this

Robert
by robert
Wed Jun 26, 2024 5:30 pm
Forum: Visual FoxPro
Topic: APPEND with for
Replies: 3
Views: 412

Re: APPEND with for

Peter

Can you post a sample of the code and data?

Robert
by robert
Wed Jun 26, 2024 5:30 pm
Forum: Visual FoxPro
Topic: SCATTER with memofield
Replies: 5
Views: 492

Re: SCATTER with memofield

Peter,
What happens if you write

SCATTER MEMVAR MEMO

Robert
by robert
Wed Jun 26, 2024 5:28 pm
Forum: Visual FoxPro
Topic: COPY STRUC and COPY TO, with CDX
Replies: 3
Views: 426

Re: COPY STRUC and COPY TO, with CDX

Peter,
Thanks for reporting this.
You are right that we are not creating the CDX at this moment.
I have created a ticket for this:
https://github.com/X-Sharp/XSharpPublic/issues/1497

Robert
by robert
Sat Jun 22, 2024 5:39 am
Forum: Visual FoxPro
Topic: Security Scan for X#
Replies: 9
Views: 4432

Re: Security Scan for X#

Stefan, The X# code is not really translated into C# code. What happens is this: - The X# compiler translates the source code into what's known as a parse tree. The C# compiler does something similar. - Our compiler creates an X# parse tree and converts that to a C# parse tree, and then uses the C# ...
by robert
Wed Jun 19, 2024 8:05 am
Forum: Xbase++
Topic: Xbase++ forum
Replies: 31
Views: 8505

Re: Xbase++ forum

The following code returns what you want. Explanation: - The X# compiler creates a special class that contains the functions, procedures and globals in an assembly - The X# compiler adds a special attribute to each assembly that it produces. - This attribute is of the type XSharp.Internal.ClassLibra...
by robert
Wed Jun 19, 2024 6:45 am
Forum: Product
Topic: XS1503 debug error occurs at different places on and on
Replies: 5
Views: 402

Re: XS1503 debug error occurs at different places on and on

Guys,
I understand that this can be quite frustrating.
But without reproducible example, this problem will only be fixed if we accidentally find the code responsible for the problem.
So if you can create/share an example that shows this, then that would be very helpfull.

Robert
by robert
Wed Jun 19, 2024 6:42 am
Forum: Xbase++
Topic: Xbase++ forum
Replies: 31
Views: 8505

Re: Xbase++ forum

The function SymbolInfo() does not exist yet. But we could create / emulate it. However, the result may be a HUGE array, depending on the information requested. Especially when asking for SYMBOL_BUILTIN_CLASSFUNC Should that include the classes in the X# runtime or also all the classes inside the .N...