Darrel,
I will be waiting for the answer.
Good luck
Darrel,
I will be waiting for the answer.
Good luck
Almost there. I keep getting sidetracked.
I hope you're using MPASM. I've been unable to make it work with PM.
<br>
Hi Darrel
MPASM would never be a problem, I always keep tracking the new versions of microchip compiler (MPASM), as being almost there, I hope you finish it as soon as possible
Thanks alot
In fact, i don't know why PM still exist since it doesn't work anyway with any 18Fs. I always use MPASM.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi Darrel,
I got this message after compiling my program. I'm using Pic18F452 & PicBasic Pro Ver 2.46a
Error[113] C:\MPLAB\PICBASIC\PBPPIC18.LIB 1154 : Symbol not previously defined (_ClockCount)
Thank You.
Last edited by mazlan; - 20th March 2006 at 08:47.
Hmm, what are the changes one have to make so the program be compatible with MPASM (other than the DEFINES) ?Originally Posted by mister_e
Thanks
Ioannis
mazlan,
Since the ClockCount subroutine is in the same file as the Define that assigns it to the interrupt handler, it's unlikely that it can't find the label.
Unless, you've edited the files or tried to paste the stuff into you're main program instead of using the Include files. In which case I have no way to know what you've done.
DT
I'm using the original include files and didn't change anything. Now it's ok. After deleting the space between INTHAND and _ClockCount, everything's OK. Actually, i'm new in microchip assembly.
Thank You. :-)
Bookmarks