newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Symbian OS
iPhone
Windows Mobile
Mobile Linux
Forums
Last forum posts
Home
::
Forums
::
Symbian
::
User Interface
::
S60
Username:
*
Password:
*
Create new account
Request new password
fail to build CDesCArrayFlat
Login
to reply to this topic.
Thu, 2005-09-08 11:03
rhalfi
Joined: 2005-08-24
Forum posts: 8
Hi,
I try to build my application with this tow lines
array = new (ELeave) CDesCArrayFlat(5);
array->AppendL(_L("\tItem1"));
The compilation succed but the linking failss for DEB_S60_20_WINS
For Rel_S60_20_ARMI the liniking succed.
Can anyone tell me what Im doing wrong
Login
or
register
to post in forums
- Report To Moderator -
Wed, 2005-09-14 10:26
shagor
Joined: 2005-07-16
Forum posts: 127
Hello,
Check the followin thing:
Include: badesca.h
Link against: bafl.lib
Regards,
shagor
 
- Report To Moderator -
Professional
Services
Development
Consulting
Training
About NewLC
Commitments
References
Contact
copyright 2003-2009 NewLC SARL
Forum posts: 127
Check the followin thing:
Include: badesca.h
Link against: bafl.lib
Regards,
shagor