Hi Dirk, I'm still not fine with the CS5.5 simple DollyXS-Project. When trying to build that project with ActionComponent, DialogController, DialogObserver and ScriptProvider it is failing. From the created fr-File the identfyer for the Widget-implementations were not found. I've comented out the respective lines from my fr-file. The ScriptProvider is including IScriptEventData.h (that header is availablbel at CS5.5 only via legalnotices. When adding the respective include directory, IScriptEventData.h is missing the IID_ISCRIPTEVENTDATA identifyer and some other identifyers. It seems to me that here some top classes and headers are missing. The ScriptProvider I probably will not require. So I've exclude that class from my project. But the ActionCompoment I will require. That class, as created by DollyXS is missing the gSession object. That object instance is created by PlugIn.cpp (only available at leganotices). When including that file into the ActionComponent, the gSession will be found, but PlugIn.cpp is including SnapshotFactory.h (onlly available at legalnotices). When adding the respective include directory to the ActionComponent, the compilation of that class will throw errors from SnapShotFactory concerning missed identifyers e.g 'SnapshotConstructor'. I can't find a file at my system, containing 'SnapshotConstructor'. That again is indicating that some top classes and headers are missing. As I've recigniced, that at laest some of the SDK-samples do not have any additional include directories, but do include the respective headers. That again is indication that there some include directory informations are sipped to the samples projects, but obviousely not to the customer projects. I urgently require help to cope with that situation. Regards Jochen Seliger
... View more