Hi,
I'm a novice in Symbian programming so i'm trying the basics things.
I downloaded the Series 60 V2.1 SDK and active perl 5.8.6.811.
I've installed first the active per and after the SDK
On my PC there was yet the Visual studio .NET 2002.
I followed the instruction for compiling the helloworld project given in the chapter 3 of the "Getting started guide".
When i build the solution in the VS IDE i get a lot of those errors:
\Symbian\7.0s\Series60_v21\Epoc32\include\e32std.h(755) : error C2146: errore di sintassi: ";" mancante prima dell'identificatore "TInt64"
\Symbian\7.0s\Series60_v21\Epoc32\include\e32std.h(755) : error C2501: "TInt64::IMPORT_C": identificatori di tipo o classe di archiviazione mancanti
I can't understand why i've those errors! The declaration in the originals .h files MUST BE correct!
Can, please someone help me?
Thank you in advance
Achille
------
Hi i've found the solution on an old post! Many thanks to arregui for this !
I write here the web page with the solution of the problem !
The web page is: http://www.antonypranata.com/articles/abldvc7.html
Many thank to Antony Paranata too!
Basically the SDK series 60 v2.1 support VS 2003 ONLY so you must do some changes to the file used to generate the project and solution files.