By Bruce Palmer - 9/15/2006
Hi guys,
Just for your information (and you probably already know about it) the MicroFour StrataFrame Inherited UI solution source code has a minor error. The post-build event command line is
"C:\AfterBuild.bat" "$(TargetPath)" "$(TargetDir)$(ProjectName).xml"
It should be:
"$(SolutionDir)AfterBuild.bat" "$(TargetPath)" "$(TargetDir)$(ProjectName).xml"
Easy to fix. Just copy AfterBuild.bat to C:\ or correct the post-build event command line in the solution properites. Hopefully you can correct this for v1.5.
Regards,
Bruce
|
By Trent L. Taylor - 9/16/2006
Yup...we will make sure this is fixed. Thanks.
|
|