i am newbie in how to make a dll, i have make FEt as library in output template but when i have tried to invoke some function (throw java class) i have got problem:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up function 'test'
the specifique function is not founded (test function is just a function that return the value 1, i have add it in fet.cpp).
please, have it a special thinks that i need to do to resolve the problem!
Sorry, but I cannot help you here, because I don't know what is causing the problem.
Maybe you should try to make a small .dll, just with function "test", and see if you get the same error. Then it means it is not because of FET and you are missing something.