Skip to content

Visic/CPPUtility-for-Julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published