Discussion Board
-
Libraries and headers for ConvertToUnicode()?
2002-08-29, 08:38
#1
Registered User
What libraries and headers that ConvertToUnicode() needs?
Function prototype:
TInt ConvertToUnicode(CCnvCharacterSetConverter::TEndianness aDefaultEndiannessOfForeignCharacters, TDes16& aUnicode, const TDesC8& aForeign, TInt& aState, TInt& aNumberOfUnconvertibleCharacters, TInt& aIndexOfFirstByteOfFirstUnconvertibleCharacter);
Compiling goes OK, but Building not.
error LNK2001: unresolved external symbol "int __cdecl ConvertToUnicode(enum CCnvCharacterSetConverter::TEndianness,class TDes16 &,class TDesC8 const &,int &,int &,int &)" (?ConvertToUnicode@@YAHW4TEndianness@CCnvCharacterSetConverter
@@AAVTDes16@@ABVTDesC8@@AAH33@Z)
-
RE: Libraries and headers for ConvertToUnicode()?
2002-08-29, 09:43
#2
Regular Contributor
Hi,
Try to add LIBRARY charconv.lib line to your .mmp file.
Regards,
FN Developer Support
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules