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

A good text

1 replies · 2,061 views · Started 27 March 2003

As a novice to Symbian C++ could someone direct me to a good text on the subject.

As an additional question, could someone explain the IMPORT_C to a layman.

Tony

hi,

The meaning of Imort_c is the declaration of a DLL function which is to be imported into an application program. It informs the compiler that the function is to be found in a DLL.
Enjoy
Ashish kumar