Click here to Skip to main content
15,915,869 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: My C++ app forks itself! (win32/64) Pin
Måns Thörnqvist17-Jan-10 0:23
Måns Thörnqvist17-Jan-10 0:23 
GeneralRe: My C++ app forks itself! (win32/64) Pin
Bram van Kampen17-Jan-10 5:54
Bram van Kampen17-Jan-10 5:54 
AnswerRe: My C++ app forks itself! (win32/64) Pin
Moak17-Jan-10 2:54
Moak17-Jan-10 2:54 
Questionequivalent of atoi and itoa functions in SDK Pin
samira forooghi16-Jan-10 20:41
samira forooghi16-Jan-10 20:41 
AnswerRe: equivalent of atoi and itoa functions in SDK Pin
Richard MacCutchan16-Jan-10 21:47
mveRichard MacCutchan16-Jan-10 21:47 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
samira forooghi16-Jan-10 22:50
samira forooghi16-Jan-10 22:50 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
enhzflep17-Jan-10 11:33
enhzflep17-Jan-10 11:33 
GeneralRe: equivalent of atoi and itoa functions in SDK [modified] Pin
samira forooghi18-Jan-10 0:17
samira forooghi18-Jan-10 0:17 
I am grateful to help you.
I test this method, but It is not my problem.
When using library, this error message is displayed:

Build
  [Error] Unit1.pas(130): Unsatisfied forward or external declaration: 'atoi'
  [Error] Unit1.pas(130): Unsatisfied forward or external declaration: 'itoa'
  [Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'

but when calling the "atoi" function be deleted from the lib error does not occur.

This problem when using "strcpy" function also occurred. But replacing it with the "lstrcpy" function This problem was solved

I'm hoping to find a function equivalent to the "atoi" function to this problem be solved.
Thanks!

modified on Monday, January 18, 2010 6:29 AM

GeneralRe: equivalent of atoi and itoa functions in SDK Pin
Stuart Dootson18-Jan-10 0:37
professionalStuart Dootson18-Jan-10 0:37 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
samira forooghi18-Jan-10 0:53
samira forooghi18-Jan-10 0:53 
QuestionSending class object on serial port (communication port) Pin
AnayKulkarni16-Jan-10 20:10
AnayKulkarni16-Jan-10 20:10 
AnswerRe: Sending class object on serial port (communication port) Pin
Richard MacCutchan16-Jan-10 21:49
mveRichard MacCutchan16-Jan-10 21:49 
AnswerRe: Sending class object on serial port (communication port) Pin
Cedric Moonen16-Jan-10 21:56
Cedric Moonen16-Jan-10 21:56 
AnswerRe: Sending class object on serial port (communication port) Pin
CPallini16-Jan-10 22:19
mveCPallini16-Jan-10 22:19 
QuestionInitCommonControlsEx problem Pin
AnayKulkarni16-Jan-10 19:43
AnayKulkarni16-Jan-10 19:43 
AnswerRe: InitCommonControlsEx problem Pin
JudyL_MD17-Jan-10 3:23
JudyL_MD17-Jan-10 3:23 
QuestionModeling the human heart (EKG) Pin
user_void16-Jan-10 16:18
user_void16-Jan-10 16:18 
AnswerRe: Modeling the human heart (EKG) Pin
Tim Craig16-Jan-10 21:02
Tim Craig16-Jan-10 21:02 
GeneralRe: Modeling the human heart (EKG) Pin
user_void17-Jan-10 5:55
user_void17-Jan-10 5:55 
GeneralRe: Modeling the human heart (EKG) Pin
Bram van Kampen17-Jan-10 6:09
Bram van Kampen17-Jan-10 6:09 
GeneralRe: Modeling the human heart (EKG) Pin
Tim Craig17-Jan-10 14:04
Tim Craig17-Jan-10 14:04 
GeneralRe: Modeling the human heart (EKG) Pin
user_void17-Jan-10 14:23
user_void17-Jan-10 14:23 
GeneralRe: Modeling the human heart (EKG) Pin
Tim Craig17-Jan-10 17:21
Tim Craig17-Jan-10 17:21 
GeneralRe: Modeling the human heart (EKG) Pin
user_void18-Jan-10 8:46
user_void18-Jan-10 8:46 
GeneralRe: Modeling the human heart (EKG) Pin
Tim Craig18-Jan-10 9:16
Tim Craig18-Jan-10 9:16 

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.