Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 6.4 - 'Managed' dependency issue: (4 Items)
   
6.4 - 'Managed' dependency issue  
I have a managed project executable with a managed project static library.  I set the "Project References" for the 
executable to the library (both in same workspace).

If I rebuild the library, I expect the executable to pick up the change and relink when I say 'build' of executable.  
BUT the executable does not rebuild - instead I get "Nothing to build".

What else do I need to set to get correct 'make' behavior?
Re: 6.4 - 'Managed' dependency issue  
The easiest thing you can do is to ad references to libraries projects 
(see Properties-> Project references).
Regards,

Alex

On 05/11/2008 8:41 AM, Dennis Kellly wrote:
> I have a managed project executable with a managed project static library.  I set the "Project References" for the 
executable to the library (both in same workspace).
>
> If I rebuild the library, I expect the executable to pick up the change and relink when I say 'build' of executable.  
BUT the executable does not rebuild - instead I get "Nothing to build".
>
> What else do I need to set to get correct 'make' behavior?
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post15963
>
>    
Re: 6.4 - 'Managed' dependency issue  
If you read my post, you will see I already set "project references" to the library project.
Re: 6.4 - 'Managed' dependency issue  
You are right. Managed project is not that smart to re-link it. We will look at it.

Dennis Kellly wrote:
> I have a managed project executable with a managed project static library.  I set the "Project References" for the 
executable to the library (both in same workspace).
> 
> If I rebuild the library, I expect the executable to pick up the change and relink when I say 'build' of executable.  
BUT the executable does not rebuild - instead I get "Nothing to build".
> 
> What else do I need to set to get correct 'make' behavior?
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post15963
>