I have created a Single document application (WinXp) and embeded squirrel in.
I added an function to load data excelfile(*.xls) with help of opensoure libxls.
If I load data before do some scripts with SquirrelVM::CompileScript (SQPlus lib) a strange error occur then application will crash.
But if I call SquirrelVM::CompileScript first ,it seems OK.
I have tried call sqstd_loadfile ,but the problem still there.
I tried SquirrelVM::CompileBuffer everything is OK.
So I guess there are something incompatible code in sqstd_loadfile.