Bill Anderson
Programmer
https://github.com/billand88/ChilkatVFP
Sorry for the late notice, had a total knee replacement done two days after the release...
Chilkat Version 11 exclusively uses the Chilkat.<class> COM call. Prior versions could use Chilkat_9_5_0.<class> for the COM call.
Introduced the ChilkatVFP.H header file to handle this situation. If you use Chilkat v11 or greater, open the ChilkatVFP.H, set the CHILKAT_VERSION_11.0.0_OR_GREATER variable to .T., then recompile ChilkatVFP.VCX. If you support multiple Chilkat versions, set appropriately. Note: *Your* registry may not need it (depends on what's in your registry) but the intended runtime machine will most likely need it. And be sure to include the compiled ChilkatVFP.VCX/VCT to the runtime machine.
A big release. Some older classes were removed, all the undocumented PEMs were removed, documented PEMs were removed and replaced by new functions. Many other functions marked as decremented for later removal.
So, the list of items done for this release:
1) Added ChilkatVFP.H with compile-time switch. See Documentation/History.md for details.
2) Compatibility with Chilkat version 11.0.0.
3) Added code to test for removed classes/properties/methods.
Bill Anderson
Sorry for the late notice, had a total knee replacement done two days after the release...
Chilkat Version 11 exclusively uses the Chilkat.<class> COM call. Prior versions could use Chilkat_9_5_0.<class> for the COM call.
Introduced the ChilkatVFP.H header file to handle this situation. If you use Chilkat v11 or greater, open the ChilkatVFP.H, set the CHILKAT_VERSION_11.0.0_OR_GREATER variable to .T., then recompile ChilkatVFP.VCX. If you support multiple Chilkat versions, set appropriately. Note: *Your* registry may not need it (depends on what's in your registry) but the intended runtime machine will most likely need it. And be sure to include the compiled ChilkatVFP.VCX/VCT to the runtime machine.
A big release. Some older classes were removed, all the undocumented PEMs were removed, documented PEMs were removed and replaced by new functions. Many other functions marked as decremented for later removal.
So, the list of items done for this release:
1) Added ChilkatVFP.H with compile-time switch. See Documentation/History.md for details.
2) Compatibility with Chilkat version 11.0.0.
3) Added code to test for removed classes/properties/methods.
Bill Anderson