hello,
i have a problem by compiling a DLL in C.
I have a C function. in mmp:
Code:OPTION CW -lang c++
after compiling this DLL, there is a DLL file created in the directory:
Epoc32\release\GCCE\UREL
e.g.: test.dll & test.map
But there is no dso file created in:
\Epoc32\release\armv5\lib
g.g.: test{000a00000}.dso & test.dso
So, i tried again with command line:
these two dso files created automatically.Code:abld build gcc urel
Is this already a known issue for Carbide?
Or the setting of Carbide is not correct?
Thanks
Pai



