Dave Casazza
TVWBB Fan
Has anyone tried the new Visual Studio/Visual Micro build environment?
I'm running Visual Studio 2010 Ultimate, with Visual Micro under Arduino 1.0.3.
After setting the location of the arduino.exe, and opening the project, downloaded from Bryan's code base as of 3/23/2013, I've tried compiling.
I get the following errors:
Compiling 'heatermeter' for 'Arduino Mega 2560 or Mega ADK'
hmcore.cpp : : In function 'void lcdPrintBigNum(float)':
hmcore.cpp : 'class ShiftRegLCDSPI' has no member named 'write_P'
hmcore.cpp : 'class ShiftRegLCDSPI' has no member named 'write_P'
hmcore.cpp : : In function 'void lcdDefineChars()':
hmcore.cpp : 'class ShiftRegLCDSPI' has no member named 'createChar_P'
hmcore.cpp : : In function 'void hmcoreSetup()':
hmcore.cpp : 'PRR' was not declared in this scope
Error compiling
Any thoughts on what I'm doing wrong?
Thanks,
I'm running Visual Studio 2010 Ultimate, with Visual Micro under Arduino 1.0.3.
After setting the location of the arduino.exe, and opening the project, downloaded from Bryan's code base as of 3/23/2013, I've tried compiling.
I get the following errors:
Compiling 'heatermeter' for 'Arduino Mega 2560 or Mega ADK'
hmcore.cpp : : In function 'void lcdPrintBigNum(float)':
hmcore.cpp : 'class ShiftRegLCDSPI' has no member named 'write_P'
hmcore.cpp : 'class ShiftRegLCDSPI' has no member named 'write_P'
hmcore.cpp : : In function 'void lcdDefineChars()':
hmcore.cpp : 'class ShiftRegLCDSPI' has no member named 'createChar_P'
hmcore.cpp : : In function 'void hmcoreSetup()':
hmcore.cpp : 'PRR' was not declared in this scope
Error compiling
Any thoughts on what I'm doing wrong?
Thanks,