--- In NEONIXIE-L@..., "msilv3r" <msilv3r@...> wrote:
Hey. I'm having trouble debugging this error.
...
I'm getting the nonspecific error:
Error [195] C:\Users\Mike\Documents\Progamming\nixieClock.c; 55.1 expression syntax
Any ideas??
I'm not a c# person, but is seems you are converting from C or C++ to C#, and they are very different animals, not only in syntax, but more importantly in philosophy...
Firstly - what is on line "55.1"? "unsigned" is not a reserved word in C# as it's subsumed in the defined types (uint, etc.).
I'd go to the MPLAB C# support forums....
Nick