BTW, if you or anyone here is having trouble
automating the compilation of *.dsr files after
they've changed, we seem to have a solution.  It seems
that the typeinfocookie setting in the dsr file is
machine dependant, and thus, when it gets modified and
checked in, the typeinfocookie is changed based on the
machine it gets checked in on.  If you try to compile
it on a build machine, more than likely the value
won't match and you'll get a red herring like:

Compile Error in File 'D:\MyProject\MyFile.Dsr', Line
63 : Variable not defined
Build of 'MyProject.dll' failed.

If you change this value to match that in the registry
of the machine you're on, it will compile without the
GUI.


--- "Crowhurst,Christian"
<[EMAIL PROTECTED]> wrote:

> Hi to everyone on the forum.
> 
> I'm currently building 20-30 vb6 projects using
> FinalBuilder2. I found this tool to be particular
> usefully as it resolves / fixes any broken reference
> to other compiled vb6 projects. So for example where
> project B has an old / broken reference to project A
> it will resolve this broken reference and replace it
> with project A's current type library ID. Great,
> but... I still have to make sure that I build in
> accordance with the dependency tree. So in the above
> (trivial) example I've got to make sure that project
> A is built before project B.
> 
> So my question to the forum is, can I create an NANT
> configuration file (I assume using the VB6 task),
> that specifies the vb6 projects I want to compile,
> and let NANT figure out the dependency order for me?
> 
> Also, same question but this time I want to build a
> number of .Net projects where the projects don't all
> live in the same .Net solution.
> 
> Thanks in advance.
> Christian
>  
>  
>  
>  
>  
> This e-mail, and any attachment, is confidential and
> is intended only for the use of the individual to
> which it is addressed. If you have received it in
> error, please delete it from your system, do not use
> or disclose the information in any way. The contents
> of this message may contain personal views which are
> not the views of the ECA Group, unless specifically
> stated.
>  
> 
>  
> 
> 
>
-------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide
> on ITManagersJournal
> Use IT products in your business? Tell us what you
> think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates!
> Click to find out more
>
http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/nant-users
> 



        
                
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to