I recently downloaded a biocontrol eg and biomessage eg copied into epoc32ex folder and tried to make its workspace, at abld makefile vc6 biocontrol eg gives error as
Warning Frozen .DEF file \Symbian\6.0\nokiacpp\epoc32\release\wins\BIOCTLUU.DEF not found - project not grozen
Warning Can't fin folloing headers in System include
<MSGEDITOR.hrh>
<Sys Inc Paths "\Symbian\6.0\NokiaCPP\EPOC32\Include">
Dependency list for "Symbian\6.0\nokiacpp\epoc32ex\BIOCONTROL\SRC\BIOCONTROL.cpp "
may be incomplete
same error comes with BIOPRSUU.DEF -- Project not Frozen
BioExample--
BioExprSUU.DEF -- Project not Frozen
Does anyone knows, what could be the possible reason for this.I did appeared in other Pre-egs of 9210 though never gave a thought that time.
Thanks
Later
Dips
Posted by Dips M, contactwithdeepa@hotmail.com
on May 02, 2002 at 14:20
RE: Project not Frozen -- Error
2002-06-03, 03:35#2
Posted by Forum Nokia Developer Support, communicator.developer@nokia.com
on May 02, 2002 at 16:24
Best way to solve this problem is to freeze the exported functions in the .def file. To do this, use "abld freeze" -command. You may add your target platform at the end of the command, if you wish.