Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 03-13-2009, 06:42 AM   #1 (permalink)
rahulvaishnav
New Member
 
Join Date: Feb 2009
Posts: 38
Default Help needed for solving compilation error

Hi all,

I am compiling my application for the code is like below


#import <pjsua-lib/pjsua.h>


@implementation TestPjsipAppDelegate

@synthesize window;


- (void)applicationDidFinishLaunchingUIApplication *)application
{

pjsua_acc_id acc_id;
pj_status_t status;

/* Must init PJLIB first: */
status = pj_init();

// Override point for customization after application launch
[window makeKeyAndVisible];

}
.
.
.

I am getting below error while compilation..

_Pj_init",referenced from:

Please give me some suggestion...
rahulvaishnav is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 158,677
Threads: 89,158
Posts: 380,397
Top Poster: BrianSlick (7,110)
Welcome to our newest member, Buster2000
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 06:33 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.