-
Notifications
You must be signed in to change notification settings - Fork 0
Visic/CPPUtility-for-Julia
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a utility library so that I can easily call C (and C++) functions from julia. To Use- -Build the solution -Copy the CPPUtility.dll and CPPUtility.jl files to whereever you are going to use them -then just use (below) in the .jl file where you want to use this lib push!(LOAD_PATH, pwd()) using CPPUtility KeyCodes-- https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
About
This is a simple C/C++ utility library for julia interop.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published