I tried to follow the instructions in:
http://www.mosync.com/documentation/manualpages/mosync-visual-studio-2010
However I get many link errors; most of which are unresolved external symbols for the C++ standard classes in MoSync libraries.
I have read:
http://www.mosync.com/content/how-can-we-configure-vs-2010-mozync
Which indicates that VS 2010 is not supported, yet there are instructions for it as indicated above.
I don't know what version of MoSync I have; the "About" box does not make it clear. However when I use the Find and Install in Software Updates it says there are no updates.
I assume I have not set the project properties correctly. The instructions are wrong for the libraries directory; the directory in the instructions don't match what I have. I have "$(LibraryPath);C:\Software\MoSync\lib\w32" for the Library Directories. I switched the MoSync library to the end due to the other thread, but I get the same errors either way.
I am new to MoSync. I am also new to Android programmming. There are many ways to do Android programmming and I can't decide which to use. I am willing to use Eclipse but if I can use VS then I prefer that.