Hi,
I run more or less in the same problem. I imported a existing project and i can build the debug version but if i try to build the relase one i get this msg:
./src/gsm/rpe.o...
Type: Posts; User: c.kirmse; Keyword(s):
Hi,
I run more or less in the same problem. I imported a existing project and i can build the debug version but if i try to build the relase one i get this msg:
./src/gsm/rpe.o...
yes, this way works. I use the SendTo with the second socket.
Hi,
in my App i need to receive packets from 2 different IP-Addresses.
I open 2 sockets, from the first opened socket I receive the packets.
The second never receives any data.
I tried both...
Thanks a lot (of course i forgot this)
Hi,
i have searched the thread but i found no similar problem.
I try to link c and c++ objects compiled with carbide.c++ and i always get the linker error:
>Undefined symbol: 'int...
yes, after i received the first notifacation (Picture) in my engine,
i call bringtoforeground and in the timerservice, called every 100ms, i use ResetInactivityTime. This works if the backlight is...
thanks tina,
but there is no change. I also tried ECaseSwitchDisplayOn, but also no effect.
Hi,
i have app. that displays a video stream from a server when a event occur. My app. comes to foreground but the backlight is still off.
I use BringToForeground and ResetInactivityTime.
Pls...
Hi,
i wrote an application that receives jpeg data via udp and decode/display it using BufferedImageDecoder.
If only my ap is activ, packets are lost also decoding times (intervals) are...
Hi,
after open and AppendDataL i get an panic error if i try to use
iDecoder->FrameCount() or FrameInfo();
I searched the thread but i could not find anything similar.
Pls any idea ?
Hello,
i have build a smal application based on the WebClient example from S60_3rd.
Unsing the emulator ervery thing works as i expected.
But on the E60 after the "select access point" message...
Hello,
i try to convert a downloaded jpeg image to a bitmap with
CBufferedImageDecoder. I use this code:
if (isLast) {
CFbsBitmap *iBitmap = NULL;
...
no, i will read the docu but i'm a beginner in using graphics
(i wrote a lot for embedded systems).
If possible you could give me a hint where i should start.
hello,
i try to display a bitmap after conversion but the compiler give up with
a undefined identifier 'CreateWindowL'.
the coecntrl.h is included and i don't have any idea whats wrong.
i use...
No, of course not. I read a lot, but .......
Thanks
I created the hello world from the carbide/s60 3.0 skd and in the Simulator
everything works ok.
After buling the release version and downloading the sis-file to the E60
i got a message linke...