Hi !
I look around Oxygene this days, as RemObject said the ios compiler arriving, I guess it is a very promising platform for the future.
I'm glad to see there are a forum subject here, I see a long time without message : Hope you have not drop ?
First : Paul and pStudio, As experienced user What is your deep throught about Oxygene for Java ?
Secondly :
As a proof of concept, I decide to try to compile your game Paul : Platformation (Bravissimo for this game, Paul, it's very nice !)
So, I install Paul's project demo, in VisualStudio Shell 2012, provide by RO. It is nice, But I do not succeed to make your game Work, Paul.
2 weird things :
first, I have to change those kind of declaration from
FLevelBestCoins : array of Integer = [0,0,0,0,0,0];
to
FLevelBestCoins : array of Integer := [0,0,0,0,0,0];
(":" add front of "=")
----> Why ? Have the syntax change since Oxygene Nougat ??
And now, I have this kind of error :
Message: 'java.lang.ClassNotFoundException: org.lwjgl.LWJGLException'
At:
java.lang.ClassLoader.loadClass
I have put the reference inside visualStudio, Oxygene seems to recognise them, but...
Thanks !!
Bookmarks