BGforgeNet / VScode-BGforge-MLS

BGforge MultiLanguage server
https://forums.bgforge.net/viewforum.php?f=35
Other
16 stars 5 forks source link

[Fallout] Errors in header files never go away from "Problems" #63

Closed phobos2077 closed 1 year ago

phobos2077 commented 1 year ago

Screenshot

изображение

What's wrong on screenshot

Errors in header files never go away from "Problems"

Code

_mls_test.h:

#define cantdoit(1)

_mls_test.ssl:

#include "_mls_test.h"

procedure start begin
   display_msg("Hello");
end

Try compiling above SSL, you'll get error like on screenshot. Add space before (1) to fix the error, then recompile. Error stays.

burner1024 commented 1 year ago

Something with paths again. Try latest build. I fixed another issue, might fix this one as well.

phobos2077 commented 1 year ago

I can no longer reproduce. Nice work!