Hello,
I'm sorry for my language i'm from poland and i don't know english well.
I'm using CINT in my MFC win app.
I'm wrote a script and i want to run it inside the app.
#inside app C code - runing the script
G__init_cint("cint");
G__loadfile("script.cxx");
G__scratchall();
...but the loadfile func always returns ( -1 ).
I'v tried to change the path to: G__loadfile("C:/script.cxx"); or G__loadfile("c:\\script.cxx");
And I copied the script in to c:\\ or c:/ if you like.
But there is always returned -1. ... WHY?
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:13 MET