Added html encoding facility to WSF_STRING

Added WSF_STRING.is_empty
Improved HTML_ENCODER to be able to decode a STRING_8 or STRING_32 using general_decoded_string (s)
Improved tutorial example
Added precompilation for WSF library
Cosmetic (removed unused locals)
This commit is contained in:
Jocelyn Fiat
2012-05-30 09:36:55 +02:00
parent 8dd0cb29fa
commit 0d5011b03e
11 changed files with 280 additions and 47 deletions

4
precomp/build.bat Normal file
View File

@@ -0,0 +1,4 @@
echo Precompiling wsf
ec -config wsf-safe.ecf -precompile -c_compile -clean
ec -config wsf-mt-safe.ecf -precompile -c_compile -clean
ec -config wsf-scoop-safe.ecf -precompile -c_compile -clean