Hi all,
I have encounted a silly problem of building project in Cardide.C++ Express environment. When I first set the Active Build Configuration to "S60 3.0 Emulator Debug", it works fine, and...
Type: Posts; User: rwan067; Keyword(s):
Hi all,
I have encounted a silly problem of building project in Cardide.C++ Express environment. When I first set the Active Build Configuration to "S60 3.0 Emulator Debug", it works fine, and...
Thanks Neil. I am intending to say "Having the SAME problem".
I found that the Carbide.C++ is very tricky. It does not reflect any update if I copy and paste some settings. But it works if I...
Hi saadmansur,
I am having the problem. How did you solve it? Could you share me the solution? Thanks.
Hi sysctl,
I followed your instruction step by step, but I can't manage to get it work. When I test the "httpexampleclient", it always gives me error "unrecognized event: -7361". I can't figure...
Thanks sysctl.
The thing cofusing me is the symbol ":" appearing in the source file. Usually the inheritance declaration is done in the header file, and the member initializations are implemented...
why not delcaring this inheritance in the header file, such as
class CChatBase : public CActive, MLog
{
}
what is the special purpose of implementing inheritance in the source file like this?
...
In other words, ":" appearing in the .cpp file means member initializations, not inheritance any more. Thanks, guys.
Hi all,
I am new to Symbian programming. When I am reading through the source code of Chat example, I get confused with a class constructor's declaration and implementation.
In the header file...
I just discovered that the Chat example calls the function
void CChatBtServiceSearcher::AttributeRequestResultL(
TSdpServRecordHandle /*aHandle*/,
TSdpAttributeID aAttrID,
...
Hi all,
I just wonder how to identify the two different services advertised by remote Bluetooth device which both use the Serial Port Profile. When I do the service searching based on Serial Port...
Hi all,
I run the Chat example on the emulator and try to connect it to a remote bluetooth device, which is actually a Bluetooth to Serial converter manufactured by Brainboxes. It is able to...
Hi all,
I just wonder, as the title suggested, whether the application developed in S60 3rd edition FP1 can run on Symbian V9.1 device. Thanks.
I followed the instruction as described, but I encountered a problem in Section 5. When I turned on the Bluetooth, an error information was given "Unable to perform Bluetooth operation".
In the...
I am facing the same problem. I configured the settings of HCI to "USB" in the emulator, but the emulator seems not seeing my D-Link Bluetooth USB adapter. Could someone help me out? Thanks.