[Solved] Error with C backend

Everything else that doesn't fall into one of the other PB categories.
BarryG
Addict
Addict
Posts: 4218
Joined: Thu Apr 18, 2019 8:17 am

[Solved] Error with C backend

Post by BarryG »

Hi, I'm slowly converting my app to compile with the C backend (now that the Date lib supports years up to 9999 - yay!), but now I'm getting this error when compiling, and I have no idea what it's referring to. Any ideas? I can't find any ASM code in my source or includes, so I'm stumped. Thanks.

Image
Last edited by BarryG on Sat Mar 02, 2024 12:13 pm, edited 1 time in total.
User avatar
mk-soft
Always Here
Always Here
Posts: 6312
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Error with C backend

Post by mk-soft »

Please PB-Code to find it
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
BarryG
Addict
Addict
Posts: 4218
Joined: Thu Apr 18, 2019 8:17 am

Re: Error with C backend

Post by BarryG »

Do you mean post my code? Impossible. Was hoping someone might recognize the error message and what it means.
Fred
Administrator
Administrator
Posts: 18344
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Error with C backend

Post by Fred »

Search for 'ppublic' in all your source code it looks like an inline asm line. You can also compile with the --commented in commadline so you can see which PB line is causing it
BarryG
Addict
Addict
Posts: 4218
Joined: Thu Apr 18, 2019 8:17 am

Re: Error with C backend

Post by BarryG »

DarkDragon
Addict
Addict
Posts: 2346
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Error with C backend

Post by DarkDragon »

BarryG wrote: Sat Mar 02, 2024 12:13 pm Found it! It was this -> https://www.purebasic.fr/english/viewto ... 53#p584753
I was about to post this here lol 😆. Well, the post already says it doesn't work with C backend.
bye,
Daniel
BarryG
Addict
Addict
Posts: 4218
Joined: Thu Apr 18, 2019 8:17 am

Re: [Solved] Error with C backend

Post by BarryG »

Yeah I know, I didn't see that I had that file included at first because it wasn't grouped with all my other includes. :lol:
Post Reply