Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created January 20, 2024 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjunichi/4d73200f8a292e46017179bccdc69992 to your computer and use it in GitHub Desktop.
Save kjunichi/4d73200f8a292e46017179bccdc69992 to your computer and use it in GitHub Desktop.

JuliaでWindowsでWin32APIを呼び出すをC++コードから実行

jl_eval_string("@ccall \"user32\".MessageBoxA(0::Int32, \"Hello, world!\"::Cstring,\"Hoge\"::Cstring,0x0040::Int32)::Int32");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment