Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 26
Search took 0.01 seconds.
Search: Posts Made By: trailway
Forum: [VBP] Third Party Tools 02-01-2013, 11:24 AM
Replies: 3
Views: 12,268
Posted By trailway
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, 11:06 AM
Replies: 3
Views: 12,268
Posted By trailway
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, 10:50 AM
Replies: 3
Views: 12,268
Posted By trailway
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: 7,730
Posted By trailway
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: 8,722
Posted By trailway
I obviously overlooked the obvious. Thanks...

I obviously overlooked the obvious.

Thanks for pointing it out to me. Problem solved.
Forum: [VBP] Third Party Tools 10-05-2010, 04:43 PM
Replies: 2
Views: 8,722
Posted By trailway
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: 10,384
Posted By trailway
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: 10,384
Posted By trailway
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: 10,384
Posted By trailway
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: 10,384
Posted By trailway
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: 10,384
Posted By trailway
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: 23,683
Posted By trailway
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: 23,683
Posted By trailway
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: 23,683
Posted By trailway
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: 23,683
Posted By trailway
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: 7,403
Posted By trailway
The heart problem is confusion on my part. I did...

The heart problem is confusion on my part. I did not understand that Rebuild Selected ignored conditionals.

I think that what I am going to have to do is to code the conditional logic within the...
Forum: [VBP] General Discussion 09-30-2009, 04:00 PM
Replies: 3
Views: 7,403
Posted By trailway
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: 13,714
Posted By trailway
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: 10,184
Posted By trailway
Thanks for the link Duncan. I appreciate that. ...

Thanks for the link Duncan. I appreciate that.

Since my original post I have come up with an approach that I want to try. What I want to do is to write custom code which determines what the...
Forum: [VBP] General Discussion 08-24-2009, 03:40 PM
Replies: 4
Views: 10,184
Posted By trailway
Good feedback. I appreciate it!

Good feedback.

I appreciate it!
Forum: [VBP] General Discussion 08-24-2009, 03:24 PM
Replies: 2
Views: 7,953
Posted By trailway
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: 10,184
Posted By trailway
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: 7,953
Posted By trailway
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: 12,038
Posted By trailway
Thank you for the rapid reply. I appreciate it.

Thank you for the rapid reply. I appreciate it.
Forum: [VBP] General Discussion 08-13-2009, 02:08 PM
Replies: 3
Views: 12,038
Posted By trailway
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. ...
Showing results 1 to 25 of 26

 

All times are GMT -5. The time now is 09:08 PM.


Copyright © 1999-2023 Kinook Software, Inc.