Guest Posted June 14, 2011 Share Posted June 14, 2011 Bonjour, Est ce qu'il existe un systeme de pragma comme en C# ? Genre : #if (DEBUG) String urlConnexion = "url_debug"; #else String urlConnexion = "url_release"; #endif Link to comment Share on other sites More sharing options...
GuichenZeDinJ Posted June 18, 2011 Share Posted June 18, 2011 #if (DEBUG) String urlConnexion = "url_debug"; #else String urlConnexion = "url_release"; #endif Ça c'est du C++, et ça marche pas ss Android Par contre, tout langage utilisant .NET pourra fonctionner avec MonoDroid qui est en développement. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.