How to quickly translate a program Alaska+Express to C#?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

How to quickly translate a program Alaska+Express to C#?

#1 Post by Eugene Lutsenko »

How to quickly translate a program from Alaska + Express to C#?

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to quickly translate a program Alaska+Express to C#?

#2 Post by Auge_Ohr »

hi,
Eugene Lutsenko wrote:How to quickly translate a program from Alaska + Express to C#?
no Way to C# ... but perhaps C ... :whistle:

when have Cl*pper Code or VIO you can use harbour to "Transpile" it to "C" and Link it. it work 99 %
when use XbParts for GUI you can use GTWVG as SUPERCLASS. it work 98 %

BUT ... nobody have "test" it before so it is your Game to try it.
see https://bb.donnay-software.com/donnay/v ... f=3&t=2631
greetings by OHR
Jimmy

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: How to quickly translate a program Alaska+Express to C#?

#3 Post by Eugene Lutsenko »

I just keep developing in Alaska and C#

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to quickly translate a program Alaska+Express to C#?

#4 Post by Auge_Ohr »

Eugene Lutsenko wrote:I just keep developing in Alaska and C#
so ask Alaska for Solution ...
greetings by OHR
Jimmy

Victorio
Posts: 620
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

Re: How to quickly translate a program Alaska+Express to C#?

#5 Post by Victorio »

Eugene, several years ago I did opposite thing :)
I translate C++ program (little modules) to Alaska Xbase, and I had many problems because same program in Alaska Xbase work much much slower...
Roger, Jimmy, Tom and otheds very helped me with optimalization code and now work maybe better than old modules programmed in Borland C++.
No problem translate between C++ / Xbase when only mathematical functions, with GUI I have no idea what that would mean.

I am also interesting return back to C++ for use very quick routine with files than I need, but used only as external modules, that not use GUI.

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to quickly translate a program Alaska+Express to C#?

#6 Post by Auge_Ohr »

hi,
Victorio wrote:I am also interesting return back to C++ for use very quick routine with files than I need, but used only as external modules, that not use GUI.
i have try to access C# DLL from Xbase++ but it need to prepare external DLL e.g. as COM with IDispatch Interface.
other Problem : most are now using 64 Bit ... no Chance with 32 Xbase++
greetings by OHR
Jimmy

User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Re: How to quickly translate a program Alaska+Express to C#?

#7 Post by unixkd »

Hi Jimmy

Can functions in DLLs created habour be called within Xbase++. If it is possible that may be another opportunities for Xbase++ developers

Joe

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to quickly translate a program Alaska+Express to C#?

#8 Post by Auge_Ohr »

unixkd wrote:Can functions in DLLs created habour be called within Xbase++.
If it is possible that may be another opportunities for Xbase++ developers
32 Bit DLL Yes, 64 Bit DLL No
greetings by OHR
Jimmy

Post Reply