Search found 161 matches

by Juraj
Tue Dec 17, 2019 7:51 pm
Forum: Deutsches Forum
Topic: bBrowser.NET 4 (XSharp Edition) veröffentlicht
Replies: 15
Views: 6280

bBrowser.NET 4 (XSharp Edition) veröffentlicht

Hi Joachim.


It is possible to use bBrowser in only Core Dialect, without XSharp runtime?

Juaj
by Juraj
Wed Dec 04, 2019 3:21 pm
Forum: VO & Vulcan
Topic: Use X# code in VO app
Replies: 5
Views: 4286

Use X# code in VO app

Hi All,

I would need to insert a module written in XSharp core dialect, into an older VO application. Does anyone have experience? Any advice good

Juraj
by Juraj
Thu Nov 07, 2019 7:21 pm
Forum: Product
Topic: XSharp app in Windows Vista
Replies: 4
Views: 2835

XSharp app in Windows Vista

Hi Wolfgang

if I using Vulcan runtime app not work.
I rewrote the main part into Core dialect and program works . You had to convert, XSharp in Core dialect also works in Vista. Super, thanks for advice.

Juraj
by Juraj
Thu Nov 07, 2019 6:07 pm
Forum: Product
Topic: XSharp app in Windows Vista
Replies: 4
Views: 2835

XSharp app in Windows Vista

HI Wolfgang

Thank you for your response. App was imported from Vulcan into VS2017 and framework is set to 4.0, because I need Oledb for MDB database.
by Juraj
Thu Nov 07, 2019 5:50 pm
Forum: Product
Topic: XSharp app in Windows Vista
Replies: 4
Views: 2835

XSharp app in Windows Vista

Hi All

I want to run xSharp app in Vulcan dialect on computer with Windows Vista 32. I get a .Net error after starting. Any experience?

Juraj
by Juraj
Wed Nov 06, 2019 9:20 am
Forum: Product
Topic: Custon designer
Replies: 1
Views: 2184

Custon designer

<t>Hi All,<br/>
<br/>
I'm working on a new app for small cafes. I would need to program a custom graphic layout for the table layout. Just set the size and position of the table<br/>
The designer does not have to be part of the application, it can also be a stand-alone application<br/>
<br/>
Juraj ...
by Juraj
Thu Oct 10, 2019 6:18 am
Forum: Product
Topic: Expose X# run-time functions to C#
Replies: 18
Views: 5639

Expose X# run-time functions to C#

Hi Wolfgang,


I create the new app only as WPF in Core dialect. Sometimes I need to load an older DBF file. Your library would help.

Juraj
by Juraj
Mon Aug 26, 2019 4:23 pm
Forum: Product
Topic: How to use External C++ dll
Replies: 8
Views: 3767

How to use External C++ dll

Hi Robert

in line

[DllImport("EFoxComm.dll"];

the right parenthesis was missing. My fault that I noticed it later

Juraj
by Juraj
Mon Aug 26, 2019 4:19 pm
Forum: Product
Topic: How to use External C++ dll
Replies: 8
Views: 3767

How to use External C++ dll

<t>Hi Robert,<br/>
<br/>
Thank for for your response.<br/>
<br/>
I use this code:<br/>
<br/>
USING System.Runtime.InteropServices<br/>
<br/>
STATIC CLASS EFox<br/>
//<br/>
[DllImport("eKasaEFoxComm.dll"];<br/>
STATIC METHOD Abort(nHandle AS INT) AS INT <br/>
//<br/>
[DllImport("eKasaEFoxComm ...
by Juraj
Mon Aug 26, 2019 3:47 pm
Forum: Product
Topic: How to use External C++ dll
Replies: 8
Views: 3767

How to use External C++ dll

<t>Hi Wolfgang,<br/>
<br/>
Thank you for your response. From 1.1.2020 on-line cash register must be used in Slovakia. The EFox (on line cash register) manufacturer also ships this library with the hardware. I do not have more information from the manufacturer.<br/>
In VO or Vulcan I use: <br/>
<br ...