Search found 27 matches

by omoser
Wed Nov 27, 2024 1:45 pm
Forum: VO & Vulcan
Topic: Macrocompiler and COS() SIN() TAN() and so on...
Replies: 9
Views: 1020

Re: Macrocompiler and COS() SIN() TAN() and so on...

Hi Arne, Chris and Robert!
Thank you for your ideas, that must be the solution,
because before those Functions were in the main,
but i splitted those into Libs for migration to X#,
so that really makes sense...

I am travelling today, but will check this evening!

Thank you very much for your help ...
by omoser
Mon Nov 25, 2024 10:26 pm
Forum: VO & Vulcan
Topic: Macrocompiler and COS() SIN() TAN() and so on...
Replies: 9
Views: 1020

Re: Macrocompiler and COS() SIN() TAN() and so on...

Hi Chris,
yes that is the strange thing!
It worked as you described in the past, i could use _cos() _SIN() and all other functions
i built as wrapper functions... but then is started to work on the migration to x#
as mentioned spilt the APP in LIBs, and all things worked fine, but out of nowwhere ...
by omoser
Sun Nov 24, 2024 2:01 pm
Forum: VO & Vulcan
Topic: Macrocompiler and COS() SIN() TAN() and so on...
Replies: 9
Views: 1020

Re: Macrocompiler and COS() SIN() TAN() and so on...

Hi Chris,
i read something about this, and so i had the great idea to write a kind of "wrapper function" like

function _cos( ngrad)
local nRad as float
nRad := nGrad / (180 / pi )
return cos( nRad )

So i converted the user input cos() to _cos() and i thought this could work,
or it did work in ...
by omoser
Sun Nov 24, 2024 1:41 pm
Forum: VO & Vulcan
Topic: Macrocompiler and COS() SIN() TAN() and so on...
Replies: 9
Views: 1020

Re: Macrocompiler and COS() SIN() TAN() and so on...

Addition: VO brings the GEncode:Error 33 - Missing parameter, which i guess is misleading, should be function not known, is the same as when i use any dummy-function name in the formula....
by omoser
Sun Nov 24, 2024 1:33 pm
Forum: VO & Vulcan
Topic: Macrocompiler and COS() SIN() TAN() and so on...
Replies: 9
Views: 1020

Macrocompiler and COS() SIN() TAN() and so on...

Hi to all,
strange thing which i think worked fine in the past, but does not work anymore.

Simple thing, my appusers can create formulas to calculate with numeric fieldvalues.
e.g. <fieldname1> * 3 + <fieldname2> or more complex stuff like
<fieldname1> * sqrt( <fieldname2> ) i guess you see the ...
by omoser
Tue Sep 26, 2023 8:28 am
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 2892

Re: Installationsproblem X# 2.16.05 Public

Hi Robert,
thank you very much for your support and the invested time!
This is very appreciated, and i will check with IT about this problems
on my VM.
I think this is also a combination of problems, with the known issue of the windows host.dll
in another thread with VS 2022. I will also try it with ...
by omoser
Mon Sep 25, 2023 2:31 pm
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 2892

Re: Installationsproblem X# 2.16.05 Public

Hi Robert,
unfortunately i did not find something,
so if it is possible for you it would really help
me to understand the difference between 2.14 Install
script and 2.16 ...
Thanks in advance,
BR Oliver
by omoser
Fri Sep 22, 2023 2:28 pm
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 2892

Re: Installationsproblem X# 2.16.05 Public

Strange, it works with 2.14 Setup but now not with 2.16..?
Still investigating what changed, it runs in a Virtual machine,
first time i run into problems...
BR
Oliver
by omoser
Fri Sep 22, 2023 8:10 am
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 2892

Re: Installationsproblem X# 2.16.05 Public

THanks Robert,
i will check that and how i can "repair" it..
BR
Oliver
by omoser
Thu Sep 21, 2023 7:19 pm
Forum: Deutsches Forum
Topic: Installationsproblem X# 2.16.05 Public
Replies: 8
Views: 2892

Installationsproblem X# 2.16.05 Public

Hallo, ich wollte X# von 2.14 upgrade auf die 2.16, aber habe plötzlich Probleme.
Bei der Installation kommt eine FehlerMeldung: Failed to expand Folder "userdocs"
und beim Start von VS 2022 dann XSharpLanguage Package wurde nicht ordnunggemäss geladen,
siehe Screenshots in Attachments.

Hat jemand ...