Search found 467 matches

by Cyllceaux
Fri Oct 10, 2025 6:29 pm
Forum: Coding Questions
Topic: Missing IMA in C-Backend
Replies: 0
Views: 74

Missing IMA in C-Backend

Hello there... I know the code is wrong, but in the ASM Backend I receive a IMA, what I expected.
On the C-Backend nothing happens.

Code: Select all

Structure strTest
	value.i
EndStructure

Define *test.strTest=5

Debug *test\value
by Cyllceaux
Wed Aug 27, 2025 5:34 am
Forum: Coding Questions
Topic: [SOLVED] FindString() with CRLF in the search?
Replies: 12
Views: 824

Re: FindString() with CRLF in the search?

Hi,

Easy... it is #CRLF$ not #LFCR$

Code: Select all

search.s = #CRLF$+"Word" ; <--- Here
If OpenFile(0,"c:\temp\test.txt")
  text.s = ReadString(0,#PB_Ascii | #PB_File_IgnoreEOL)
  CloseFile(0)
EndIf
Debug FindString(text,search) ; 11
by Cyllceaux
Thu Jun 19, 2025 9:36 am
Forum: Bugs - Windows
Topic: [Done] undefined symbol 'SM_3057'.
Replies: 12
Views: 2375

Re: undefined symbol 'SM_3057'.

just for me... is it a bug or not?
I created that thread in "Codingquestion".
Someone moved it to the bug section and @kiffi moved it back zu "Codingquestion".

Now I'm confused
by Cyllceaux
Sun Jun 15, 2025 11:15 am
Forum: Bugs - Windows
Topic: [Done] undefined symbol 'SM_3057'.
Replies: 12
Views: 2375

Re: undefined symbol 'SM_3057'.

Fred wrote: Sun Jun 15, 2025 10:38 am This one should work
What should work? The code or the useful error message?

For me it is not a problem but both would be nice :)
by Cyllceaux
Sat Jun 14, 2025 6:11 pm
Forum: Bugs - Windows
Topic: [Done] undefined symbol 'SM_3057'.
Replies: 12
Views: 2375

[Done] undefined symbol 'SM_3057'.

I know the strRecord should be before strSchema but the intersting thing is, if I change the order *schema.strSchema still workes


Structure strVTable
*vtable
EndStructure

Structure strSchema Extends strVTable
name.s
Map types.i()
List *records.strRecord()
EndStructure

Structure strRecord ...
by Cyllceaux
Sun Jun 01, 2025 11:29 am
Forum: General Discussion
Topic: Can't access this forum outside EU
Replies: 32
Views: 3821

Re: Can't access this forum outside EU



I'm in Germany and I can't visit this site with my Huawei P40. My Huwai P20 has no problem.
they use the same browser, same WiFi and same DNS.


What are the user agent strings of both phones?
https://www.whatismybrowser.com/detect/what-is-my-user-agent/


Mozilla/5.0 (Linux; Android 10; ELS ...
by Cyllceaux
Fri May 23, 2025 5:42 am
Forum: General Discussion
Topic: Can't access this forum outside EU
Replies: 32
Views: 3821

Re: Can't access this forum outside EU

I'm in Germany and I can't visit this site with my Huawei P40. My Huwai P20 has no problem.
they use the same browser, same WiFi and same DNS.
by Cyllceaux
Sat Mar 08, 2025 8:13 am
Forum: Coding Questions
Topic: Direct write or draw on desktop
Replies: 11
Views: 3014

Re: Direct write or draw on desktop

Its called "Topic Icon"
Normally it's disabled, but you can put one if you are use the phpBB API (HTML POST) directly or over another Program.

Maybe he had a browser Addon or use this while fred upgraded/configured the board. (the to many request problem)
by Cyllceaux
Mon Mar 03, 2025 12:41 pm
Forum: The PureBasic Editor
Topic: Wrong Syntax Highlighting in 6.20
Replies: 9
Views: 1934

Re: Wrong Syntax Highlighting in 6.20

yes... you are right. it is the inline ASM Syntax. :oops:
by Cyllceaux
Sun Mar 02, 2025 10:03 am
Forum: The PureBasic Editor
Topic: Wrong Syntax Highlighting in 6.20
Replies: 9
Views: 1934

Re: Wrong Syntax Highlighting in 6.20

the procedure was just an example to prove my point.

the not is corrected and colored right if it is not the first word.
by Cyllceaux
Sun Mar 02, 2025 9:43 am
Forum: The PureBasic Editor
Topic: Wrong Syntax Highlighting in 6.20
Replies: 9
Views: 1934

Re: Wrong Syntax Highlighting in 6.20

It is activatet.

OK... I understand that for you it is not a bug. OK.
For me, it is. So I wrote this post.

so:
- wrong highlighting
- wrong case correction

In your case, it is a wrong case correction. I know PB is not case sensitive. But just because I can write things like this:

pRoCeDuRe ...
by Cyllceaux
Sun Mar 02, 2025 9:09 am
Forum: The PureBasic Editor
Topic: Wrong Syntax Highlighting in 6.20
Replies: 9
Views: 1934

Re: Wrong Syntax Highlighting in 6.20

Your highlight is wrong, too...
Maybe the word "highlight" is wrong.

It's formating and highlighting

The first "not" is right, the second and third one is wrong. "Not" => "NOT"

and no... no custom keywords, macros, procedures or something else.
by Cyllceaux
Sun Mar 02, 2025 8:45 am
Forum: The PureBasic Editor
Topic: Wrong Syntax Highlighting in 6.20
Replies: 9
Views: 1934

Wrong Syntax Highlighting in 6.20

The "not" is not right:


If Not InitSprite() Or
NOT InitMouse() Or
NOT InitKeyboard()
MessageRequester("Error","Error Init Librarys",#PB_MessageRequester_Error)
End
EndIf


https://i.ibb.co/5hCN6fMY/image.png

// Moved from "Bugs - IDE" to "General Discussion" (Kiffi)
by Cyllceaux
Sat Mar 01, 2025 4:12 pm
Forum: Off Topic
Topic: My youtube tricks (RSS Feeds)
Replies: 8
Views: 1604

Re: My youtube tricks (RSS Feeds)

I don't understand the question, but nice poste count:

Image

8) :wink: