www.pudn.com > symbianex.rar   To Read all the content


[file head]:
// TBufAndTBufC.mmp
//
// Copyright (c) 2005 Symbian Ltd. All rights reserved.

// using relative paths for source and userinclude directories

TARGET TBufAndTBufC.exe
TARGETTYPE exe
UID 0

SOURCEPATH .
SOURCE TBufAndTBufC.cpp

USERINCLUDE .
SYSTEMINCLUDE \Epoc32\include

LIBRARY euser.lib

... ...