Hi,
I have the following code inside a member function of a CActive dervice class.
User::LeaveIfError(iSockSrv.Connect());
User::LeaveIfError(iConn.Open(iSockSrv));
TCommDbConnPref prefs;...
Type: Posts; User: TPMaKom; Keyword(s):
Hi,
I have the following code inside a member function of a CActive dervice class.
User::LeaveIfError(iSockSrv.Connect());
User::LeaveIfError(iConn.Open(iSockSrv));
TCommDbConnPref prefs;...
Hi,
I have the following code
User::LeaveIfError(iSockSrv.Connect());
User::LeaveIfError(iConn.Open(iSockSrv));
#if 0
TConnSnapPref prefs;
Username: ThinPrint
UIDs which are connected to this account are: 0x2000820E and following!
Need help!
Same problem! No solution. Anyone who can help?
In my case the username is (was) a company name. :-(
Can somebody tell me how to solve this problem? Support? Email? Or something else?
Thanks for your fast reply. Your suggestion didn't work. Maybe its because the account my UIDs belong to is not an email address instead it's a company name?
Hi,
I have a problem getting logged into Symbian Signed website for signing my application.
The UIDs I have connected with my account are 0x2000820e, 0x2000820f, 0x20008210 and I cannot login...
Thanks that's an appropriate workaround.
Getting a reference to the Mover and setting the title there does not work either. :-(
CAknSelectionListDialog* dlg = CAknSelectionListDialog::NewL(sel, arr, R_LISTBOX_DIALOG_MENUBAR); ...
I want to create a searchable selection list dialog. But where is the headline of this dialog? I set the headline but it does not show.
CDesCArray* arr = new (ELeave) CDesC16ArrayFlat(3);...
Hi Tim,
Definitly this is a prebuild step (it happens before compiling/linking). The file is changed before it is included into the source code. I created the builder-step as you mentioned and...
How can I perform a prebuild step in Carbide.C++?
I have an exe-file which performs a certain task on a file which is included.
How can I do this inside the IDE.
On Console I have a batch file...
I want to pass a serialized object from the server back to the client (synchronously).
Here's my code.
/////////// CLIENT CODE ///////////
void CMyClient::GetObjFromServerL()
{
Thank you very much for your reply ... I will let you know if it works.
If you are using RFile for read/write to the file you have to use narrow char buffers (TBuf8 or HBufC8)
If you are going to use RFileReadStream/RFileWriteStream you can either use narrow or wide...
Here is some code how to work with a dynamic descriptor array.
// some constants
const TInt KGranularity = 3;
const TInt KMaxItemLength = 12;
const TInt KIndex = 1;
// create a dynamic...
Hi,
I have a client/server application. From the server I would like to open a bluetooth select dialog (CQBTUISelectDialog), because I want to forward some data that the server receives from a...
hi,
can somebody tell me how to access the phone's internal icons?
I would like the phone's bluetooth icon.
I know I can use the avkon2.mif file where all the icons are stored.
But the...
Hi,
In the 3rd edition SDK the memberfunction AttachmentSelection() is not available anymore (in 2nd FP3 it is)!
The SDK says after calling GetAttachmentsListL() you have to call...
Hi,
any suggestions how to improve performance. at the moment i create an iconarray for every container. the containers have listboxes (with icons of course).
the problem here is: the listboxes...
Maybe I have found the solution.
Previously I created Bitmap and Mask separatly
CFbsBitmap *bitmap = AknIconUtils::CreateIconL(iconfile, EMySvgIcon);
CFbsBitmap *mask =...
Hi,
does anyone experienced this problem with svg icons:
I have all my svg icons put into a mif file and use them within my application.
But the icon is drawn some kind of transparent!...
Sorry, my fault. There was an old version of my Recognizer still working in the background.
Has anybody an idea how to make the recognizer switched on/off within my mainapplication?
I made the recognizer to check if a certain file exists or not. If yes, he should recognize correctly - if ...
Thats a real great tool!