Carbide.vs hasn't been updated to support the non-beta of the s60 3rd edition SDK, so I've been trying to get it to work myself...
Make sure you have installed the latest 3rd Ed SDK, then install Carbide.vs 2.0. Copy the file
\Program Files\Common Files\SYMBIAN\SDK Descriptors\Nokia\S60_3rd_Beta_v2.xml
to
\Program Files\Common Files\SYMBIAN\SDK Descriptors\Nokia\S60_3rd_v2.xml
Edit the file, and change the stuff at the top to:
You can now import the project and select the final 3rd Ed SDK. The only problem seems to be with compiling the resources, for example:Code:<?xml version="1.0" encoding="utf-8"?> <sdk version="2.0" supplier="Nokia" revision="1.0" author="Nokia" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > <description shortName="S60 3.0" deviceId="S60_3rd" configName="S60_30" platformUid="0x101F7961" platformIdentification="Series60ProductID" defaultPlatform="WINSCW" deviceName="com.nokia.s60" projectType="Symbian9.S60"> Series 60 SDK version 3.0 </description>
"C:\\Symbian\\9.1\\S60_3rd\\S60Ex\\OpenGLEx\\SimpleCube\\data\\simplecube_reg.rss(31): error: Warning: (047) the STRUCT that this resource is based on contains a STRUCT[] data member which has not been used in this resource, the missing element is: 'datatype_list'"
Anybody want to take over from here?



