Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » How to make my package?
How to make my package? [message #12436] Tue, 30 October 2007 16:57 Go to next message
LiniX is currently offline  LiniX
Messages: 7
Registered: October 2007
Location: Thailand
Promising Member
Hi All,

I am very new of Ultimate++.
I want to know how to make my package.

i use PJSIP library (http://www.pjsip.org).
it is VoIP-SIP library.

i don't know how to make PJSIP package to Ultimate++.
How to make PJSIP package?

Thank You Smile

[Updated on: Tue, 30 October 2007 17:27]

Report message to a moderator

Re: How to make my package? [message #12438 is a reply to message #12436] Tue, 30 October 2007 21:55 Go to previous message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
Create empty package in "Set main package", do "Project/Main package configuration" and insert empty line there (so the package will be visible in Set main package by default).

Now add source files of the library.

Try to compile. Fix all includes/compile errors until it works.

Open other package with application, do "Use package" on it, and add your new package. Correct include paths ( #include <PackageName/somelib.h> ) in application.

It may work, or you may run into lot of small problems with compilation... depends how clean the library source is and how well it will fit into Ultimate package.

edit: and read probably some basic help on packages firstly. Smile

[Updated on: Tue, 30 October 2007 21:56]

Report message to a moderator

Previous Topic: A (maybe) bug in GLControl (on Ubuntu)
Next Topic: *.tpp files in SVN
Goto Forum:
  


Current Time: Fri Mar 29 09:44:57 CET 2024

Total time taken to generate the page: 0.01599 seconds