We started testing Ice for ActionScript 1.0beta and found out that slice2as doesn't generate all necessary imports for classes with operations that derive those operations from other classes or interfaces. Here is the patch for Gen.cpp from slice2as sources.
Usage
Gen.cpp.patch.txtCode:cd slice2as-1.0b/cpp/src/slice2as patch Gen.cpp Gen.cpp.patch.txt cd ../../ && make

Reply With Quote
