hi,
I have some assembly code which compiles well in ADS/RVCT.
but in GCCE builds I get compile errors.
Is the assembly syntax is different for GCCE compiler?
Can you point me to any resource...
Type: Posts; User: mihirg; Keyword(s):
hi,
I have some assembly code which compiles well in ADS/RVCT.
but in GCCE builds I get compile errors.
Is the assembly syntax is different for GCCE compiler?
Can you point me to any resource...
for a sent MMS CMmsClientMtm::Sender is returning a null string. how do I get teh sender information?
Regards
Mihir
I tried on clean machine, only windows xp sp2 installed
I installed perl5.6.1, symbian sdk s60 v3 and carbide 1.2, and I go the same crash log.
Then I installed Nokia Codewarrior and the linker...
While building my app mwldsym2 is crashing
I have carbide 1.2, VS 2005 and cygwin installed on my machine
here is the -verbose log
Getting target info from 'Win32 x86 Linker'
Linking project...
hi
I am using the carbide vs 2005 plugin.
While compiling I am getting the following error
'RCMake.exe' is not recognized
where is RCMake.exe installed?
Mihir
I am importing a mmp file, which works fine with the eclipse based carbide,
while importing this file, i come to the enable sdk dialog which list the two sdks installed on my machine (s603rd and...
hi,
I want to write a plugin that will be loaded by my idle screen, similar to the idle screen plugins supported by windows mobile 5.0 for smart phones.
How do I implement these for S60?
...
how do I solve the crash that I am facing in my delete operator?
hi
For code pasted below can someone explain why the following things are happening:
a. The class MyClass has 4 ints. WHen I allocate an array of 3 objects the size of memory requested in...
cool!
I have overloaded it as show below:
void operator delete [](void *p,int)
{
}
hi
I am overloading delete operator as follows
void operator delete [](unsigned int aSize,bool, bool)
{
}
I am facing a weird problem.
If I try and do a symbian build from the command line it gives me a error and quits.
But If I open the same inf file from carbide the build goes thru fine.
It starts...
hi!
thanks a lot!
none of the previous posts had helped!
the font thing worked.
Mihir
Problem is solved, I had latest version for perl.
The need to use perl 5.6.1
Regards
Mihir
hi this is how my Draw method looks like
void CTestAppAppView::Draw( const TRect& /*aRect*/ ) const
{
// Get the standard graphics context
CWindowGc& gc = SystemGc();
// Gets the...
hi
I am using carbide c++ 1.2
I used the wizard to create a GUI application.
When I build this project I am getting he following error
syntax error at...