Re: [fpc-pascal] pas2jni issues

2018-11-05 Thread ksterg
> I answered to your original message. It seems you did not receive the answer. Sorry, I never got the e-mail, assumed it was a delay because of my first posting in the list so I re-posted. I read your answer from the archives. I will re-test and get back if needed. Thank you!

Re: [fpc-pascal] pas2jni issues

2018-11-05 Thread Yuriy Sydorov
On 11/4/2018 9:54 PM, kst...@gmail.com wrote: Hello, I would like to make a suggestion regarding the generated code of the pas2jni utility, and report an issue. I answered to your original message. It seems you did not receive the answer. Yuriy. ___

[fpc-pascal] pas2jni issues

2018-11-04 Thread ksterg
Hello, I would like to make a suggestion regarding the generated code of the pas2jni utility, and report an issue. This utility generates a java file called system.java. First thing is that there is a reference to TClass which is a non-existent Java class: static TClass GetTClass(int index) {

Re: [fpc-pascal] pas2jni issues

2018-11-03 Thread Yuriy Sydorov
On 10/31/2018 3:23 PM, kst...@gmail.com wrote: I would like to make a suggestion regarding the generated code of the pas2jni utility, and report an issue. This utility generates a java file called system.java. First thing is that there is a reference to TClass which is a non-existent Java

[fpc-pascal] pas2jni issues

2018-11-01 Thread ksterg
Hello, I would like to make a suggestion regarding the generated code of the pas2jni utility, and report an issue. This utility generates a java file called system.java. First thing is that there is a reference to TClass which is a non-existent Java class: static TClass GetTClass(int index) {