Auto Syntax Check

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
BarryG
Addict
Addict
Posts: 3330
Joined: Thu Apr 18, 2019 8:17 am

Re: Auto Syntax Check

Post by BarryG »

All seems to be working now with 1.0.2, RSBasic. Thank you for the fix!
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Auto Syntax Check

Post by RSBasic »

Auto Syntax Check 1.0.3 has been released.

Changelog:
  • Added: All custom own compiler constants are now also supported.
  • Bugfix
Image
Image
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Auto Syntax Check

Post by RSBasic »

Auto Syntax Check 1.0.4 has been released.

Changelog:
  • Added: Tokens in version information are now resolved.
  • Bugfix: Version information and own constants are now determined for projects from project files instead of from the PB file.
Image
Image
zikitrake
Addict
Addict
Posts: 834
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Re: Auto Syntax Check

Post by zikitrake »

Hello RSbasic. First of all, thank you so much for all your tools.
I would like to use this one too, but it shows me this error with any code (PB.5.70 x64, Windows 10, admin/noadmin user)

Image

Edit:
I think I've found the reason for this error. It only occurs when I use viewtopic.php?f=27&t=53414&hilit=pbhgen in my sources, when I include the line

Code: Select all

IncludeFile #PB_Compiler_File + "i" ;- PBHGEN
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Auto Syntax Check

Post by RSBasic »

Auto Syntax Check 1.0.5 has been released.

Changelog:
  • Bugfix: CompilerError
Image
Image
Post Reply