Search found 47 matches

by Meinhard
Mon May 15, 2023 12:10 pm
Forum: 3rd party products
Topic: DotNetZip created backup sometimes causes issues in (only) some unzip programs
Replies: 12
Views: 3922

DotNetZip created backup sometimes causes issues in (only) some unzip programs

Hi Dick,
this indeed rings a bell to me. Can you show us the code you are using to create the zip?
Regards
Meinhard
by Meinhard
Wed May 03, 2023 8:31 am
Forum: Examples
Topic: ChatGPT integration examples?
Replies: 33
Views: 9463

ChatGPT integration examples?

<r>Hi Robert,<br/> <br/> >Does anybody know how to "train" ChatGPT?<br/> <br/> was asking this myself, so I asked ChatGpt <E>:)</E>:<br/> "How can i teach you a new programming lanugage?"<br/> <br/> Answer:<br/> <br/> "As an AI language model, I can learn new programming languages, but I require acc...
by Meinhard
Tue May 02, 2023 7:51 am
Forum: Examples
Topic: ChatGPT integration examples?
Replies: 33
Views: 9463

ChatGPT integration examples?

Arne,
I already love the upcoming discussion :)
Regards
Meinhard
by Meinhard
Wed Mar 22, 2023 1:49 pm
Forum: Product
Topic: Assigning values to a string array
Replies: 6
Views: 1207

Assigning values to a string array

Dick,

you're declaring a multi dimensional array, but the literal you're trying to assing is an one dimensional array.

Regards
Meinhard
by Meinhard
Thu Dec 15, 2022 3:34 pm
Forum: Product
Topic: Named parameters for methods
Replies: 7
Views: 1697

Named parameters for methods

<t>Hi Fergus,<br/> <br/> on the language tab in the project properties, there is a switch for named arguments. This switch is off for all dialect except core. See documentation for the reason why this is switched off and the consequences it has to switch it on. <br/> There's some discussion going on...
by Meinhard
Mon Dec 12, 2022 7:03 pm
Forum: Product
Topic: JSON Parser
Replies: 17
Views: 3092

JSON Parser

<r>Hi Jonathan,<br/> need to add my 2 cents here too <E>:)</E><br/> <br/> Let's assume you put your data into a file (easier then to put it into a string in code ) named TestData.json. You need to delete the additional space in the property names first!.Then define a class like this:<br/> <br/> PUBL...
by Meinhard
Sun Oct 02, 2022 1:07 pm
Forum: Product
Topic: Foreach errors
Replies: 5
Views: 1516

Foreach errors

<t>Dick,<br/> <br/> >The second confusion is that AFAIK you can always add parentheses around part of your code. I just kept them from the C# sample, not realizing that in For Each they would cause a compiler error.<br/> <br/> you usually can put parentheses around expressions. But in the case of a ...
by Meinhard
Fri Sep 16, 2022 11:41 am
Forum: Deutsches Forum
Topic: Bankomatterminal an PC anbinden
Replies: 12
Views: 3394

Bankomatterminal an PC anbinden

<t>Moin!<br/> <br/> Die meisten moderneren Kartenterminals bieten die Option per LAN/WLAN angebunden zu werden. Die Kommunikation erfolgt dann meistens über HTTPS an eine API vom Hersteller die auf dem Terminal via WebServer bereitgestellt wird. Eine extra Zertifizierung braucht man m.W. nach nicht,...
by Meinhard
Fri Sep 16, 2022 8:23 am
Forum: VO & Vulcan
Topic: VO / SCC with PushOK
Replies: 3
Views: 1507

VO / SCC with PushOK

<r>Hi Marc,<br/> <br/> we are using PushOk with CVSNT since ages. From time to time we need to renew the registration, but beside the fact to lookup the correspondig account, I never had trouble with this. Maybe temporarily not available? I remember once I had a problem to reach that site, because o...
by Meinhard
Fri Sep 02, 2022 11:28 am
Forum: VO & Vulcan
Topic: SSL encrypted Email-server with cSMTP
Replies: 17
Views: 3305

SSL encrypted Email-server with cSMTP

What's your eMail adress ?
Regards
Meinhard