Click here to Skip to main content
16,010,427 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: GPS Pin
Daniel Strigl17-Sep-03 9:59
Daniel Strigl17-Sep-03 9:59 
GeneralSymbian DMA Pin
HalfWayMan17-Sep-03 4:31
HalfWayMan17-Sep-03 4:31 
Generalfingerprint reader Pin
ibiteu216-Sep-03 8:26
ibiteu216-Sep-03 8:26 
GeneralTesting mobile web form Pin
Weiye Chen16-Sep-03 3:45
Weiye Chen16-Sep-03 3:45 
Generalsql CE Pin
Roger Alsing15-Sep-03 23:26
Roger Alsing15-Sep-03 23:26 
Generalproblem with fscanf in Pocket PC Pin
villalbaja15-Sep-03 2:01
villalbaja15-Sep-03 2:01 
GeneralRe: problem with fscanf in Pocket PC Pin
Daniel Strigl15-Sep-03 20:27
Daniel Strigl15-Sep-03 20:27 
GeneralRe: problem with fscanf in Pocket PC Pin
villalbaja15-Sep-03 20:49
villalbaja15-Sep-03 20:49 
Hello, the source code is
melCdb->vq=(long **)malloc((256)*sizeof(long *));


for (k=0;k<256; k++)
{
melCdb->vq[k]=(long *)malloc((12)*sizeof(long));
}

for (k=0;k<256; k++)
{
for (l=0;l<12; l++)
fscanf(fmel,"%d",&melCdb->vq[k][l]);

for(l=0;l<12;l++)
{
fscanf(fmel,"%d",&aux);
}
}
I have already checked that mallocs give dinamic memory correctly.
Thanks for your help.
GeneralRe: problem with fscanf in Pocket PC Pin
Daniel Strigl15-Sep-03 22:37
Daniel Strigl15-Sep-03 22:37 
QuestionUploading data to emulator? Pin
Cristoff14-Sep-03 3:57
Cristoff14-Sep-03 3:57 
AnswerRe: Uploading data to emulator? Pin
/dev/niall17-Sep-03 9:54
/dev/niall17-Sep-03 9:54 
GeneralEmbedded VC++ emulation hangs Pin
e98cw13-Sep-03 10:19
e98cw13-Sep-03 10:19 
GeneralRe: Embedded VC++ emulation hangs Pin
João Paulo Figueira13-Sep-03 11:46
professionalJoão Paulo Figueira13-Sep-03 11:46 
GeneralRe: Embedded VC++ emulation hangs Pin
e98cw13-Sep-03 11:52
e98cw13-Sep-03 11:52 
GeneralRe: Embedded VC++ emulation hangs Pin
João Paulo Figueira13-Sep-03 12:26
professionalJoão Paulo Figueira13-Sep-03 12:26 
GeneralRe: Embedded VC++ emulation hangs Pin
e98cw13-Sep-03 13:03
e98cw13-Sep-03 13:03 
GeneralWap gateway error Pin
Weiye Chen11-Sep-03 23:35
Weiye Chen11-Sep-03 23:35 
GeneralSetting break point on Shared memory location Pin
subramjobmail11-Sep-03 16:22
subramjobmail11-Sep-03 16:22 
Generalproblem with afx.h in a dll Pin
villalbaja8-Sep-03 21:31
villalbaja8-Sep-03 21:31 
GeneralRe: problem with afx.h in a dll Pin
Daniel Strigl9-Sep-03 0:27
Daniel Strigl9-Sep-03 0:27 
GeneralHey Jo&#227;o Pin
#realJSOP8-Sep-03 9:32
professional#realJSOP8-Sep-03 9:32 
GeneralRe: Hey Jo&#227;o Pin
Rene De La Garza8-Sep-03 9:42
Rene De La Garza8-Sep-03 9:42 
GeneralRe: Hey João Pin
João Paulo Figueira8-Sep-03 11:08
professionalJoão Paulo Figueira8-Sep-03 11:08 
QuestionHow to get Window Rect coordinates wrt to its parent window rect coordinates. Pin
subramjobmail7-Sep-03 20:10
subramjobmail7-Sep-03 20:10 
AnswerRe: How to get Window Rect coordinates wrt to its parent window rect coordinates. Pin
Daniel Strigl7-Sep-03 20:37
Daniel Strigl7-Sep-03 20:37 

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.