You are correct, in Carbide.c++ we were using the START BITMAP END in the project .mmp file to create our icon resources. When we moved to Carbide.vs I couldn't figure out how to use this same method...
Type: Posts; User: akrapacs; Keyword(s):
You are correct, in Carbide.c++ we were using the START BITMAP END in the project .mmp file to create our icon resources. When we moved to Carbide.vs I couldn't figure out how to use this same method...
So then am I expected to load icons like this:
void CMessageListItemDrawer::DoLoadIconArrayL(CEikonEnv* aEnv)
{
CGulIcon* pIcon =...
I've discovered the problem with the leave but I do not understand why it is happening. This is the contents of the .mbg file associated with the .miflist:
enum...
I spoke too quicky. I modified the OutputWindowFilter.regexconf file and changed the two lines to this:
'epoc\.exe': *
'EpocWrapper\.exe' \(Managed\): *
After that the filtered output window...
I am having the same problem. I have already verified that I have "LogToDebugger 1" in my epoc.ini file and I've also checked out the Carbide.vs 3.0 help on Filtering the debug. The help file doesn't...
I'm in the process of switching from Carbide.c++ 1.2 to Carbide.vs 3.0. I'm having problems with my icon files and I'm not sure why. In Carbide.c++ all of my bitmap files were defined in the .MMP...
I have looked at that post already and unfortunately that did not help my problem. It seems the developer that started that thread was having problems with the debug symbols of the API classes and...
I'm having this same problem using Carbide.c++ 1.2 building for the Emulator Debug (WINSCW) platform. I checked the build output and it is using "abld build winscw udeb" to build for this platform....
I am developing using the S60_3rd_MR SDK using Carbide.c++ 1.2 Developer's Edition. I am trying to track down a few memory leaks that we have using the HookLogger but I am not able to get the call...
If I call Open and it has not yet been created it should return -1 (KErrNotFound). Even when I call Open and the database does exist it's returning -46.
I am not worried about concurrent writes,...
So if I open a handle to a file using the RFile class, and use this to construct an RDbStoreDatabase, I can transfer the RFile handle to another process and both processes can open an...
How do you share the RFs file server handle between processes? I have tried it using the Handle() and SetHandle() functions with my Client/Server but whenever I go to use the handle returned I get a...
Yes I did make sure that I'm using the correct UID and private directory for that UID.
I have tried using this version of the Open function. No mater what I use for the third parameter I get...
Yes that is what I am trying to do. But when the server process is trying to open the database it is returning -46. I would expect this if I was executing this code from the UI application process...
I am trying to use a RDbNamedDatabase in Client/Server Mode, meaning that I am trying to open it using a RDbs session to the database server. I want to be able to access this database from two...
I have a custom listbox implementation that extends CEikTextListBox. This listbox uses a custom listitemdrawer that extends CTextListItemDrawer. When this is displayed on the screen the textbox does...
Your base classes probably do not have a default constructor defined and you are not calling any constructors from your derived class constructor.
Example:
public class BaseClass
{
......
We are developing a messaging client and we would like to create screens for viewing and composing messages that appear "transparent" like the rest of the screens we have created. When trying to use...
Ok I figured out what I needed to know. In the Debug Configurations dialog in the Debugger tab, there are two checkboxes at the bottom. "View Process Output", and "View Windows System Messages" need...
I am trying to add new classes to my source files but carbide does not update the make files to include them when building the project. It seems like it creates these files when I import the .mmp...
We have been developing our application using Codewarrior for several months now and we are considering migrating to Carbide.c++ developer. I've imported our projects into carbide but when I try to...
Yes. The default behavior is working fine. I can switch pages with the navigation buttons with no problem. What I want to do that I can not figure out is to load a form and have the second or third...
I have a multipage form defined using a DIALOG resource structure and a resource array of FORM structures. The form loads and display properly, and allows navigation using the keys. The problem is...
We are working on an application to launch from our UI MTM implementation. We are trying to imeplement this embeddable application as an Ecom plugin but we are not able to get this to work. It seems...
We are trying to develop an application as an Ecom plugin and we have run into a panic that we can not find any documentation on. Here is the exact panic:
Thread Messaging::Messaging Panic APPARC...