Maison  >  Questions et réponses  >  le corps du texte

c++ - .h文件里定义了一个类,怎么链接到so文件里?

A.h里定义了class B
C.cpp里include A.h并且引用了B类,声明B类B b;
G++ C.cpp -o X.so
为什么用JNI调用X.so运行时,错误提示找不到B类?

高洛峰高洛峰2767 Il y a quelques jours531

répondre à tous(1)je répondrai

  • 巴扎黑

    巴扎黑2017-04-17 12:08:48

    你没指定头文件搜索路径吧 其实还是没找到你的头文件吧

    répondre
    0
  • Annulerrépondre