tags:

views:

60

answers:

1

Hi all, i am trying to call a navite method defined in c++ from java, the function which i am trying to call refers some functions defined in header files and also the other functions defined by me... is it passible to call that?.. i am getting an error "error LNK2019-unresolved external symbol".. can any one help me to do this...

A: 

Why don't you use JNA? It's much simpler compared to JNI.

mkorpela
thank you for your response... i am new to both the concepts i will refer about JNA and will share by experience... is that any way to do this in JNI...
navinbecse
Cool - Never looked at this
Romain Hippeau