must save after edit

Beta Testing discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
Colin
Posts: 738
Joined: 15 Oct 2007 08:53
Location: Australia

must save after edit

#1 Post by Colin » 24 Mar 2009 11:28

If you compile a project that 'includes' a module that has a syntax error, you must manually save the file after editing.
Took ages to figure out why the compiler flagged errors on lines I had fixed.
With MB 7 this was done automatically

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: must save after edit

#2 Post by zristic » 25 Mar 2009 13:26

With mB7 all opened files where save before compile.

In mB Pro, only those files which are added to project are saved. The IDE can't know of implicitly imported files via the INCLUDE directive, so you have to save them manually.

Post Reply

Return to “mikroBasic PRO for PIC Beta Testing”