| <<< Interface Functions | Chapters |
This chapter lists known issues with the current version of PS/Workshop.
Modules written for previous versions of PS/Workshop and linked to
edsps111.lib
will need to be recompiled and linked to
pskernel.lib
to load successfully
Developers of modules for earlier versions of PS/Workshop should note that the structure of the new COM template module has been kept as close as possible to the original template module.
The default module created by the PS/Workshop AppWizard uses the delayload mechanism when it is built. Doing this means that you can successfully build the module without having
pskernel.dll
present in the same directory as the module DLL when the module is first created. It does, however, cause a warning to be generated when the module is compiled for the first time.
| <<< Interface Functions | Chapters |