[6.40a1] fixed string and debug output

Post bugreports for the Windows version here
breeze4me
Enthusiast
Enthusiast
Posts: 657
Joined: Thu Mar 09, 2006 9:24 am
Location: S. Kor

[6.40a1] fixed string and debug output

Post by breeze4me »

Code: Select all

Define s.s{64}
s = "test"
;MessageRequester("", s) ; no error.
Debug s

Code: Select all

---------------------------
PureBasic - Assembler error
---------------------------
error: 's0' undeclared (first use in this function); did you mean 's1'?

  362 | s0=SYS_AddString(SYS_CopyFixedString(v_s,64),s0);

      | ^~

      | s1

purebasic.c:362:1: note: each undeclared identifier is reported only once for each function it appears i
BarryG
Addict
Addict
Posts: 4314
Joined: Thu Apr 18, 2019 8:17 am

Re: [6.40a1] fixed string and debug output

Post by BarryG »

Assembler error? The new version needs the C backend, so maybe this is why?
User avatar
mk-soft
Always Here
Always Here
Posts: 6513
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: [6.40a1] fixed string and debug output

Post by mk-soft »

Its a Bug, and the error text is wrong
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply