macOSやLinuxは公式の通りのコードでうごくがWindowsはPythonのCtypesのページを参考にするとよい模様。
t = ccall( (:printf, "msvcrt"), Int32, (Cstring,),"Hello World!")
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
macOSやLinuxは公式の通りのコードでうごくがWindowsはPythonのCtypesのページを参考にするとよい模様。
t = ccall( (:printf, "msvcrt"), Int32, (Cstring,),"Hello World!")
Register as a new user and use Qiita more conveniently
Go to list of users who liked