Search found 315 matches

by ArneOrtlinghaus
Wed Jun 12, 2024 5:02 pm
Forum: Suggestions
Topic: forum & posting
Replies: 7
Views: 476

Re: forum & posting

Today I had also a loss of a reply in this forum. And I did not write the text in a separate editor... So is life. I am sure that I did everything correctly. I used the "Quick reply" and pressed "Submit". I did not receive any errors. But the message did not appear in the list. P...
by ArneOrtlinghaus
Tue May 21, 2024 10:36 am
Forum: Suggestions
Topic: forum & posting
Replies: 7
Views: 476

Re: forum & posting

I have lost so often data over the years when entering longer texts into Internet programs, that normally I write longer texts in a local text editor and copy them into the Internet page when nearly finished. Even with "modern" locally installed programs like Microsoft Teams I have already...
by ArneOrtlinghaus
Tue Apr 30, 2024 6:30 am
Forum: Deutsches Forum
Topic: Norton Data Protector
Replies: 2
Views: 265

Re: Norton Data Protector

Den Wer-Report hat meiner Meinung nach nicht das Programm geschrieben, sondern ein Windows-Hilfsprogramm, das Prozesse beobachtet und einen Fehlerreport für einen Programm-Crash schreibt. Auch wenn der Antivirus sich nicht durch so etwas beeindrucken lassen sollte, würde ich sagen: Der Antivirus hat...
by ArneOrtlinghaus
Tue Apr 30, 2024 6:20 am
Forum: Deutsches Forum
Topic: Window Titel Farbe Caption änderbar?
Replies: 2
Views: 227

Re: Window Titel Farbe Caption änderbar?

Ich hatte früher auch oft nach Möglichkeiten gesucht, Eigenschaften außerhalb des eigenen Fensters zu ändern. Aber die Möglichkeiten mit Windows-API-Befehlen sind sehr begrenzt. Man könnte dem Programm ein eigenes Theme zuordnen. Die Windows-Themes ermöglichen Veränderungen in der Gestaltung der Bas...
by ArneOrtlinghaus
Fri Apr 12, 2024 2:35 pm
Forum: Product
Topic: Native image generation
Replies: 4
Views: 603

Re: Native image generation

I tried it nevertheless. I called NGen.exe for every dll But the application doen't start anymore afterwards (AccessViolationException in XSharp.FixedMemory.Alloc(UInt32, UInt32), XSharp.RT.Functions.String2Mem(System.String), XSharp.Internal.CompilerServices.String2Psz(System.String, System.Collect...
by ArneOrtlinghaus
Fri Apr 12, 2024 2:08 pm
Forum: Chit-Chat
Topic: Thanks to the X# developers for their work
Replies: 4
Views: 402

Re: Thanks to the X# developers for their work

For us it's the same. Since moving to X# our programs have received a huge amount of new functionality. The productivity of our programmers has increased a lot and they are more satisfied about their development environment. It was a long and resource intensive way for the migration. But it was wort...
by ArneOrtlinghaus
Wed Mar 20, 2024 11:50 am
Forum: VO & Vulcan
Topic: VO 2740 OLEAutoObject works with Excel 64bit WHY?
Replies: 7
Views: 784

Re: VO 2740 OLEAutoObject works with Excel 64bit WHY?

I have seen solutions where Excel 64bit could access data with 32bit ODBC which normally is not possible. It was not the need for us to investigate, because we install now the 64bit ODBC where needed. It seems that Microsoft has implemented some mechanismns to open to Excel the "old 32bit world...
by ArneOrtlinghaus
Mon Mar 18, 2024 3:34 pm
Forum: Product
Topic: Textblock
Replies: 9
Views: 693

Re: Textblock

Hi Chris,

that's a nice feature. May be it can serve.

Thanks
Arne
by ArneOrtlinghaus
Mon Mar 18, 2024 7:31 am
Forum: Product
Topic: Textblock
Replies: 9
Views: 693

Re: Textblock

In older times before VO 2.8 I used textblocks in the program quite a lot to store SQL code/macro code in textblocks. I had overwritten the previously functions QOut and made a function GetTextblock() to return the textblock as a string to the program. It was a possibility to store texts with syntax...
by ArneOrtlinghaus
Mon Mar 11, 2024 8:12 am
Forum: Deutsches Forum
Topic: X# auf Apple Mac
Replies: 8
Views: 559

Re: X# auf Apple Mac

Nach meinen Erfahrungen mit Windows-Applikationen in Zusammenhang mit Apple Macs würde ich sagen: Stabil für die Ausführung von X#-Programmen ist nur Zugriff auf einen Windows-Terminalserver. Es gibt so viele Details, die anders sind, nicht nur die GUI, sondern auch das Verhalten von Filezugriffen. ...