Could you try this one with XP, Rob.
The finish function (containing terminate) is important. It ensures that that Oxygen's global working memory is retained until explicitly released by this function. Otherwise it is automatically released on leaving o2_exec, causing the XP crash. Memory resources seem to be handled differently in Vista and Windows7, so the problem remains hidden.
sub finish link #pBye
terminate
end sub
Bookmarks