please help me. what is this error?

Login to reply to this topic.
Tue, 2006-05-09 15:07
Joined: 2006-05-02
Forum posts: 90
When I make a C++ project for Symbian by Series 60 AppWizard v 1.9, at the end of the wizard and when all of .cpp files is created I receive this message:
"C:\Symbian\6.1\Series60\epoc32\build\TEST\test\group\test\wins\test.dsw the specified project could not be inserted into the current workspace."
What is this error and how can I resolve this problem?

Thanks,

Tue, 2006-05-09 16:18
Joined: 2006-05-02
Forum posts: 90
Re: please help me. what is this error?
The Second error:
I followed instructions in "s60_introduction_to_designing_cpp_applications.pdf" and I tried to make "Helloworld".

Command prompt:
------------------------------------------------------
C:\Symbian\7.0s\Series60_v21\Examples\basics\helloworld>bldmake bldfiles

C:\Symbian\7.0s\Series60_v21\Examples\basics\helloworld>abld build wins udeb
  make -r  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\EXPORT.make" EXPORT VERBOSE=-s
Nothing to do
  make -r  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" MAKEFILE VERBOSE=-s
perl -S makmake.pl -D \SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELL
OWORLD WINS
'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: *** [MAKEFILEHELLOWORLD] Error 1
  make -r  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" LIBRARY VERBOSE=-s
nmake -nologo -x - -s  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" LIBRARY

process_begin: CreateProcess((null), nmake -nologo -x - -s -f \Symbian\7.0s\Seri
es60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLO
WORLD\WINS\HELLOWORLD.WINS LIBRARY, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [LIBRARYHELLOWORLD] Error 2
  make -r  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" RESOURCE CFG=UDEB VERBOSE=-s
nmake -nologo -x - -s  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURC
EUDEB
process_begin: CreateProcess((null), nmake -nologo -x - -s -f \Symbian\7.0s\Seri
es60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLO
WORLD\WINS\HELLOWORLD.WINS RESOURCEUDEB, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [RESOURCEHELLOWORLD] Error 2
  make -r  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" TARGET CFG=UDEB VERBOSE=-s
nmake -nologo -x - -s  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" UDEB
process_begin: CreateProcess((null), nmake -nologo -x - -s -f \Symbian\7.0s\Seri
es60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLO
WORLD\WINS\HELLOWORLD.WINS UDEB, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [TARGETHELLOWORLD] Error 2
  make -r  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" FINAL CFG=UDEB VERBOSE=-s

C:\Symbian\7.0s\Series60_v21\Examples\basics\helloworld>
------------------------------------------------------

I do not know what is wrong with my SDK?Huh?
 Huh
Wed, 2006-05-10 00:24
Joined: 2005-12-14
Forum posts: 16
Re: please help me. what is this error?
check all the paths properly and files which gives u error ,check whether it is placed in correct path or not

Kishore

Wed, 2006-05-10 01:42
Joined: 2005-03-30
Forum posts: 206
Re: please help me. what is this error?
please insert into your path environment variable the path to visual studio bin directory... if this doesn't work insert the path to visual studio install dir...

guda

  • Login to reply to this topic.