Developing Android applications with Visual Studio 2008

Posted by Goz on Stack Overflow See other posts from Stack Overflow or by Goz
Published on 2010-05-14T18:04:57Z Indexed on 2010/05/14 18:14 UTC
Read the original article Hit count: 477

Hi all,

I've recently obtained an HTC Desire and I'm interested in porting my 3D engine to the device. I have a slight annoyance however. I'd love to be able to do development under Visual Studio 2008. Am I to assume I'm going to need to re-process my SLN files to do GCC builds? Its not a vast issue as I already have an application that processes SLN and VCProj files through GCC and then links them together at the other end. I'll just need to set up the right libraries with it.

Are there any other gotchas I need to think about? Or, indeed, is there an easier way?

Any info would be much appreciated!

Cheers :)

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c++