Vasyl Teliman
Vasyl Teliman
Here is the code i was talking about: ```d module app; // импортируем библиотеку dlangui import dlangui; // поместить объявление main или WinMain в этот файл mixin APP_ENTRY_POINT; // точка...
I'm just experimenting with the library right now. I have the following class on the Java side. ```java package test; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; @Platform(include="../test.hpp") @Namespace("test") public class Lib {...
Thanks for the reply! > First, you'll need to provide some function to deallocate it That is clear. The question that I'm struggling to answer, is how to make `IntPointer`...
Hey, @saudet, thanks for the reply. This solves the problem! I have another question though. I've noticed that `javacpp` calls `javac` during execution even though I need to only generate...
`-nocompile` only disables compilation of `.cpp` files for me. I wanted to disable compilation of `.java` files as well. I just want `javacpp` to generate c++ sources. Is this possible?
Yep, my mistake, sorry for the confusion :)
Time for a small status report ;) I've been working out the way bindings are being generated. We are compiling bindings for every method separately right now (every *.so file...
> This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank...
> @Vasniktel agreed, I'm sorry I haven't managed to review this. Things have been crazy. :( That's ok ;). I don't have much time to work on this myself.
@Yashwants19 Thanks. It would be great if you could take this over. I don't think I will be able to finish this any time soon :( Sorry for the long...