Or you change CDLite to MicroCode Studio. In this one, you can do it inside the IDe using the menu
Or you change CDLite to MicroCode Studio. In this one, you can do it inside the IDe using the menu
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I've tried all kinds of different combinations and I can't get it to work.
The root cause is I'm using mpasm and ASM commands in my code. CDLite changes ASM to Asm, this makes mpasm throw and error.
I can't switch to microcode because I'm using a 16f876A and I don't have the cash flow right now to purchase plus.
Indeed I did.
I also tried
-ampasmwin -oq -oc
-ampasmwin -oq /c-
and moved things around quite a bit.
Originally Posted by DynamoBen
I chose to make no comment there. You are too honest DynamoBen!
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Interesting, I couldn't get the command line to work either. Even though it says how to do it in the help file.
Well, here's a couple alternatives.
In the same folder as mpasmwin.exe, open the MPLAB.INI file and modify or add this line.
CaseSensitive=OFF
-- or --
Start the MPASMWIN program directly by clicking on it in windows explorer, or type MPASMWIN from a DOS window.
Unselect the "case sensitive" checkbox then click "Exit".
Then try to compile again.
HTH,
DT
Sorry, I guess that doesn't work either. Doh!
I've found that the /c- option does work when you provide it directly to MPASMWIN.EXE. But it doesn't seem to be passed on by PBPW.
You might be able to create a batch file to do the compiling. Or use MPLAB instead of CDlite. But you'll need to install the PicBasic Interface to MPLAB. It's on the meLabs website as I recall, been awhile since I did that.
http://www.melabs.com/support/mplab.htm
.
DT
You and I are thinking the same way. In the end there should be no reason why this shouldn't work.
I can try MPLAB.
I really think someone needs to work on a free or opensource IDE for PicBasic, or one should be included. Microcode is great but $75 is steep, considering PBP is $250 on its own. Needless to say this becomes and expensive hobby when you add things together. All this to blink an LED.![]()
Does $49.95 sound any better?
http://www.rentron.com/PicBasic/prod...ode_Studio.htm
MPLAB is as cheap as it gets. Free. It takes a little getting used to. But it does the job. Just no code highlighting.
The simulator can be handy too. No PIC required.
.
DT
Bookmarks