Hi
I like to make a lib and dll , I have my mmp file with
TARGET myclient.dll
TARGETTYPE dll
UID 0x1000008D 0x2005E448 //uid from symbsigbned
USERINCLUDE ..\inc
SYSTEMINCLUDE \epoc32\include
CAPABILITY Location NetworkServices ReadDeviceData ReadUserData SwEvent WriteDeviceData WriteUserData PowerMgmt
userinclude ..\inc
userinclude ..\..\engine\inc
systeminclude \epoc32\include
sourcepath ..\src
source client.cpp
library euser.lib
The problem here is after compiling its not creating the Lib file it just created the dll!
any idea ?or tips to proceed I need lib file to use this dll in another exe!
-J



