Skip to main content



      Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » preprocessor #include
preprocessor #include [message #661155] Wed, 23 March 2011 07:57
Eclipse UserFriend
I tried to use preprocessor #include directive, but compilation failed.

I use following code:
	
// #include "Test.h" 
// #endinclude 


Test.h is
public void print() {
System.out.println("XX");
}



Error message is:

Error parsing line : // #include "Test.h"

Installed version is Mobile Tools for Java 1.1.2.201101310801.

Other directives such as "ifdef" and "define" work fine. What is the wrong with me? Or is "#include" not supported?

Thanks
Previous Topic:MTJ and Java SDK 3: bullshit
Next Topic:'Create Obfuscated Package' is suddenly away
Goto Forum:
  


Current Time: Wed Mar 26 17:00:57 EDT 2025

Powered by FUDForum. Page generated in 0.04346 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top