GrapeCity Forums

The GrapeCity Message Boards
Welcome to GrapeCity Forums Sign in | Join | Help
in Search

API changes between Spread for Windows Forms 4.0 and 5.0 (.NET 3.5 version)

Last post 01-12-2010, 9:35 AM by agfachen. 4 replies.
Sort Posts: Previous Next
  •  01-11-2010, 2:35 PM 86444

    API changes between Spread for Windows Forms 4.0 and 5.0 (.NET 3.5 version)

    Hello, is there a document for documenting the API changes between version 4 and 5? It'll be helpful to get a list of new and obsoleted APIs so we can change our code accordingly.

     Thank you!

  •  01-11-2010, 5:26 PM 86447 in reply to 86444

    Re: API changes between Spread for Windows Forms 4.0 and 5.0 (.NET 3.5 version)

    Hi,

    The readme.chm that is installed in the Docs folder has a list of new features in the "release notes" section, but it does not list the APIs, just the new features.  You would need to refer to the assembly reference for the relevant APIs.  I do not think there is a listing of deprecated APIs anywhere in the help, but we have used the Obsolete attribute on such APIs, so you should get a warning about them being used in your code when you compile your upgraded project.  All deprecated APIs are still supported in v5, so your code should not require any changes to run, but it is recommended that you change your code to use the newer APIs that the warnings refer to (they are usually easier to use and maintain).


    seanl
    Product Manager, FarPoint Spread for Windows Forms (.NET), FarPoint Spread COM
    GrapeCity FarPoint
  •  01-11-2010, 5:31 PM 86448 in reply to 86447

    Re: API changes between Spread for Windows Forms 4.0 and 5.0 (.NET 3.5 version)

    There is a page about obsolete methods in the upgrade section of the readme for Spread Win 5.

    FarPoint Technologies, Inc
  •  01-11-2010, 6:00 PM 86449 in reply to 86448

    Re: API changes between Spread for Windows Forms 4.0 and 5.0 (.NET 3.5 version)

    So there is!  Thank you Gina; I stand corrected.

    seanl
    Product Manager, FarPoint Spread for Windows Forms (.NET), FarPoint Spread COM
    GrapeCity FarPoint
  •  01-12-2010, 9:35 AM 86474 in reply to 86448

    Re: API changes between Spread for Windows Forms 4.0 and 5.0 (.NET 3.5 version)

    Got it. Thank you!
View as RSS news feed in XML
     FarPoint Forums Home