Spread 8 ReadMe
Spread 7.0 DLL Control to Spread 8.0 DLL Control

If you formerly used the Spread version 7.0 DLL control and now want to use the Spread version 8.0 DLL control, complete the following steps.

Note: Back up your project before making any changes.
  1. Open your existing project.
  2. Update the include path so that the new version of SSDLL.H is included in the project.
  3. Update the include path so that the new versions of SSDLLMFC.H and SSDLLMFC.CPP are included in the project.
  4. If you used the LoadLibrary function, make the following change:

    Change:
    LoadLibrary("SPR32D70.DLL")
    
    To:
    LoadLibrary("SPR32D80.DLL")
    
  5. If you hard coded the class name of the Spread control in your project, make one of the following changes:

    Use the define (SS_CLASSNAME)

    Make the following change:

    Change:
    fpSpread70
    
    To:
    fpSpread80
    
  6. If your project links to SPR32D70.LIB, load the SPR32D80.LIB file instead.
  7. Review the changes in Changes to DLL Components and update your project as needed.
  8. Rebuild your project and run it.
    Note: To find the class name for the controls, search for the define SS_CLASSNAME in the SSDLL.H file.

 

 


Copyright © GrapeCity, inc. All rights reserved.