Hi guys. Im newbie, and after installing symbian 60 sdk 21, I
met some problem:
when i'm trying to convert helloworldbasic project to .sln via <<makmake helloworldbasic vc7>> command.
I got an error
<<Cant open perl script "C:\Program": No such file or dir
I have MS VS .Net installed in c:\Program Files\. Active Perl installed in c:\Perl\
It seems that there's some problem with long names vs spaces.
Would you please help me with that to find where i can modify that path. thanks
Ok.
But now I can't compile sample apps from Ms Visual Studio .NET IDE
I got errors:
\Symbian\7.0s\Series60_v21\Epoc32\include\e32std.h(755) : error C2146: syntax error : missing ';' before identifier 'TInt64'
\Symbian\7.0s\Series60_v21\Epoc32\include\e32std.h(755) : error C2501: 'TInt64::IMPORT_C' : missing storage-class or type specifiers
\Symbian\7.0s\Series60_v21\Epoc32\include\e32std.h(758) : error C2146: syntax error : missing ';' before identifier 'TInt64'
\Symbian\7.0s\Series60_v21\Epoc32\include\e32std.h(758) : error C2501: 'TInt64::IMPORT_C' : missing storage-class or type specifiers
\Symbian\7.0s\Series60_v21\Epoc32\include\e32std.h(762) : error C2146: syntax error : missing ';' before identifier 'TInt'
................
I tried to search this forum, because I thought its common problem, but was unable to find answer, would you please tell: what's wrong out there?