Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active April 28, 2017 03:04
Show Gist options
  • Save kjunichi/65555f9bedefa5679bd2ecdce4b15bed to your computer and use it in GitHub Desktop.
Save kjunichi/65555f9bedefa5679bd2ecdce4b15bed to your computer and use it in GitHub Desktop.
2017/4/28

Windows MSVC環境でJuliaを組み込む

Juliaのインストール場所

JULIA_HOME="#{ENV['USERPROFILE']}\\appdata\\local\\julia-0.5.0\\bin"
JULIA_INC = "#{JULIA_HOME}\\..\\include\\julia"

libjulia.dllのありか

JULIA_HOME\libjulia.dll

.libファイルの作成

dllの他にdefが必要

def

dumpbin /exports dllname.dll > dllname.tmp

dllname.tmpを編集してdef

lib

mruby-juliaのWindows対応時の作業中のエラーログ

juliaからmrubyを利用する

Rustネタ

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment