About the window server event,including TWsEvent,TWsRedrawEvent and so on.
Type: Posts; User: foshanzhuifeng; Keyword(s):
About the window server event,including TWsEvent,TWsRedrawEvent and so on.
I want to find some examples about the window server.So I have found a document about "About the Window server example code" in the s60 5th SDK.It said that there are some examples in the way...
Many thanks,now I have a problem that how to get the domain name's IP?for example,the IP of domain name "www.google.com" is *.*.*.*,I want to get these numbers?
but how to get the domain name's IP?
TRequestStatus istatu;
m_resolver.Open(iSocketServ,KAfInet,KProtocolInetUdp);
TBuf<50> serverName;
serverName.Append(_L("www.google.cn"));
...
I have solved!thank you
Hello!I want to ask how to get the root node in the DOM XML?my platform is S60 5th.the best is not use the API CSenDomFragment and CSenElement,thank you!because they are hard use in other places.
it is pass the value to the CSenElement.I have use it ,but it couldn't delete,remove or change,or maybe it is my understanding wrong?
Hello!I have a problem ask for help.how to get the next brother node,first child node,last child node in the tree by the DOM XML in the sysbian os?I know that CSenDomFragment and CSenElement is use...
yep,it is the problem of the calling SetContentHandler(),thank you for your help!
Hello,I have some problems about how to use the DOM XML
firstly,the code as followed:
_LIT(KToBeParsed, "c:\\input.xml");
CSenXmlReader* reader = CSenXmlReader::NewL();
...
Sorry,it is my error that open different files.Now change back!but there is another problem that :Creation Time Description Resource Path Location Type
1290649935720 function call...
what is the mean of "KErrSenXmlContentHandlerNotSet -30303 "
case ECommand1:
{
GenerateXML();
ReadXML();
}
break;
void CGenerateXMLAppUi::ReadXML()
{
// _LIT(KToBeParsed, "c:\\input.xml");
.h
CURI(String strScheme, String strHost, int port, String strPath, String strFragment, ENCODING encoding);
.cpp
CURI::CURI(String strScheme, String strHost, int port, String strPath, String...
in this file,even if I don't use the uSTL,the problem still exist,just add somethings about the vector
I have declare
And I bring ustl from the address"/www.penrillian.com“,
Does not define multiple classes in .h?
Sometimes ,it couldn't work when I link a class which is in a file that have ...
Can you help me?how can I solve?
my god,there is 150 errors,a lot of them I don't know why?for example,as follow is defined in the .h,but in the .cpp said "declaration syntax error
" or "undefined identifier"
CPP:
#include "abstract_layer/HttpClient.h"
#include "abstract_layer/URLEncodeDecode.h"
//#include <algorithm>
//#define INITGUID
//#include <initguid.h>
//#include <connmgr.h>
Header:
#include "interface/IHttpClient.h"
#include <bvt/stdtest.h>
//#include <uvector.h>
#include "abstract_layer/TCPClient.h"
#include "abstract_layer/StringUtils.h"
#include...
can i use it to do so?
Can I think they can move the data which style is char?
what's the different with the wordmove?
Mem::Copy(TAny* aTrg, const TAny* aSrc, TInt aLength);
is it can copy any data,no matter int,char and so on?