Beta tests - Page 4

Beta tests

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

User avatar
unpossible
Posts: 871
Joined: 10 May 2005, 19:24

Post by unpossible »

AF wrote:Antibannana systems are present in every project i udnertake, be it this project, cookiebot, or NTai
<AF cunningly ignores the two posters making sensible suggestions, attempting to deflect attention from what is probably a correct assumption>



:roll:

don't fall for it suckers - non denial is confimation!
User avatar
Zoombie
Posts: 6149
Joined: 15 Mar 2005, 07:08

Post by Zoombie »

I still think its some kind of cunning...thingy...that does...something.
User avatar
Comp1337
Posts: 2434
Joined: 12 Oct 2005, 17:32

Post by Comp1337 »

Zoombie wrote:I still think its some kind of cunning...thingy...that does...something.
Agreed.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

Is it a bannana squisher AF?
User avatar
Comp1337
Posts: 2434
Joined: 12 Oct 2005, 17:32

Post by Comp1337 »

AF wrote:Is it a bannana squisher AF?
Are you schitzophrenic?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

I couldnt help but join in
User avatar
unpossible
Posts: 871
Joined: 10 May 2005, 19:24

Post by unpossible »

Comp1337 wrote:
AF wrote:Is it a bannana squisher AF?
Are you schitzophrenic?
he's gone into overdrive with the diversions now :P
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Post by Guessmyname »

It's an iClone machine. It clones people who are using the internet.

Millions of little AOL users. Think of that, and tremble!*



*stockpile weapons
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

There are people who've posted in this thread who already knew what it was after i told them, I'm nto answering anymore guesses because they'll end up abusing that knowledge and letting it all loose too early..

As for beta testing this was mainyl to see who would eb commited to it, beta tests wotn eb thsi week ro next week, rather people sign up now and if they're still interested after a week or two then hehe they get their hands on something spiffy, pretty, and extremely useful piece of gadgetry.

Afterall I do have an exam on teusday, then the 2 weeks after I have 8 exams so there will be a natural slowdown in dev speed, hence why I aint running at lightspeed aiming for a v1.0 at the end of next week........
User avatar
Aun
Posts: 788
Joined: 31 Aug 2005, 13:00

Post by Aun »

AF wrote:Afterall I do have an exam on teusday, then the 2 weeks after I have 8 exams so there will be a natural slowdown in dev speed, hence why I aint running at lightspeed aiming for a v1.0 at the end of next week........
Ouch...
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

PS:: I really need help with making dll bindings between c++ and java, it's a major block.
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

.NET has good marchalling and native function calling support, but only for C style API's. Java probably has the same kind of support, but when it comes to C++, both runtimes fail because there is no C++ ABI.
I've been trying to get a C++ <-> mono binding system lately, which deals with the same problems :/

You can use SWIG (Simplified Wrapper and Interface Generator) for generating wrapper functions though...

http://swig.sourceforge.net
2nd Cookie
Posts: 1
Joined: 23 May 2006, 18:19

DOOD!!

Post by 2nd Cookie »

I'd like to help... No Java experiance though sadly :(

Ah well... At least I am aware of my weaknesses.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

tually the simplified wrapper interface generator seems to be doing no simplifying at all for me, on the contrary it's confusing and muddling up to a great extent.


I am working from Java to C++, working in C++ to Java would be a spanner in the works. Trying to udnerstand SWIG and revise for a maths exams going to be a nightmare os I wont bother. SWIG requries knowledge I simply dont have, aswell as a lot of the reasons i ditched tolua for luabind when experimenting with lua.....


I have a java class jdll.class, I have a DOS prompt open at the folder javah was installed to, I know my command starts with javah and will probably have the word jdll somewhere in it. I've tried to running just javah and reading the help bit to which I get no results, just error messages about syntax or missing parameters I thought I had defined........................
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Code: Select all

javah java.lang.Object
works fine here... generates a java_lang_Object.h which seems to include a bunch of C style wrapper functions, plus it #includes a jni.h which seems to include a bunch of C/C++ functions for creating/attaching to /detaching from/destroying java VM...
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

I can test it on my brand-spanking-new AMD Turion-64.
Theotherguy
Posts: 79
Joined: 11 Jul 2005, 02:01

Post by Theotherguy »

I have alot of very recent experience in java, and I think I can remember a little C++, but I haven't coded anything in it for at least a year. I would be happy to help you with whatever it is you need help with, but I'm really more of a novice programmer. The most sophisticated program I have ever made is a game of asteroids for java....if that is any indication of my level of skill.
User avatar
Comp1337
Posts: 2434
Joined: 12 Oct 2005, 17:32

Post by Comp1337 »

Well, i have an X2 to test it on.

Does it matter?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

ll a game of asteroids is something i couldnt do, I'm mostly drawing on skills from C++ and reading through the documentation at java.sun.com on swing.

Thanks to tobi I solved my problem with javah, now I just ened to find good JNI documentation.

Although I have an exam tomorrow then a whole string of them next week so you'll all have to wait a litte longer...
User avatar
IceXuick
Posts: 519
Joined: 14 Mar 2006, 01:46

Post by IceXuick »

i also have an x2 to test on :)

AF, still in need of beta testers... must confess im no good in java or what ever prog-language... but i can test for sure!!!

letme know!
Post Reply

Return to “Engine”