Forum: [VBP] Third Party Tools
02-01-2013, 12:24 PM
|
Replies: 3
Views: 17,257
Thanks
Thanks for the reply. That was useful information for me.
You guys always do a great job providing rapid and helpful support in the forums.
Well done!
|
Forum: [VBP] Third Party Tools
02-01-2013, 12:06 PM
|
Replies: 3
Views: 17,257
My mistake
Nevermind, I sorted myself out.
I had incorrectly checked in dlldata.c into TFS which marked the file as R/O. This file was generated and should not have been checked in.
|
Forum: [VBP] Third Party Tools
02-01-2013, 11:50 AM
|
Replies: 3
Views: 17,257
MSBuild fails
I have a Visual Studio 2012 solution which contains C# and C++ (unmanaged) projects. The solution builds fine in Visual Studio but fails when using Visual Build.
My problem seems to be like:
...
|
Forum: [VBP] Third Party Tools
05-31-2012, 10:52 AM
|
Replies: 1
Views: 11,892
Visual Studio 11
Visual Studio 11 is scheduled to be released later this year. What are the VBP plans to support this version?
In particular, I want to know whether or not this is planned in version 8. I am...
|
Forum: [VBP] Third Party Tools
10-05-2010, 05:06 PM
|
Replies: 2
Views: 12,565
|
Forum: [VBP] Third Party Tools
10-05-2010, 04:43 PM
|
Replies: 2
Views: 12,565
MsBuild version
I am trying to build a SandCastle shfpbproj which requires using msbuild. When I add a Visual Build step to do this then SandCastle has issues. The problem is described here and relates to using...
|
Forum: [VBP] Third Party Tools
04-20-2010, 07:01 AM
|
Replies: 8
Views: 14,501
RE: macros
First, thank for your help and rapid responses. I appreciate it.
I did the following:
1) Deleted my custom VisBuildPro.macros. Actually I removed all the Kinook files under 'Program Data'
2)...
|
Forum: [VBP] Third Party Tools
04-19-2010, 04:55 PM
|
Replies: 8
Views: 14,501
Sorted out
Well... I think that I have sorted myself out.
I found out that I had a VisBuildPro.macros in "C:\ProgramData\Kinook Software\Visual Build Professional 7" which appeared to point to older Visual...
|
Forum: [VBP] Third Party Tools
04-19-2010, 04:14 PM
|
Replies: 8
Views: 14,501
RE: Unit testing
Thanks for the feedback. I spent all day trying to figure out why this does not work for me.
It appears to me that Visual Build is using the wrong version of MSTest. When I turn on command line...
|
Forum: [VBP] Third Party Tools
04-19-2010, 12:31 PM
|
Replies: 8
Views: 14,501
RE: Unit testing
Trivial example attached.
Can you let me know if this works for you?
|
Forum: [VBP] Third Party Tools
04-19-2010, 10:43 AM
|
Replies: 8
Views: 14,501
Team Test
I am using Visual Build 7.2a in conjunction with Visual Studio 2010 RC. I created a trivial C# application with unit testing (which requires using the .NET 4.0 framework). I can run the unit tests...
|
Forum: [VBP] User Tips, Tricks and Samples
10-23-2009, 08:01 AM
|
Replies: 5
Views: 38,859
I figured my problem out. Visual Studio creates...
I figured my problem out. Visual Studio creates a file ProjectName.csproj.UnmanagedRegistration.cache and the existence of this file implies that the project has already performed registration. So,...
|
Forum: [VBP] User Tips, Tricks and Samples
10-22-2009, 10:52 AM
|
Replies: 5
Views: 38,859
Does anyone know if there is a way that I can...
Does anyone know if there is a way that I can pass a parameter to MSBuild which tells is to execute the UnmanagedRegistration target?
What I like to have is a "Make VS 2008" build step which...
|
Forum: [VBP] User Tips, Tricks and Samples
10-15-2009, 07:49 AM
|
Replies: 5
Views: 38,859
I do not believe that the error is a Microsoft...
I do not believe that the error is a Microsoft bug. I think that it is simply a dependency ordering problem and wondered if anyone else had developed some technique to handle this pattern.
This...
|
Forum: [VBP] User Tips, Tricks and Samples
10-15-2009, 06:57 AM
|
Replies: 5
Views: 38,859
Incremental builds
I have Visual Build project which consists of a set of Visual Studio build steps. For the sake of argument, let's say that there are 3 steps which build DLLs such at 3 depends on 2 and 2 depends on...
|
Forum: [VBP] General Discussion
10-01-2009, 06:33 AM
|
Replies: 3
Views: 11,956
|
Forum: [VBP] General Discussion
09-30-2009, 04:00 PM
|
Replies: 3
Views: 11,956
Conditional expression
I have a newbie question.
I added a trivial step, not in a group, which has a script which simply prints a string when run. I then added a conditional build rule that the step should only execute...
|
Forum: [VBP] Suggestions
09-09-2009, 07:25 AM
|
Replies: 2
Views: 19,297
Reference in Script action
Is there some way to do something like:
<reference object="Scripting.FileSystemObject" />
within a script action?
The thing that I want to do is to use constants like IOMode.ForReading...
|
Forum: [VBP] General Discussion
09-04-2009, 09:02 AM
|
Replies: 4
Views: 15,145
|
Forum: [VBP] General Discussion
08-24-2009, 03:40 PM
|
Replies: 4
Views: 15,145
|
Forum: [VBP] General Discussion
08-24-2009, 03:24 PM
|
Replies: 2
Views: 12,523
Thanks for the suggestion. I appreciate it.
...
Thanks for the suggestion. I appreciate it.
What the user can do now is to just go and manually delete the output file in order to force a rebuild.
The thing I was looking for was some way to...
|
Forum: [VBP] General Discussion
08-24-2009, 03:19 PM
|
Replies: 4
Views: 15,145
DLL Versioning
I want to begin doing incremental builds and start delivering Microsoft Patches (msp files) to my customers. One of the keys to making patches work is that the version number on the DLLs has to be...
|
Forum: [VBP] General Discussion
08-24-2009, 02:47 PM
|
Replies: 2
Views: 12,523
Transient optiton
I have written a custom action which takes an input file and then determines whether or not to rebuild an output file based on file dates. It takes a number of options and works well.
What I want...
|
Forum: [VBP] General Discussion
08-13-2009, 02:49 PM
|
Replies: 3
Views: 16,597
|
Forum: [VBP] General Discussion
08-13-2009, 02:08 PM
|
Replies: 3
Views: 16,597
Process completed with exit code
I have written an external process which I call via Builder.RunProgramEx. I use the exit code of the process in order to detemine what action to take. The non-error exit codes I use are 0 and 2. ...
|