============================================== winQuery ============================================== ####################### How to build ####################### Visual Studio 2005 + tamarin 1. Comment out #define AVMPLUS_INTERACTIVE at shell/avmshell.h line 48 2. Overwrite shell/toplevel.as, shell/SystemClass.cpp, shell.SystemClass.h 3. Overwrite shell/toplevel.cpp, shell/toplevel.h or cd shell java -ea -DAS3 -Xmx200m -DAVMPLUS -classpath ../lib/asc.jar macromedia.asc.embedding.ScriptCompiler -abcfuture -builtin -import ../core/builtin.abc -out toplevel toplevel.as Domain.as StringBuilder.as ByteArray.as ../extensions/Sampler.as ../extensions/Trace.as ../extensions/Dictionary.as Endian.as Java.as 4. Build avmplus 5. exec avmplus.exe -i copy asc.exe and asc.jar: Release/ asc.exe avmplus.exe lib/ asc.jar ####################### Test ####################### (avmplus) print($(".explorer")); (avmplus) print($(".explorer:root:visible"));