Custom modules for PWE CE and MicroStation CE

Two questions:

1. There used to be an easy way in PWE to see if your custom module is loaded, which then got moved to the System Info screen (from the About dialog), under Software, Loaded Modules. It appears now that custom modules loaded in PW CE no longer appear there, or anywhere that I can find in that dialog. I know the module loads because our custom commands in it work, but it would be nice for troubleshooting other modules that do not present anything in the interface directly to be able to tell that it is loaded. Is there now some place else to look?

2. We currently have a custom module that we load into PWE CE that MicroStation also interfaces with. We've done this for years with V8i version of PWE and MS. The registry settings are correct for the module, showing that it is accessible to PWE and to MS. This also works with PWE CE and MS V8i with the same registry settings applied to for PWE. However, when we try to use PWE CE and MS CE, the module doesn't seem to work fromthe MicroStation side (and this is with a newly compiled version of the module using PWE CE version of the SDK). Note we have the registry data set to load the module in both 32 and 64 bit, and by all accounts, it appears the module loads as far as PWE CE is concerned (but can't see any of our custom modules loaded per #1). Is there more to do to allow MS CE to access a PWE CE custom module? The modules are all native C++ and compiled 32-bit.

I'm wondering if the issue in #2 is some related and/or caused by the modules not longer being listed as loaded as per #1. Or perhaps something to do with 32 vs 64 bitness. Any help or insight would be appreciated. Thanks.