1. refer to here:
http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#short_vs._long_names
windows have short name, if i pass the short name for the path to
crash report, it failed to create the directory.
Solution: i try the GetLongPathName, it works then.
2. if the base path is not existed, it failed to create the directory,
etc. D:\tmp\test\crash
if D:\tmp\test doesn't exist, it will fail.
Hope this will help with someone.
> --
> You received this message because you are subscribed to the Google Groups "Crashrpt" group.
> To post to this group, send email to cras...@googlegroups.com.
> To unsubscribe from this group, send email to crashrpt+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/crashrpt?hl=en.
>
>
By the way, are u going to solve shortname and long name problem?
because, when i pass the shortname, it won't work.
do u need me to create issue there?
Thanks