PDA

View Full Version : Defining Long Variable



Sabahan
- 8th January 2017, 14:53
I am using PBP3,try to use PIC18F27J53 to do collect some data and I need the long variable,I use the code var long and it return the error long datatype no supported,use -n option for LONG datatype support,does PIC18 do not support LONG datatype of I miss out something?thank you

Charlie
- 8th January 2017, 15:50
selected "use compiler long words" in options?

louislouis
- 8th January 2017, 22:55
Hello,
type in to the Optional Command Line box
-n
and compile the program, this may can help.

Sabahan
- 9th January 2017, 02:41
I try tonight,thank you

Sabahan
- 23rd January 2017, 15:04
no error reported,thank you,next will try on some basic data gather using the long word and confirm the result ,thank you very much