Setting up VS2008
Posted: Tue Jun 22, 2010 4:16 pm
Hi,
Trying to recreate your graviton example in VS 2008, I always get the same output:
1>------ Build started: Project: graviton, Configuration: Release x64 ------
1>Compiling...
1>graviton.cpp
1>.\src\graviton.cpp(16) : fatal error C1083: Cannot open include file: 'rf_sdk/sdk/appmanager.h': No such file or directory
1>Build log was saved at "file://C:\Documents and Settings\(...)\rfPlugins\graviton\x64\Release\BuildLog.htm"
1>graviton - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
- I set up the property sheets as described in the manual (Appendix A)...didn't help.
- I copied the rf_sdk directory, including all files and subfolders into my project directory...no success.
- I checked if RF5PATH was set up correctly as an environment variable. I found it is a system variable that's pointing to the right directory.
Do you have another idea where I might look/ what's going wrong?
Trying to recreate your graviton example in VS 2008, I always get the same output:
1>------ Build started: Project: graviton, Configuration: Release x64 ------
1>Compiling...
1>graviton.cpp
1>.\src\graviton.cpp(16) : fatal error C1083: Cannot open include file: 'rf_sdk/sdk/appmanager.h': No such file or directory
1>Build log was saved at "file://C:\Documents and Settings\(...)\rfPlugins\graviton\x64\Release\BuildLog.htm"
1>graviton - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
- I set up the property sheets as described in the manual (Appendix A)...didn't help.
- I copied the rf_sdk directory, including all files and subfolders into my project directory...no success.
- I checked if RF5PATH was set up correctly as an environment variable. I found it is a system variable that's pointing to the right directory.
Do you have another idea where I might look/ what's going wrong?