
[Solved] Error with C backend
[Solved] Error with C backend
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.


Last edited by BarryG on Sat Mar 02, 2024 12:13 pm, edited 1 time in total.
Re: Error with C backend
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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: Error with C backend
Do you mean post my code? Impossible. Was hoping someone might recognize the error message and what it means.
Re: Error with C backend
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
Re: Error with C backend
Found it! It was this -> https://www.purebasic.fr/english/viewto ... 53#p584753
-
- Addict
- Posts: 2346
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Error with C backend
I was about to post this here lolBarryG wrote: Sat Mar 02, 2024 12:13 pm Found it! It was this -> https://www.purebasic.fr/english/viewto ... 53#p584753
bye,
Daniel
Daniel
Re: [Solved] Error with C backend
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. 
