Click here to Skip to main content
15,891,529 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: How to show the caret on combo box Pin
Daniel Strigl9-Mar-04 20:18
Daniel Strigl9-Mar-04 20:18 
GeneralRe: How to show the caret on combo box Pin
Bui Huy Kien15-Mar-04 16:13
Bui Huy Kien15-Mar-04 16:13 
Question[eVC] How to use ISA bus? Pin
GuilhemMtp8-Mar-04 23:28
GuilhemMtp8-Mar-04 23:28 
GeneralDisplay BYTES.... Pin
Deepa Gopal8-Mar-04 22:43
Deepa Gopal8-Mar-04 22:43 
GeneralRe: Display BYTES.... Pin
João Paulo Figueira8-Mar-04 22:56
professionalJoão Paulo Figueira8-Mar-04 22:56 
GeneralRe: Display BYTES.... Pin
Daniel Strigl9-Mar-04 0:14
Daniel Strigl9-Mar-04 0:14 
GeneralProblem in Display images on HTML Control in Pocket PC 2003 Pin
AKSIVAKUMAR7-Mar-04 22:29
AKSIVAKUMAR7-Mar-04 22:29 
GeneralDelete problem in the PPC2002 to PPC2003 migration code Pin
Mandarps7-Mar-04 17:56
Mandarps7-Mar-04 17:56 
Hello Friends,

I am migrating an application from PPC2002 to PPC2003. I have got all
the code compiled successfully and built the executable. But when I
run it on the device it gives some problems. In my code there are lots
of deletes called. (i.e. new for every object and corresponding delete
for the same)
The migrated application crashes in every detete that is called. It is
not that the delete is wrong. It is a properly tested code for PPC2002
platform.
The application also crashes if a null pointer is accessed for checking
it's nullness. (For example refer following code. it crashes in if()
statement.)

char* l_pChar = NULL;
...
if (l_pChar == NULL)
{
l_pChar = new char[10];
}

If there is anybody who had experianced same problem and wishes to share
then they are morethan welcome.


Thanks and regards,

Mandar Sarpotdar
GeneralRe: Delete problem in the PPC2002 to PPC2003 migration code Pin
Jonas Larsson7-Mar-04 21:46
Jonas Larsson7-Mar-04 21:46 
GeneralRe: Delete problem in the PPC2002 to PPC2003 migration code Pin
Jonas Larsson8-Mar-04 3:14
Jonas Larsson8-Mar-04 3:14 
QuestionWhy there is no Java? Pin
huanghe5-Mar-04 4:57
huanghe5-Mar-04 4:57 
AnswerRe: Why there is no Java? Pin
Mazdak7-Mar-04 6:29
Mazdak7-Mar-04 6:29 
Generalcreating an Install Pin
rodneyk14-Mar-04 9:52
rodneyk14-Mar-04 9:52 
GeneralRe: creating an Install Pin
Kyle Tillman4-Mar-04 17:04
Kyle Tillman4-Mar-04 17:04 
GeneralRe: creating an Install Pin
rodneyk15-Mar-04 5:43
rodneyk15-Mar-04 5:43 
GeneralRe: creating an Install Pin
Kyle Tillman5-Mar-04 8:56
Kyle Tillman5-Mar-04 8:56 
GeneralRe: creating an Install Pin
rodneyk15-Mar-04 5:44
rodneyk15-Mar-04 5:44 
GeneralButton with Image Pin
camasmartin3-Mar-04 18:51
camasmartin3-Mar-04 18:51 
GeneralRe: Button with Image Pin
Daniel Strigl7-Mar-04 5:38
Daniel Strigl7-Mar-04 5:38 
GeneralRe: Button with Image Pin
Member 10840949-May-04 1:24
Member 10840949-May-04 1:24 
GeneralAdd/Remove Network connections (Help!!!!) Pin
CyMad3-Mar-04 6:22
CyMad3-Mar-04 6:22 
GeneralRe: Add/Remove Network connections (Help!!!!) Pin
aashu3-Mar-04 18:45
aashu3-Mar-04 18:45 
GeneralRe: Add/Remove Network connections (Help!!!!) Pin
CyMad4-Mar-04 6:13
CyMad4-Mar-04 6:13 
GeneralRe: Add/Remove Network connections (Help!!!!) Pin
Mike Dimmick4-Mar-04 6:54
Mike Dimmick4-Mar-04 6:54 
Questionhow to get computer name on ethernet Pin
aashu3-Mar-04 3:34
aashu3-Mar-04 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.