Click here to Skip to main content
16,007,163 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: File Open dialog in eVC ! Pin
João Paulo Figueira26-Nov-03 2:16
professionalJoão Paulo Figueira26-Nov-03 2:16 
GeneralRe: File Open dialog in eVC ! Pin
nigs_krec28-Nov-03 3:03
nigs_krec28-Nov-03 3:03 
GeneralRe: File Open dialog in eVC ! Pin
João Paulo Figueira28-Nov-03 3:24
professionalJoão Paulo Figueira28-Nov-03 3:24 
GeneralRe: File Open dialog in eVC ! Pin
nigs_krec28-Nov-03 3:38
nigs_krec28-Nov-03 3:38 
GeneralRe: File Open dialog in eVC ! Pin
João Paulo Figueira28-Nov-03 3:50
professionalJoão Paulo Figueira28-Nov-03 3:50 
GeneralRe: File Open dialog in eVC ! Pin
Atif Mushtaq11-Dec-03 19:42
Atif Mushtaq11-Dec-03 19:42 
GeneralWAP PAP Application Pin
Socket_Layer26-Nov-03 1:13
Socket_Layer26-Nov-03 1:13 
Generalembedded/C code help Pin
Sirrius24-Nov-03 12:30
Sirrius24-Nov-03 12:30 
I have some code here that I have been playing with to implement a elevator's computer. I have everything kind of mapped out in my head how it's going to work but am having a problem with converting a char to an int. I would like to send the char c to the thread "move( )" and use it as an int. So bacically, How do I convert a char to an int using only djgpp compiler and multi-c operating system.

Here is what I am working with.

void move(char c)
{


}





void getFloor(void)
{


DWORD32 timeout;
short c;


for(;;)
{
BYTE8 floor;
SetCursorPosition(8,10);


while(!ScanCodeRdy())
MtCYield();

floor=GetScanCode();

if ( !(floor & 0x80) )
{
c=ScanCode2Ascii(floor);
PutString(" Floor ");
PutChar(c);


}


}

}


QuestionWizard Weirdness - João? Pin
#realJSOP24-Nov-03 2:11
professional#realJSOP24-Nov-03 2:11 
AnswerRe: Wizard Weirdness - João? Pin
João Paulo Figueira24-Nov-03 4:12
professionalJoão Paulo Figueira24-Nov-03 4:12 
GeneralRe: Wizard Weirdness - João? Pin
#realJSOP24-Nov-03 4:27
professional#realJSOP24-Nov-03 4:27 
AnswerRe: Wizard Weirdness - João? Pin
Atlantys24-Nov-03 14:10
Atlantys24-Nov-03 14:10 
GeneralSocket UDP Pin
cbusgut23-Nov-03 23:29
cbusgut23-Nov-03 23:29 
GeneralC code help Pin
Sirrius21-Nov-03 10:31
Sirrius21-Nov-03 10:31 
QuestionHow to define sort order in Access and convert to .cdb ? Pin
Nick.19-Nov-03 18:47
Nick.19-Nov-03 18:47 
AnswerRe: How to define sort order in Access and convert to .cdb ? Pin
João Paulo Figueira21-Nov-03 4:08
professionalJoão Paulo Figueira21-Nov-03 4:08 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
Nick.24-Nov-03 19:44
Nick.24-Nov-03 19:44 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
João Paulo Figueira24-Nov-03 22:26
professionalJoão Paulo Figueira24-Nov-03 22:26 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
Nick.24-Nov-03 23:09
Nick.24-Nov-03 23:09 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
João Paulo Figueira24-Nov-03 23:41
professionalJoão Paulo Figueira24-Nov-03 23:41 
GeneralRe: How to define sort order in Access and convert to .cdb ? Pin
Nick.25-Nov-03 15:02
Nick.25-Nov-03 15:02 
GeneralCancel the status of red-circles ring Pin
RubyHsiao19-Nov-03 17:05
RubyHsiao19-Nov-03 17:05 
GeneralRe: Cancel the status of red-circles ring Pin
Daniel Strigl19-Nov-03 20:11
Daniel Strigl19-Nov-03 20:11 
GeneralInstalling the dev tools Pin
#realJSOP19-Nov-03 10:07
professional#realJSOP19-Nov-03 10:07 
GeneralRe: Installing the dev tools Pin
João Paulo Figueira19-Nov-03 10:33
professionalJoão Paulo Figueira19-Nov-03 10:33 

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.