Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SDK also provides a sample module DocumentCommands that must be loaded once before the any document is created. Loading the module can be done with the following method:
odrxDynamicLinker()->loadApp( L"DocumentCommands" );

...