Search found 31 matches

by Bernhard Mayer
Tue Sep 17, 2024 5:25 am
Forum: Product
Topic: Session proposals for the X# Summit
Replies: 15
Views: 938

Re: Session proposals for the X# Summit

Hi Chris! This is my list; a-sessions are of more importance, b-sessions are nice-to-have. BR, Bernhard 3. Github Copilot - a 4. Using X# to the max - a 8. X# Notebooks - a 10. Git for Dummies - a 11. New Language Features - a 12. Consuming AI models - a 13. From VOGUI to XGUI (VOGUI compatible ...
by Bernhard Mayer
Mon Aug 05, 2024 1:02 pm
Forum: Product
Topic: X# shop: Links do not respond
Replies: 2
Views: 468

Re: X# shop: Links do not respond

It did work now, thx.
by Bernhard Mayer
Wed Jul 31, 2024 10:34 am
Forum: Product
Topic: X# shop: Links do not respond
Replies: 2
Views: 468

X# shop: Links do not respond

I just wanted to renew our X# subscription via shop page but unfortunately the links do not respond although I'm logged in.
by Bernhard Mayer
Thu Aug 11, 2022 3:06 pm
Forum: Product
Topic: End of Visual Studio 2017 support
Replies: 6
Views: 1836

End of Visual Studio 2017 support

Hi Robert!
Currently VS 2017 is still my preferred development environment.
BR,
Bernhard
by Bernhard Mayer
Wed Feb 02, 2022 4:34 pm
Forum: Product
Topic: X# 2.10 and String2Psz() in struct members
Replies: 1
Views: 1302

X# 2.10 and String2Psz() in struct members

<r>Dear X# DevTeam!<br/> <br/> The new X# 2.10 compiler has a new warning "String2Psz() and Cast2Psz() should only be used for variables that have a 'local' scope. The allocated PSZ will be automatically released once the current function/method ends."<br/> <br/> Imagine a struct (Either global or ...
by Bernhard Mayer
Tue Jan 25, 2022 8:14 am
Forum: Product
Topic: Multidimensional array syntax
Replies: 3
Views: 1421

Multidimensional array syntax

Interesting, it does compile now ... well, the problem is definitely located before the computer :oops:

THX & best regards,
Bernhard
by Bernhard Mayer
Tue Jan 25, 2022 7:54 am
Forum: Product
Topic: Multidimensional array syntax
Replies: 3
Views: 1421

Multidimensional array syntax

<r>Dear fellow X#'ers!<br/> <br/> In times of collections and lists I barely have any need for it but what's the syntax for creating and initializing a multidimensional .NET array?<br/> <br/> I tried something like <CODE><s>[code]</s><i> </i>LOCAL aData AS STRING[,] aData := <STRING>{ {"OneOne ...
by Bernhard Mayer
Wed Oct 20, 2021 5:30 am
Forum: Product
Topic: X# 2.9?
Replies: 2
Views: 1471

X# 2.9?

Dear X# development team!

Do you have any news when the announced release 2.9 will be available?

BR,
Bernhard
by Bernhard Mayer
Wed Jul 07, 2021 10:37 am
Forum: 3rd party products
Topic: ReportPro 2.x .NET: rpImage with System.Drawing.Bitmap
Replies: 7
Views: 2203

ReportPro 2.x .NET: rpImage with System.Drawing.Bitmap

<t>Hi Robert,<br/> <br/> so far it was only a test whether rpImage can work with System.Drawing.Bitmap images, too. The next step will be to provide a delegate which is supposed to be calling the method responsible for the creation of QR images by passing a macro compiled string expression as QR ...
by Bernhard Mayer
Wed Jul 07, 2021 7:32 am
Forum: 3rd party products
Topic: ReportPro 2.x .NET: rpImage with System.Drawing.Bitmap
Replies: 7
Views: 2203

ReportPro 2.x .NET: rpImage with System.Drawing.Bitmap

System.Text.Encoding.Default:GetString(ms.GetBuffer()) did the trick, now the image is shown correctly!