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
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