First compilation failure ...
Hello,
I'd like to build a HelloWorld application
with the Nokia60 Series SDK (Beta 0.2).
I've used the NokiaAppWizard in VC++ 6.0 (sp5). When I build a test app using the
"abld build wins" command, I've the
following error message : "Don't know how to make "\Symbian\6.1\Series60\EPOC32\RELEASE\WINS\UREL\EDLL.LIB". I've checked the directory, and the EDLL.Lib is not here !?!?
Do you have any idea ?
Thank's a lot.
Trick Lo.
Posted by laurent tricaud, laurent.tricaud@philips.com
on April 09, 2002 at 14:12
RE: First compilation failure ...
Posted by Nitin Kumar, nitin@indts.com
on April 10, 2002 at 08:40
Hi Trick Lo,
My guess is in *.mmp file you might have given TARGETTYPE as 'dll'.. thats why EDLL.lib may be required. In my case i have given 'exe'
If my guess is wrong, then I am not sure why you are getting this error. b'cos when i tried on my machine..even if EDLL.lib is not there, it doesn't give any error. EDLL.lib should be there through installation. By the way i am using Nokia crystal 6.0 C++ SDK.
just try following command
abld makefile vc6
I hope it helps
regards,
-nitin