I am having problems with compiling the source code in the following download from TI: msp430.dll_developer_package_rev_3.02.01.009.zip.
There are several ApplicationExamples in the developer package and none of them compile.
In the ApplicationExample -- Example.vcproj -- the compiler complains at the following line in the MSP430.h:
typedef void (* SYSTEM_NOTIFY_CALLBACK) (SYSTEM_EVENT_MSP MySystemEvent);
The "SYSTEM_NOTIFY_CALLBACK" appears not to be resolved.
I am using the VSC++ Express Version 10 without much success. This should version should compile console applications.
The solution file indicates the following...
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example", "Example.vcxproj", "{38739C3E-6E67-40CC-BC67-03C7420A662D}"
EndProject
Does anyone have a idea how to set the project up to compile?
Thanks.
Dan