In emulator environment files can be exported with bld.inf.
Refer to bld.inf file syntax in SDK's help (namely PRJ_EXPORTS).
Various S60ex -example applications demonstrate exporting files also....
Type: Posts; User: _ile; Keyword(s):
In emulator environment files can be exported with bld.inf.
Refer to bld.inf file syntax in SDK's help (namely PRJ_EXPORTS).
Various S60ex -example applications demonstrate exporting files also....
3rd ed emulator uses PC's IP-address.
As already said, there is no need to configure anything else than possible proxy-address, if needed.
-- ile
http://www.forum.nokia.com/devices/matrix_s60_3ed_fp1_1.html
-- ile
Copyright-texts in that example appear to be fine as well.
Well, I am not the best person to interpret copyright notices, but the shorter copyright does not set any restrictions - except that...
I quickly checked examples under S60Ex-directory in 3.0 MR SDK and I didn't find any with mentioned strict copyrights.
Which example application you're referring to?
-- ile
Hi,
That copyright is too strict - and actually erroneous - for examples. In other words the idea is not to restrict or forbid use of the code in example applications. (But Nokia still has the...
RTPExample can be found e.g. in 3rd ed FP2 SDK.
The example itself I guess should work also in FP1.
-- ile
Check that all files shown by command "abld -what build winscw udeb" are not there, when you try to install sis into the emulator. I think it is the resource-files or icon-file (.mif) which cause sis...
Try "abld build winscw udeb".
Error print-outs show, that winscw urel (release) compilation was tried. However, 3.x SDK provides only debug-build environment for emulator.
-- ile
Hmm... sounds very odd.
The symptoms are the same as if you have 3.0 mmfcontrollerframework.dll in 3.2 SDK.
What is the size and timestamp of mmfcontrollerframework.dll
in...
3rd edition SDK is missing root certificates (although that is supposed to cause "File corrupted"-error message...)
Follow the instructions found via that link and try again:...
Hi,
One way to install C++ application into MIDP SDK is to make a winscw sis-file for it and install it into MIDP (for example via menubar's File -> Open).
-- ile
Root certificates are missing from the 3rd ed emulator and that's what prevents installing sis-files.
You can get the certs for the emu behind that link:...
I don't think that xrpcrt.dll is involved in any way in this case. (xrpcrt is a proprietary rpc-protocol, which is used by sdk.exe commandline utility to communicate with the emulator.)
But what...
- which SDK do you have?
- in what situation the panic occurs i.e. what do you do to make it occur?
-- ile
The problem is not strictly speaking in WebClient-code; instead, RHttpTransaction appears to leave some handles open. WebClient will be modified in the same fashion as instructed in mentioned thread:...
Yep, WebClient example will be "CONE 36"-free in 3rd FP2 SDK.
-- ile
Hi,
Instead of using SIP Server emulator delivered with 3rd ed SDK, use e.g. Siemens' IMS Network emulator - it has pretty good trace monitoring.
That emulator can be downloaded freely...
OCR is 3rd FP1 feature, but for some reason the actual functionality is not enabled in all devices (or all sw variants).
I don't know, why.
-- ile
Hi,
There is no need to copy .exe anywhere; just build the example, start emulator in textshell-mode and type "tzexample.exe" on the textshell's prompt.
-- ile
In general, if you want to add a new resolution, in addition to modifying epoc.ini and epoc_<width>x<height>.ini you also have to modify Window Server's configuration...
S60 SDK contains only those Symbian's examples, which compile and work in S60 environment. Thus there is only a subset of Symbian's examples - although Symbian OS library documents them all in SDK's...
The difference between JustInTime-settings "debug" and "query" is that in case of latter whenever panic occurs, you should get immediate pop-up dialog from Symbian asking, whether you want to debug...
Hi,
Do you have JustInTime-debugging enabled (i.e. if JustInTime-setting in epoc.ini is "debug" or "query" instead of "none")?
If so, then any panic causes JustInTime-debugging to occur. (Well,...
Hi,
I've witnessed that ncnlist-panic at times. However, not the rest of the problem; the emulator starts up fine in anycase.
Debug-printouts may give some hints, what goes wrong. Enable...