Created Issue: //css_inc,imp,ref cannot handle some characters [1]
Semicolons, brackets (and possibly some other characters) break //css_* interpretation.
View ArticleEdited Issue: //css_inc,imp,ref cannot handle some characters [1]
Semicolons, comas, brackets (and possibly some other characters) break //css_* interpretation.Most likely open-end directives are also affected.
View ArticleSource code checked in, #06729de88eb3a9a04d8b4f47398a2c8d3c3fa610
Added support for escaping delimiters in //css_* directives
View ArticleSource code checked in, #dc81aa28fb4de35e6028cfc5345108ac58466229
Initial work for ComInitialize
View ArticleReleased: Release v3.8.11.0 (Nov 06, 2014)
Added support for escaping delimiters in //css_* directives cs-script.7z - CS-Script Suite (binaries, documentation, samples) cs-script.ExtensionPack.7z - CS-Script Extension Pack (additional binaries...
View ArticleCreated Release: Release v3.8.11.0 (Nov 06, 2014)
Added support for escaping delimiters in //css_* directives cs-script.7z - CS-Script Suite (binaries, documentation, samples) cs-script.ExtensionPack.7z - CS-Script Extension Pack (additional binaries...
View ArticleEdited Issue: //css_inc,imp,ref cannot handle some characters [1]
Semicolons, comas, brackets (and possibly some other characters) break //css_* interpretation.Most likely open-end directives are also affected.
View ArticleUpdated Release: Release v3.8.11.0 (Nov 06, 2014)
Added support for escaping delimiters in //css_* directives All //css* directives should escape any internal CS-Script delimiters by doubling the delimiter character. For example //css{_}include for...
View ArticleUpdated Release: Release v3.8.11.0 (Nov 06, 2014)
Added support for escaping delimiters in //css_* directives All //css* directives should escape any internal CS-Script delimiters by doubling the delimiter character. For example '//cssinclude' for...
View ArticleReleased: Release v3.8.11.0 (Nov 06, 2014)
Added support for escaping delimiters in //css_* directives All //css_* directives should escape any internal CS-Script delimiters by doubling the delimiter character. For example //css_include for...
View ArticleUpdated Release: Release v3.8.11.0 (Nov 06, 2014)
Added support for escaping delimiters in //css_* directives All //css_* directives should escape any internal CS-Script delimiters by doubling the delimiter character. For example //css_include for...
View ArticleCommented Issue: //css_inc,imp,ref cannot handle some characters [1]
Semicolons, comas, brackets (and possibly some other characters) break //css_* interpretation.Most likely open-end directives are also affected.Comments: Fixed in Release v3.8.11.0: All //css_*...
View ArticleSource code checked in, #cef48d7695918d13b6efdf98bb660f8eaab5eb5e
Initial support for //css_init CoInitializeSecurity;
View ArticleReleased: Release v3.8.11.1 (Nov 09, 2014)
Initial support for //css_init CoInitializeSecurity; Currently //css_init CoInitializeSecurity; will trigger execution of CoInitializeSecurity (with the default parameters) at the start of the script...
View ArticleCreated Release: Release v3.8.11.1 (Nov 09, 2014)
Initial support for //css_init CoInitializeSecurity; Currently //css_init CoInitializeSecurity; will trigger execution of CoInitializeSecurity (with the default parameters) at the start of the script...
View ArticleReleased: Release v3.8.12.0 (Nov 13, 2014)
Added support for //css_init CoInitializeSecurity; There is a very special COM client scripting scenario when you may need to make a call to CoInitializeSecurity. The problem is that this call must be...
View ArticleCreated Release: Release v3.8.12.0 (Nov 13, 2014)
Added support for //css_init CoInitializeSecurity; There is a very special COM client scripting scenario when you may need to make a call to CoInitializeSecurity. The problem is that this call must be...
View ArticleCreated Unassigned: cscs.exe does not set exit code [2]
I call cscs.exe to run some C# scripts in a Windows batch file ("cscs.exe <scriptname>"), and I noticed that although my C# script is correctly setting its exit code, that code is not being...
View Article