i do abld clean as part of my build routine.
and i check that file is gone before i call to abld.bat build GCCE UREL.
ive solved the problem by instaling the Carbide.C++ on build server importing...
Type: Posts; User: alexs@servision.net; Keyword(s):
i do abld clean as part of my build routine.
and i check that file is gone before i call to abld.bat build GCCE UREL.
ive solved the problem by instaling the Carbide.C++ on build server importing...
HI.
I have project fo Symbian 9.1 , i work with Carbide.c++.
Last week i needed to add some buttons to application, so ive added 2 new bitmaps to my mbm file with icons.
Mi button section was...
I think i figured the problem.
Im calling direct access functions from RThread context, if i schedule timer and perfrom drawing in timer call back function its starts to to work...somehow.
Can you...
Its shows following error
Thread [Thread id: 1100] (Suspended: Signal 'Exception 100' received. Description: Thread 0x44c has panicked. Category: KERN-EXEC; Reason: 0.)
2 Unknown (0x8044CDDE)() ...
Hi
Thanks for tip with header file, ive copied one from old sdk and application compiled.
1.I have troublesome application , i use both WidnowGS and DSA functionality in my code, and they say its...
I have an application that was written for Symbian 8.0, and after that it was ported to Symbian 9.1 and now for Symbian ^3.
Application displays video stream that comes over tcp socket in...
You are right about macro in mmp file
Off course i was playing with Carbide settings.
My project would not compile and nobody would tell me whats the problem so i had to try to fix it myself.
Just to summarize.
In order to port my program from Symbian 3rd 9.1 sdk to Symbian ^3 09 sdk. I had to do following stuff:
1.Add following lines to mmp file so i can include <eikon.rh> <eikon.rsg>...
Solved
Need to manualy remove sis file before every debugging session.
This is...totally lame.
UID3 was wrong, after i generated new one application started to launch.Also resources for application (mbm and localisation files where not built for some reason) where missing, so i copied...
i was wrong, debuger does stop at one function breakpoint.
its in TUid CSVClient91Application::AppDllUid() const
it calls it several times and then exits with -1 signal.
can i use it somehow?
its very hard to understand any log that carbide produces, since its constantly writing something to concole log.
but i was able to catch this part wich is related to my application
184.445 ...
just in time functionality is enabled. It exits with signal -1 which means that something is missing. The problem is i dont understand what is missing.
I already did it. I can run it in emulator, but it keeps closing down before entering any of my functions.
Im really frustrated by this whole thing, i remember upgrading from 8.0 to 9.1 , and i keep...
That was first thing i did.
It does not reach any of the functions you had mentioned. It exits before program starts.
Yes SVClient is the name of my application. Process to lunch was SVClient.exe.
Ive changed it to epoc.exe and emulator stays.
Still i cant start the program, is there any log file or utility that...
Yes i have all the good stuff. To tell you more if i debug my application compiled with 3rd 9.1 sdk on CodeWarior it will run ok.
But if i try to debug it from Carbide.c++ it will exit immidiately. ...
It closes down before im able to push any button . How can i access emulator settings without running it?
Ok ive installed latest sdk 0.9. And Carbide c++ 2.7.
ive even managed to compile whole project for both platforms on Carbide.
But i have a problem , when i try to debug it, it starts emulator and...
What about skins support?
Hi.
Thanks for fast response.
1.I can understand why i cant see any images in my application i use direct screen access.But i also cant see any text on the screen , is CWindowGc::DrawText does not...
Hi
Is it possible to run application compiled with Symbian SDK c++ 9.1 on Symbian ^3 device like Nokia C^7?I have such application i can run it but screen remains blank, menus are working OK. Can i...
Thanks for tip.
Other applications looked ok.
I also tried to remove localizations from my app, living only LANG 01 in mpp file.Application works with English ok, but when ive tried to put...
Ive tried it.
somebody on other forum suggested to run this command
C:\Symbian\9.1\S60_3rd_MR\Epoc32\tools\ecmt>javaw -classpath unzip.jar;plugins/general.jar;lib/log4j-1.2.8.jar -Dsource=language...