All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ne.codenameone-parparvm.7.0.13.source-code.xmlvm.h Maven / Gradle / Ivy

There is a newer version: 7.0.161
Show newest version
#ifndef __XMLVM_HH__
#define __XMLVM_HH__

/*
 * Compatibility header for XMLVM allowing us to port existing code
 */
#include "cn1_globals.h"

#define NEW_CODENAME_ONE_VM

extern JAVA_OBJECT xmlvm_create_java_string(CODENAME_ONE_THREAD_STATE, const char *chr);

//#define CN1_USE_ARC

extern JAVA_OBJECT com_codename1_ui_Display_getInstance__();
typedef struct obj__java_lang_String java_lang_String;

#endif //__XMLVM_HH__




© 2015 - 2024 Weber Informatics LLC | Privacy Policy