Search found 2438 matches

by robert
Tue Feb 18, 2025 2:53 pm
Forum: Deutsches Forum
Topic: Error PrintPreview b
Replies: 25
Views: 389

Re: Error PrintPreview b

Martin,
Your main program does not reference the ReportPro Base and ReportPro Runtime DLLs

Robert
by robert
Tue Feb 18, 2025 11:53 am
Forum: Deutsches Forum
Topic: Error PrintPreview b
Replies: 25
Views: 389

Re: Error PrintPreview b

Karl, Chris
Also, the language DLLs have no code, only (native) resources.

Robert
by robert
Tue Feb 18, 2025 10:49 am
Forum: Deutsches Forum
Topic: Error PrintPreview b
Replies: 25
Views: 389

Re: Error PrintPreview b

Martin,
I see that your main app does not have a reference to the Reportpro DLLs. If you add these (ReportPro.Base and ReportPro.Runtime), then the globals inside the ReportPro DLLs will be properly initialized and then it should all work.

You also do not need references to VOReportClasses and ...
by robert
Tue Feb 18, 2025 10:31 am
Forum: Deutsches Forum
Topic: Error PrintPreview b
Replies: 25
Views: 389

Re: Error PrintPreview b

Martin,
You still have duplicate references, for example VOGUIClasses and VOGUIClasses.DLL
I am not sure if that causes the problem, but it is not correct.

Robert
by robert
Tue Feb 18, 2025 9:32 am
Forum: Deutsches Forum
Topic: Error PrintPreview b
Replies: 25
Views: 389

Re: Error PrintPreview b

Martin,
You can remove the references to all the language DLLs, Export DLL and also to the UDF DLL. These are loaded at runtime when needed.
What you need is the Base DLL and Runtime DLL.
You also have several duplicates in the list (with and without the DLL extension). Remove the duplicates.

Robert
by robert
Fri Feb 14, 2025 1:43 pm
Forum: Product
Topic: XIDE: Unexpected behavior in the editor
Replies: 2
Views: 121

Re: XIDE: Unexpected behavior in the editor

Chris,
The compiler uses a UDC to convert the various TEXT commands into a #text preprocessor command.
Basically it matches:

TEXT
TEXT TO <something>
TEXT INTO <something>

The #text preprocessor command is quite complicated. I'll explain some other time.

Robert
by robert
Thu Feb 13, 2025 11:33 am
Forum: Product
Topic: Enabling Nullable Annotations in X# Projects
Replies: 3
Views: 125

Re: Enabling Nullable Annotations in X# Projects

Irwin,
You can also disable the warning. Adding the command line option may have unwanted (read untested) side effects.

Robert
by robert
Thu Feb 13, 2025 11:17 am
Forum: Product
Topic: Enabling Nullable Annotations in X# Projects
Replies: 3
Views: 125

Re: Enabling Nullable Annotations in X# Projects

Irwin,

We are not really supporting the nullable compiler flag.
Since our compiler source inherits from Roslyn, you can indeed add the command line option -nullable+, and it may work, but we did not properly test this yet.
We also do not yet support the #nullable preprocessor command

Robert
by robert
Wed Feb 12, 2025 4:45 pm
Forum: Suggestions
Topic: Commenting on start page
Replies: 7
Views: 227

Re: Commenting on start page

Guys,
The issue with posting a comment has been fixed. There was a bug in a recent update from the comment component.

Robert
by robert
Wed Feb 12, 2025 10:24 am
Forum: Suggestions
Topic: Commenting on start page
Replies: 7
Views: 227

Re: Commenting on start page

Karl,
I have no idea why that fails.

Robert