I've successfully done the following with HelloWorld for CrystalUI
bldmake bldfiles
abld makefile vc6.
This creates the VC++ workspace HelloWorld.dsw in the directory
If I load this into Microsoft Visual C++ 2005 it then prompts 'HELLOWORLD.dsp' must be converted to the current Visual C++ project format - which I do. When I try to build it, it fails - details below. Can anyone help with this?
abld build armi urel
works successfully and it runs fine on the 9210
=============
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(465) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(467) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(530) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
..\..\..\..\..\..\..\..\..\..\Epoc32Ex\CrystalUI\HelloWorld\HelloWorld_AppView.cpp(29) : warning C4291: 'TAny *CBase:perator new(TUint,TLeave)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32BASE.H(16) : see declaration of 'CBase:perator new'
HelloWorld_AppUi.cpp
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(319) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(321) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(384) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(465) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(467) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(530) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
HelloWorld_Application.cpp
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(319) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(321) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(384) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(465) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(467) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.INL(530) : warning C4291: 'TAny *operator new(TUint,TAny *)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32STD.H(3192) : see declaration of 'operator new'
..\..\..\..\..\..\..\..\..\..\Epoc32Ex\CrystalUI\HelloWorld\HelloWorld_Application.cpp(34) : warning C4291: 'TAny *CBase:perator new(TUint,TLeave)' : no matching operator delete found; memory will not be freed if initialization throws an exception
\Symbian\6.0\NokiaCPP\Epoc32\Include\E32BASE.H(16) : see declaration of 'CBase:perator new'
Generating Code...
Performing Pre-Link Event...
Doing first-stage link by name
link.exe @C:\DOCUME~1\Tony\LOCALS~1\Temp\nm3F9.tmp
NMAKE : fatal error U1077: 'link.exe' : return code '0xc0000135'
Stop.
if exist "\Symbian\6.0\NokiaCPP\EPOC32\BUILD\SYMBIAN\6.0\NOKIACPP\EPOC32EX\CRYSTALUI\HELLOWORLD\HELLOWORLD\WINS\UDEB\HELLOWORLD.exp" del "\Symbian\6.0\NokiaCPP\EPOC32\BUILD\SYMBIAN\6.0\NOKIACPP\EPOC32EX\CRYSTALUI\HELLOWORLD\HELLOWORLD\WINS\UDEB\HELLOWORLD.exp"
Stopped the build by removing the export object,
if present, because the pre-link stage failed
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.40607
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at "file://c:\Symbian\6.0\NokiaCPP\EPOC32\BUILD\SYMBIAN\6.0\NOKIACPP\EPOC32EX\CRYSTALUI\HELLOWORLD\HELLOWORLD\WINS\UDEB\BuildLog.htm"
HELLOWORLD - 1 error(s), 39 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========