Search found 21 matches

by jacekm23
Fri Oct 27, 2023 4:29 pm
Forum: VO & Vulcan
Topic: Error MSB3644 - .NETFramework not found
Replies: 1
Views: 3993

Error MSB3644 - .NETFramework not found

Hi,
I try to compile VOMDI app created from VO MDI Application template and I have this error:
MBS3644 The reference assemblies for framework ".NETFramework,Version=v4.6" were not found.

Is this framework necessary for VO applications ported to XSharp?

Best Regards,
Jacek
by jacekm23
Thu Oct 12, 2023 8:36 pm
Forum: Product
Topic: Problem with VS 17.7.0
Replies: 8
Views: 4854

Re: Problem with VS 17.7.0

Hi,
I got the VS 2022 17.7.5 update too, but it doesn't work for me with X# v2.16.0.5.
I have to wait for the X# v2.18.

Best Regards,
Jacek
by jacekm23
Tue Nov 08, 2022 11:41 am
Forum: 3rd party products
Topic: bBrowser
Replies: 0
Views: 5802

bBrowser

Hi,
Does bBrowser.NET support ADO.NET classes (DataSet, DataTables) or only DBServer and AdoServer? I used bBrowser in the VO applications with AdoServer, but I am wondering can I use it with ADO.NET.

Jacek
by jacekm23
Wed Oct 19, 2022 7:52 pm
Forum: Product
Topic: Virus?
Replies: 9
Views: 3799

Virus?

Hi,
I installed XSharp Cahors 2.13 - Public verion and my antivirus program detected a virus. What do you think about this?

Jacek
by jacekm23
Thu May 09, 2019 9:46 am
Forum: Product
Topic: DateTime Class
Replies: 6
Views: 2969

DateTime Class

Stefan,

exactly I have:

LOCAL oDt1 AS Nullable<DateTime>
LOCAL oDt2 AS Nullable<DateTime>

and
oDt2 := oDt1:Value:@@Date
works for me.

Thank you
Jacek
by jacekm23
Thu May 09, 2019 9:26 am
Forum: Product
Topic: DateTime Class
Replies: 6
Views: 2969

DateTime Class

<t>In CORE mode I am trying to write something like this:<br/>
<br/>
local oDt1 as DateTime<br/>
local oDt2 as DateTime<br/>
<br/>
oDt1 := DateTime{...}<br/>
oDt2 := Dt1:Date<br/>
<br/>
and I receive this:<br/>
<br/>
error XS9002: Parser: unexpected input ':DATE'<br/>
Compilation failed (1 error)<br ...
by jacekm23
Fri Mar 09, 2018 8:49 am
Forum: Chit-Chat
Topic: .Net simple database - what to use?
Replies: 46
Views: 18574

.Net simple database - what to use?

<r>I would like to mention Firebird SQL yet. I use it from many years in VO projects and now I plan use it in .Net projects. Firebird SQL is free and have everything what a database server should have: stored procedures, triggers, generators etc. It can be use as standalone server on Windows and ...
by jacekm23
Sun Feb 11, 2018 8:19 pm
Forum: Product
Topic: Simple question about arrays
Replies: 5
Views: 3163

Simple question about arrays

How can I define table of 256 bytes.

In C# I can write:

Byte[] data = new Byte[256];

In X#:

Local data as Byte[]
data := ?

Jacek
by jacekm23
Wed Oct 19, 2016 11:54 am
Forum: Product
Topic: Is the code correct?
Replies: 10
Views: 7507

Is the code correct?

<t>Bit of code:<br/>
<br/>
METHOD fbLoadData(sSQL AS STRING) AS VOID<br/>
LOCAL daHistoria AS FbDataAdapter<br/>
LOCAL dsHistoria AS DataSet<br/>
LOCAL bsHistoria AS BindingSource <br/>
<br/>
dsHistoria := DataSet{}<br/>
<br/>
daHistoria := FbDataAdapter{sSQL, SELF:fbConn}<br/>
daHistoria ...
by jacekm23
Fri Aug 19, 2016 12:59 pm
Forum: 3rd party products
Topic: Vn2Ado & bBrowser
Replies: 1
Views: 3758

Vn2Ado & bBrowser

Will Vn2Ado & bBrowser libraries work with XSharp?

Jacek