Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 32
Search took 0.01 seconds.
Search: Posts Made By: ShiamakD
Forum: [VBP] Third Party Tools 10-01-2009, 02:32 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
YUP....that did it. I looked through...

YUP....that did it.

I looked through your(VBL) help and I didnt find anything in this regard.
Forum: [VBP] Third Party Tools 10-01-2009, 02:22 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
Addtional option text box is blank

Addtional option text box is blank
Forum: [VBP] Third Party Tools 10-01-2009, 02:21 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
hi, I dont have ANYTHING in the OPTIONS tab....

hi,

I dont have ANYTHING in the OPTIONS tab. Only thing i see it MSBuild login Level selected as Detault.
Forum: [VBP] Third Party Tools 10-01-2009, 02:11 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
Just another update.. If you change the...

Just another update..

If you change the command from msbuild.exe W:\Foldr1\foldr2\project.sln /t:rebuild /p:Configuration=Release "/p:Platform=Any CPU" /maxcpucount TO

msbuild.exe...
Forum: [VBP] Third Party Tools 10-01-2009, 02:07 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
I am sorry I forgot to mention that I solved teh...

I am sorry I forgot to mention that I solved teh original issue "sgen.exe" by removing referenced path ... then i started getting "referenced DLL not found" DLL which is being referenced in one of...
Forum: [VBP] Third Party Tools 10-01-2009, 01:45 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
Hi I have determined that it is /maxcpucount...

Hi I have determined that it is /maxcpucount switch in msbuild.exe W:\Foldr1\foldr2\project.sln /t:rebuild /p:Configuration=Release "/p:Platform=Any CPU" /maxcpucount full command thats causing the...
Forum: [VBP] Third Party Tools 10-01-2009, 01:42 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
Dea Sir, It seems that problem (at least...

Dea Sir,

It seems that problem (at least what I am having) has nothing todo with Microsoft rather it seems to be a very specifc problem to Visual Build 7.2 version.

When I compile my Sln file...
Forum: [VBP] Third Party Tools 09-23-2009, 04:06 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
Hi, Thanks for your quick turn around....

Hi,

Thanks for your quick turn around. However as mentioned in one of the URL the FrameWorkSDKDir still does not work with "Reference" path e.g. ($FrameWorkSDKDir\..\..\abc\somedir\some. exe...
Forum: [VBP] Third Party Tools 09-23-2009, 03:18 PM
Replies: 13
Views: 14,746
Posted By ShiamakD
DevEnvVarDir var in Visual Build 7.2

Hi,

How DevEnvDir is being set in Visual Build 7.2. While compiling my VS 2008 project which has a POST build command , I am getting following error

(PostBuildEvent target) ->
...
Forum: [VBP] General Discussion 06-29-2009, 04:43 PM
Replies: 3
Views: 7,584
Posted By ShiamakD
This seems to be VBLD 7.1 funtionality which i...

This seems to be VBLD 7.1 funtionality which i dont have access to, can this be done (any other way) either in 6.7a?

Thanks
Forum: [VBP] General Discussion 06-29-2009, 04:31 PM
Replies: 3
Views: 7,584
Posted By ShiamakD
Load a text file contents in a macro

Hi,

I would like to load a txt file contents (abc.txt) in a defined temp macro and then display it?

How can this be done.. I tried to use Application.load function without any success.

Just...
Forum: [VBP] General Discussion 06-26-2009, 12:56 PM
Replies: 9
Views: 9,210
Posted By ShiamakD
it still doesnt seems to work..:-( here is what i...

it still doesnt seems to work..:-( here is what i am trying to do..

open (MYFILE, 'c:\perl\bin\Build.log') || die("cant open file");
while (<MYFILE>)
{
chomp;
if (($_ =~...
Forum: [VBP] General Discussion 06-26-2009, 12:08 PM
Replies: 9
Views: 9,210
Posted By ShiamakD
so I cant use something like $abc = $_; ...

so I cant use something like
$abc = $_;
$Application->Macros(vbldMacroTemporary)->Add("ABC", $abc);
???

Thanks for your help.
Forum: [VBP] General Discussion 06-26-2009, 10:53 AM
Replies: 9
Views: 9,210
Posted By ShiamakD
Thanks so much for your reply however I am facing...

Thanks so much for your reply however I am facing a problem while assigning the value of a scalar (perl variable) to a macro??

e.g $Application->Macros(vbldMacroTemporary)->Add("ABC", '$abc');
...
Forum: [VBP] General Discussion 06-25-2009, 02:24 PM
Replies: 9
Views: 9,210
Posted By ShiamakD
I was looking for a PERL script example not...

I was looking for a PERL script example not python..plus the script that you attached failed compilation.
Forum: [VBP] General Discussion 06-25-2009, 01:21 PM
Replies: 9
Views: 9,210
Posted By ShiamakD
sample perl with visualbuild script

hi,

I am having hard time using perl script with VisualBuild (assinng a scalar value to a macro etc).. I couldnt go beyond compilation at times...

I was wondering if you have a sample perl...
Forum: [VBP] General Discussion 04-08-2009, 01:38 PM
Replies: 2
Views: 6,781
Posted By ShiamakD
You guys..ROCK.. it worked..thanks for your...

You guys..ROCK..
it worked..thanks for your prompt and so accurate response.
Forum: [VBP] General Discussion 04-08-2009, 01:33 PM
Replies: 2
Views: 6,781
Posted By ShiamakD
Retreving Macro Value

Hi,

I have a script that create a temp macro (Build_label) and sets its value, I am trying to retrieve the value using %% sign e.g %Build_Label% with string concatenation using VB

BuildLoc =...
Forum: [VBP] General Discussion 10-07-2008, 01:31 PM
Replies: 2
Views: 7,479
Posted By ShiamakD
I am sorry but the link that you have sent me is...

I am sorry but the link that you have sent me is tooo confusing, i am looking for a simple step where i can debug the vbscript(thts what i am using) with the IDE of Visual Build.

Right now i am...
Forum: [VBP] General Discussion 09-24-2008, 04:00 PM
Replies: 2
Views: 7,479
Posted By ShiamakD
Debugging scripts

Hi,

Is there a better way to debug VB script within VisualBuild UI?

I have to keep msgbox for every line that I am trying to debug.

Any help is appreciated.

TIA
Forum: [VBP] General Discussion 07-02-2008, 04:19 PM
Replies: 2
Views: 6,243
Posted By ShiamakD
Thanks so much for prompt and accurate response. ...

Thanks so much for prompt and accurate response.


Keep up the good work!

Thanks again!
Forum: [VBP] General Discussion 07-01-2008, 02:41 PM
Replies: 2
Views: 6,243
Posted By ShiamakD
Adding multiples lines to a Macros value using VB

Hi,

Is there a way to add multiple lines value to a macro using VB??

e.g to Application.Macros(vbldMacroTemporary).Add "NAME",

I would like to add

Abc def
ghi jkl
Forum: [VBP] General Discussion 06-27-2008, 01:08 PM
Replies: 1
Views: 6,141
Posted By ShiamakD
Set a macro value using script

Hi,

I have a VB script that reads a log file ,based on the results returned by my VB script I would like to set a VALUE of a PREDEFINED MACRO from within my vb script.

Is there a way to achieve...
Forum: [VBP] General Discussion 05-12-2008, 01:11 PM
Replies: 5
Views: 8,925
Posted By ShiamakD
So then it looks like new assemblyAttribuributes...

So then it looks like new assemblyAttribuributes can not be added ?

TIA
Forum: [VBP] General Discussion 05-12-2008, 12:56 PM
Replies: 5
Views: 8,925
Posted By ShiamakD
Re: Re: Reading a value of Macro from a external file

Hi,

I was able to sucessfully add new AssemblyName as per your instructions. however upon compiling new DLL i recieved following error

Program.cs Properties\AssemblyInfo.cs...
Showing results 1 to 25 of 32

 

All times are GMT -5. The time now is 10:22 AM.


Copyright © 1999-2023 Kinook Software, Inc.