This Question is Assumed Answered

1 "correct" answer available (5 pts) 15 "helpful" answers available (3 pts)
4 Replies Last post: Feb 22, 2008 6:37 AM by cbarber

upgrade from 5.0 to 6.0

Feb 7, 2008 2:24 AM

Click to view Rajani_sp's profile Level 1 Rajani_sp 2 posts since
Feb 5, 2008

Hi ,

Ihave an application developed using CURL 5.0 version. I would like to upgrade this to 6.0 .

I have used grid , list etc in this example.Please let me know how to do this.


Thanks in advance

Rajani

Click to view Kamal's profile Curl Kamal 99 posts since
Oct 17, 2007
1. Re: upgrade from 5.0 to 6.0 Feb 7, 2008 5:50 AM

Note that you will have

{curl 5.0 applet}

somewhere at the top of your file. Add 6.0 to it, like:

{curl 5.0, 6.0 applet}


If you have 6.0 runtime installed in your m/c, the applet will run as 6.0 applet.

Try this and see if you see any change in behavior or any deprecation warnings are show.

Click to view cbarber's profile Curl cbarber 72 posts since
Sep 27, 2007
2. Re: upgrade from 5.0 to 6.0 Feb 19, 2008 9:32 AM
If you have the 6.0 IDE installed, you might first want to do a quick test to see if you are using any incompatible APIs (which is unlikely). To do this, bring up the Curl control panel, click on the Debugger Tab and click on the check box "Attempt to run 5.0 applets under the current API during current session". This will run 5.0 applets under 6.0 until you deselect the check box or restart Curl.

If everything is ok, then you can just switch your curl heralds from 5.0 to 6.0. The easiest way to do this is to open the project in the IDE and select "Change API Version" from the project menu.

Although it is supported, I personally do not recommend using multiple versions in your curl heralds unless you are unwilling to force your customers to upgrade to 6.0, since otherwise you may need to do twice as much testing before deploying your application.
Click to view Rajani_sp's profile Level 1 Rajani_sp 2 posts since
Feb 5, 2008
3. Re: upgrade from 5.0 to 6.0 Feb 22, 2008 1:06 AM

Hi,

regarding upgrade from 5.0 to 6.0

I have 6.0 runtime installed in my machine,

I have started my application like this

{curl 6.0 applet}

Error is occured

<Error> - An error occurred while loading this applet.
SyntaxError: In /start.curl:4[1]: Cannot import default manifest: SyntaxError: manifest.mcurl:512: Bad 'delegate-to' statement: Error: Cannot delegate to manifest with no API version in common with delegating manifest.

But in my application everywhere i have changed to 6.0 instead of 5.0

pls let me know how to get rid of this problem.

Thanks in advance,

Rajani

Click to view cbarber's profile Curl cbarber 72 posts since
Sep 27, 2007
4. Re: upgrade from 5.0 to 6.0 Feb 22, 2008 6:37 AM
in response to: Rajani_sp

It sounds like your applet's manifest delegates to another manifest which has not been converted, a 5.0 version of the CSK perhaps?

You either need to convert that manifest and all of its packages as well, or else find a newer version of the library and delegate to that instead.