Hi, I have created a c shared library using visual-studio; then I called the c functions in Juno IDE, everything worked as expected.
Then I installed the julia command line version, and ran the same script again, and this time it seems that the c functions has not been called properly, no exception was thrown, but the functions never return meaningful values. I was using the 64bit stable release in both cases. Any insight? Thanks!
