I tried 0.3 prelease but got the same error when calling jl_init(). I tried the following:
I used the method signature: void jl_init (char *), and loading finds the method ok Tried libjulia.dll and libjulia-debug.dll Tried cdecl and stdcall conventions on jl_init() Tried calling with NULL and a pointer to the julia home directory (including various combinations of paths) julia.exe launches ok All binaries were in directory c:\julia30 (i.e no spaces in path names) Called prepare-julia-env.bat in case that was required. What I will try next is calling jl_init() in Visual studio just in case there is a Delphi issue (but I've done a lot of dll calling from Delphi so I would be surprised if that id the problem, but you never know). Herbert On Monday, June 9, 2014 9:54:46 AM UTC-7, Tobias Knopp wrote: > > Yes, The embedding chapter that you have read was written after the 0.2 > was released. I have fixed some export issues during the 0.3 release cycle > that are not in 0.2. > > Am Montag, 9. Juni 2014 18:32:39 UTC+2 schrieb Herbert Sauro: >> >> Thanks for the rely, I'm using 0.2.1. Do you think I might have better >> luck with o.3 prerelease? >> >> Herbert >> >
