Error message from Microcode Studio
I use PICBasic, (not Pro.)
When I try to compile using Microcode Studio, I get "out of memory, PBC.EXE."
I am using Windows 7, and have compressed most of my hard drive, but not the PBC folder.
I just moved from Vista, where all I had no trouble, but my HD was not compressed.
I'll be grateful for help.
Re: Error message from Microcode Studio
I've been using pbc pro (v2.5) and had the same problem. One minute things were working, then they suddenly we not. Seems PBC does not like a long tree. I moved my source directory closer to the root of my main drive ( eg: c:\source\ ) and I stopped getting the out of memory errors. pbc also does not seem to like using network drives as the source/ output directory.
Anyone else seen this? I have not seen it as a fix for the pbc or pbcwin out of memory issue. Does seem to work though.
Re: Error message from Microcode Studio
The path to the file including the file name and extension has to be less than 64 characters.
If it is less than 64 then it will work.