Maik Friedmann wrote: > I am working on developing an application for my handheld device > (Windows CE 5.0, Intel, ARM920T-PXA27x [M3 Mobile Compia]) using > qt-wince. > I installed qt-wince-preview-commercial-src-4.4.0-siesta for the > platform wince50standard-armv4i-msvc2005 without errors. > When installing QtVS2005WinCEIntegration_tp1, there were some errors: > - Can not register formeditor1.dll! > - The VS integration of Qt could not be initialized! > But the installation completed successfully.
Strange. This clearly shouldn't happen. Did you have another version of the Visual Studio Integration installed when you tried to install the Qt/WinCE VSI? You can fix this by registering formeditor1.dll manually. Just open a command shell, cd into the directory where formeditor1.dll is located and register it with "regsvr32 formeditor1.dll". > On the development machine Windows XP Pro (SP2) and Standart SDK 5.0 > is installed. > When I wanted to open the demo projects from command prompt (devenv > textedit.vcproj), it gives the error: > - The VS integration of Qt could not be initialized! This is due to the failing registration of the mentioned DLL. Best regards, Joerg _______________________________________________ Qtce-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback
