On occasion, Codewarrior will not "color" a file according to syntax, i.e. make comments red, keywords blue, classes dark blue, etc. Does anyone know what the reasons for this may be? I am interested...
Type: Posts; User: rpodraza; Keyword(s):
On occasion, Codewarrior will not "color" a file according to syntax, i.e. make comments red, keywords blue, classes dark blue, etc. Does anyone know what the reasons for this may be? I am interested...
Thanks, that worked, as far as breaking where the exception was occuring. Unfortunately it occurs before my source and its all asm code to sort through. I did determine that my problem has something...
I am trying to build and debug a project, and my project crashes almost immediately, before reaching any breakpoints, with the system message "Microsoft C++ Exception (0xE06D7363) at address...
I am writing a basic active object to act as an observer of sorts for its one data member. For example, suppose the header for this object is like so:
class CMyAo : public CActive
{
public:...
I am trying to use the central repository to store some settings in my application. I have been following the "central repository how-to.doc" document to get started. It explains how to install a txt...
I am having trouble figuring out how to create a repository in the central repository. According to the symbian 9.1 documentation, CRepository::NewL() "Creates a CRepository object for accessing a...
Hello,
I am having a strange compiler error using a symbian 9.1 devkit and codewarrior. It does not appear to actually be code-related at all but rather an OS issue...the error is that CW cannot...