LINUX Gadgets with string-variables

Just starting out? Need help? Post your questions and find answers here.
User avatar
PB_Rainer
User
User
Posts: 80
Joined: Fri Jun 07, 2019 1:56 pm

LINUX Gadgets with string-variables

Post by PB_Rainer »

Hello,

I did Find my mistake.

So I deleted this posting.

Rainer
Last edited by PB_Rainer on Wed Jun 10, 2020 3:51 pm, edited 1 time in total.
User avatar
Saki
Addict
Addict
Posts: 830
Joined: Sun Apr 05, 2020 11:28 am
Location: Pandora

Re: LINUX Gadgets with string-variables

Post 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
地球上の平和
User avatar
PB_Rainer
User
User
Posts: 80
Joined: Fri Jun 07, 2019 1:56 pm

Re: LINUX Gadgets with string-variables

Post 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
User avatar
PB_Rainer
User
User
Posts: 80
Joined: Fri Jun 07, 2019 1:56 pm

Re: LINUX Gadgets with string-variables

Post by PB_Rainer »

This Thread is closed because I found my mistake, a simple wrong filename in the projectfile.

Regards
Post Reply