Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Creating static or dyanmic library using momentics: (5 Items)
   
Creating static or dyanmic library using momentics  
We require to create some library/dll and hence I am interested in knowing the procedure to create static or dyanmic 
library using QNX momentics 6.4.1.
Re: Creating static or dyanmic library using momentics  
File->New->"QNX C Project"
  Set 'Type' to "Static library (libxx.a)"
  
File->New->"QNX C Project"
  Set 'Type' to "Shared library (libxx.so,libxxS.a)"
  

For more information see the Momentics IDE documentation:
http://www.qnx.com/developers/docs/6.4.1/ide_en/user_guide/about.html

and/or the section on Using libraries in the Neutrino Programmers Guide:
http://www.qnx.com/developers/docs/6.4.1/neutrino/prog/devel.html#USINGLIB
Re: Creating static or dyanmic library using momentics  
Thanks for you inputs.

Can I create a main project that is dependent on multiple projects(Each dependent project generates one library)? if yes
 how ?
Re: Creating static or dyanmic library using momentics  
Project dependency used to calculate a build order only. Select project 
properties (right click on project) and open Projects References page.

On 11/08/10 08:05 AM, Girisha SG wrote:
> Thanks for you inputs.
>
> Can I create a main project that is dependent on multiple projects(Each dependent project generates one library)? if 
yes how ?
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post62604
>
Re: Creating static or dyanmic library using momentics  
Depends on type of project you are using. There are 3 types of projects: 
managed, qnx (recursive makefiles) and makefile. All of them have 
different ways of doing it.

On 11/08/10 12:50 AM, Girisha SG wrote:
> We require to create some library/dll and hence I am interested in knowing the procedure to create static or dyanmic 
library using QNX momentics 6.4.1.
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post62588
>