Read-only archive of the All About Symbian forum (2001–2013) · About this archive

port a C/C++ program to Symbian env.

2 replies · 2,064 views · Started 15 May 2003

hi all
I have to port a simple C code with file handling and string features/functions (fgetc,fputc,fprintf,strcat etc..) for which <stdio.h> and <string.h> are required.header files are in "C:\Symbian\OS7_7.0.9\bin\TechView\epoc32\include\libc" .
program is compiling properly but there is problem in building it.I think that some library file has not added to .mmp file for this.
can any body tell me what may the solution for this??

thanx in advance,

Search the documentation for stdlib. There are also examples in the sdk about using stdlib (epoc32ex\stdlib\Hello).

hi
i have seen the solution of porting a C program.Problem was that a library was missing..
now,How can we run the program by command line using command line arguments(argc,argv)???