News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

Compilation messages not changing correctly

Started by See_Mos, Mar 16, 2023, 01:06 PM

Previous topic - Next topic

See_Mos

Re version 2.03.10, Windows 11

The message area was only updated on second compilation when code changed

The error was a simple variable name error AD_Value instead of ADValue

1 compile with error and the message area shows the error as expected
2 correct the error and compile but the message area has not changed
3 compile a second time and the message area is updated correctly
4 put the error back in and compile but the message area has not changed
5 compile again and the message area is updated correctly

JohnB

#1
Thanks. I'll take a look.  Odd because I have not touched this area for some time.
Just a thought. Try tabbing to a different page then back. I am guessing you will see the updated result.
Can't test because I'm away from my PC.
JohnB

See_Mos

Hi John, you are correct, it behaves as you described.

JohnB

I have resolved the issue with the messages page not updating after a compile.
It was my misunderstanding of the masks used in the Windows API Call ShellExecuteEx call.
The IDE was returning immediately after starting the compiler rather than waiting for the compiler to complete.
I will be fixed in the next release.
JohnB