i am very much thankfull to you for your valuable suggestions regarding SDK 2.1.
But i am getting new error when i am executing the command abld makefile vc7.
the follwing is the output i got when i executed the above command
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\SERIES60EX\HELLOWORLDBASIC\GROUP\VC7.make" MAKEFILE VERBOSE=-s
perl -S makmake.pl -D \SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\HELLOWORLDBASIC\GROU
P\HELLOWORLDBASIC VC7
1 file(s) copied.
'LINK.EXE' is not recognized as an internal or external command,
operable program or batch file.
ERROR: failed to find version information for LINK.EXE
make: *** [MAKEFILEHELLOWORLDBASIC] Error 1
I think you have to call VCVARS32.BAT script before running Symbian build tool. It is installed under C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin by default.
Alternatively you can also set your environment variable to point to "C:\Program Files\Microsoft Visual Studio .net 2003\VC7\Bin;C:\Program Files\Microsoft Visual Studio .net 2003\Common7\IDE"