| View previous topic :: View next topic |
| Author |
Message |
Tilosag Cheater
Reputation: 0
Joined: 21 Dec 2006 Posts: 25
|
Posted: Wed Apr 14, 2010 11:22 am Post subject: Debugging Java/C++ - JNI |
|
|
Hello,
do you know how to debug such compilation ? Main GUI is writen in Java and and the performance oriented part is written in C++.
I've posted particular problem in Puzzle games section.
Regards
Tilo
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Wed Apr 14, 2010 3:14 pm Post subject: |
|
|
Write a set of test cases for the C++ part, and when you are sure it is working perfectly, move up to the Java implementation.
The success of any project requires that each section functions on its own with a set of test cases. In fact, there are some applications that have more test code than functional code.
|
|
| Back to top |
|
 |
Tilosag Cheater
Reputation: 0
Joined: 21 Dec 2006 Posts: 25
|
Posted: Wed Apr 14, 2010 3:20 pm Post subject: |
|
|
Sorry, but I don't understand your reasoning.
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Wed Apr 14, 2010 6:48 pm Post subject: |
|
|
| Ah, I didn't read your post in the puzzle game section before replying. I was under the assumption that this was code you had written yourself.
|
|
| Back to top |
|
 |
|