Search found 7 matches

by Ивайло Кантурски
Fri Nov 24, 2023 3:04 pm
Forum: Product
Topic: Xsharp errors in multithreads applications.
Replies: 2
Views: 1495

Re: Xsharp errors in multithreads applications.

Thank soy for your reply. I'll create a Github issue.
by Ивайло Кантурски
Fri Nov 24, 2023 9:39 am
Forum: Product
Topic: Xsharp errors in multithreads applications.
Replies: 2
Views: 1495

Xsharp errors in multithreads applications.

Hello team, we use XSharp assembly in our Web Applications and we get two attached errors when we use some functions like NTrim, Transform and so on. Digging in XSharp code we found that the problems comes from XSharp.ConversionHelpers.GetFormatString which use the static formatStrings variable ...
by Ивайло Кантурски
Mon Jul 23, 2018 8:55 am
Forum: VO & Vulcan
Topic: VO Select Problem
Replies: 12
Views: 3070

VO Select Problem

We use Vo2AdoRdd (SQL) and "::" is required to set the catalog depends of data source (Oracle or SQL). I'm not sure that "DBUSEAREA" cause XSC.EXE to crush. May be some part of code after calling of "DBUSEAREA"
by Ивайло Кантурски
Mon Jul 23, 2018 8:36 am
Forum: VO & Vulcan
Topic: VO Select Problem
Replies: 12
Views: 3070

VO Select Problem

<r>Hello,<br/> <br/> i rewrite the code because i don't want to use .vh externals <CODE><s>[code]</s><i> </i>IF DBSelectArea("T_FORGETCN") == 0 IF (gwMEM_RDD == 3) .OR. (gwMEM_RDD == 5) DBUseArea(true, ViaRdd(""), gcInitialCatalog + "::T_FORGETCN") ELSEIF gwMEM_RDD == 4 DBUseArea(true, ViaRdd ...
by Ивайло Кантурски
Sat Jul 21, 2018 6:54 am
Forum: VO & Vulcan
Topic: VO Select Problem
Replies: 12
Views: 3070

VO Select Problem

Hello,

thank you for your answers. I use X# at the moment because i don't have the Vulcan redistributables. Just want to check the X# product and verify that we can convert part of our VO code in .NET

Is there way to find somehow Vulcan redistributes?
by Ивайло Кантурски
Fri Jul 20, 2018 11:44 am
Forum: VO & Vulcan
Topic: VO Select Problem
Replies: 12
Views: 3070

VO Select Problem

Hello,

i'm using XSharp and convert VO AEF to XSharp code. When i try to compile the project get the error which are related to this code. Do i need to include UDC file in XCode project?
by Ивайло Кантурски
Fri Jul 20, 2018 7:39 am
Forum: VO & Vulcan
Topic: VO Select Problem
Replies: 12
Views: 3070

VO Select Problem

<r>Hello Guys,<br/> <br/> could you please help me with the code bellow. I try to build our VO projects but the VO SELECT command is not recognized by the compiler. Thank you.<br/> <CODE><s>[code]</s><i> </i> IF SELECT(#T_FORGETCN) == 0 IF gwMEM_RDD == 3 .OR. gwMEM_RDD == 5 use (gcInitialCatalog ...