Hi I want to use native method from dll in my strategy. If I use it under NetBeans using SDK it work OK. If I want to compile this strategy on JForex platform I have messages: "Cannot load target class"
Problem is with line:
System.loadLibrary("libDLLtoATSDLL");
where my dll file is libDLLtoATSDLL.dll
So where should I place my dll file to platform can see it? or what is my PATH for Java, where I can check this?
Thanks
hebasto
Post subject: Re: I can not load dll in my strategy on jforex