|
|
Label: ♦english
♦bug report
klabim
created at Saturday, 2010-06-26, 19:04:17
2 Replies, 230 Hits
If I use the following script which loads a second one, I always get an error message. In the embedded environment it crash on a null ptr access.
@@PATH(+ "./demo/test") load importTest; It doesn't matter which syntax in the PATH I use. Under linux it does work fine. Currently I don't have the information of the crash on hand but I can provide it later on. However, it is easy to reproduce it on windows with the dao.exe. Comments
fu commented at Sunday, 2010-06-27, 01:15:59
It turns out to be a path handling bug when loading a module without file suffix. This bug could also arise in linux. Now a simple fix is updated to the code repository on googlecode.
klabim commented at Wednesday, 2010-06-30, 17:51:47
Hi,
great, now my test works now :-). |
klabim: ... Ok, I found it. It can be so easy by reading the documentation :- ). I have overseen the keyword glob ... (Aug.21,18:09) klabim: sharing vars between scripts Hi, how can I share a variable between 2 scripts in an embedded environment? For example: script 1: ... (Aug.21,17:55) |