Well I figured it out..


knowwhere in my A5 manual did it say you
had to include the .wdl file after
calling the .wrs


Here how I had to set up my main.wdl :

RESOURCE "gates.wrs"; // a possible resource
include <gates.wdl>;

( I was under the naive assumtion that just including
the .wrs file the engine auto included the .wdl at runtime)


Now it works great!
I only hate that you cant use .wrs files from
another directory...


They wont work if not in Project directory.


But I guess a ok trade of having several encrypted,compreesed
files that may be re-usable for me later.


*** Teutonic Darkness ***