Hello,
I did Find my mistake.
So I deleted this posting.
Rainer
LINUX Gadgets with string-variables
LINUX Gadgets with string-variables
Last edited by PB_Rainer on Wed Jun 10, 2020 3:51 pm, edited 1 time in total.
Re: LINUX Gadgets with string-variables
Hi, I can only give you any hints.
If you use e.g. Val(mystr$) in procedure parameters, you will get overwritten memory.
Mostly it is strings in procedure parameters that produce almost undetectable bugs.
Best regards Saki
If you use e.g. Val(mystr$) in procedure parameters, you will get overwritten memory.
Mostly it is strings in procedure parameters that produce almost undetectable bugs.
Best regards Saki
地球上の平和
Re: LINUX Gadgets with string-variables
No, I dont use parameters like this, simple stringvariables.Saki wrote:Hi, I can only give you any hints.
If you use e.g. Val(mystr$) in procedure parameters, you will get overwritten memory.
Mostly it is strings in procedure parameters that produce almost undetectable bugs.
Best regards Saki
Thanks
Rainer
Re: LINUX Gadgets with string-variables
This Thread is closed because I found my mistake, a simple wrong filename in the projectfile.
Regards
Regards