You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a local customization to allow a default value of "(null)" to be used when NULL string values are specified (in keeping with the default handling of such for CString on Windows). I did it was an optional #define to activate, such that it would have no performance/other impact in the "normal" usage case. The code probably isn't as clean as it could be, but I thought I'd post it, in case there is any interest in incorporating something similar into the main project, and/or anyone else finds it useful.
I'll attach the diff, generated from the local git repo, for reference.
I don't know if this is of-interest, but...
I've written a local customization to allow a default value of "(null)" to be used when NULL string values are specified (in keeping with the default handling of such for CString on Windows). I did it was an optional #define to activate, such that it would have no performance/other impact in the "normal" usage case. The code probably isn't as clean as it could be, but I thought I'd post it, in case there is any interest in incorporating something similar into the main project, and/or anyone else finds it useful.
I'll attach the diff, generated from the local git repo, for reference.
diff.txt
The text was updated successfully, but these errors were encountered: