swig.i

来自「Wrapper Class For SWT Opencascade」· I 代码 · 共 18 行

I
18
字号
/* File : example.i */
%module occjni

%{
#include "OCCViewer.h"
%}

/* Let's just grab the original header file here */
%include "OCCViewer.h"

// load the native library
%pragma(java) jniclasscode=%{
	static
	{
		System.loadLibrary("occviewer");
		}
%}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?