Page 1 of 1

LINUX Gadgets with string-variables

Posted: Wed Jun 10, 2020 9:52 am
by PB_Rainer
Hello,

I did Find my mistake.

So I deleted this posting.

Rainer

Re: LINUX Gadgets with string-variables

Posted: Wed Jun 10, 2020 10:46 am
by Saki
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

Re: LINUX Gadgets with string-variables

Posted: Wed Jun 10, 2020 10:52 am
by PB_Rainer
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
No, I dont use parameters like this, simple stringvariables.
Thanks
Rainer

Re: LINUX Gadgets with string-variables

Posted: Wed Jun 10, 2020 2:00 pm
by PB_Rainer
This Thread is closed because I found my mistake, a simple wrong filename in the projectfile.

Regards