barbq wrote:
> I'm retrieving a path string from the registry and storing it into a 
> property. Later on I read this property from an external DLL.
> I've came across the problem that all back-slashes are only single, 
> instead of double (as an escape character).

Doubled backslashes are only necessary at build time to distinguish 
among other escape characters. Once compiled, it's a single character. 
What problems are you running into?

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to