Cl4whammer!
Lt. Commander
- Registriert
- Aug. 2008
- Beiträge
- 1.870
Hallo zusammen,
ich habe hier eine (vermutlich Visual Basic) Anwendung von einem Windows XP Laptop namens Filou die wir gerne auf Windows 10 zum laufen bekämen wenn möglich.
Beim ersten Start gab es den Fehler das die Datei: comctl32.ocx fehlt. Also hab ich das hier Runtergeladen und installiert: https://www.microsoft.com/en-us/download/details.aspx?id=10019
Der Fehler war allerdings immernoch da, also als nächstes das hier probiert:
und nun gibt es den Fehler:
Run-Time error '372':
Failed to loac control 'uctl_Simulation' from . Your Version of may be outdated. Make sure your are using the version of the control that was provided with your application.
Hat da wer einen Tipp?
Danke!
ich habe hier eine (vermutlich Visual Basic) Anwendung von einem Windows XP Laptop namens Filou die wir gerne auf Windows 10 zum laufen bekämen wenn möglich.
Beim ersten Start gab es den Fehler das die Datei: comctl32.ocx fehlt. Also hab ich das hier Runtergeladen und installiert: https://www.microsoft.com/en-us/download/details.aspx?id=10019
Der Fehler war allerdings immernoch da, also als nächstes das hier probiert:
Code:
Register the OCX file:
Right-click Start, click Command Prompt (Admin)
If you're using Windows 32-bit, type the following command and press ENTER:
regsvr32 comdlg32.ocx
If you're using Windows 64-bit, type the following command and press ENTER:
C:\Windows\SysWOW64\regsvr32 C:\Windows\SysWOW64\comdlg32.ocx
und nun gibt es den Fehler:
Run-Time error '372':
Failed to loac control 'uctl_Simulation' from . Your Version of may be outdated. Make sure your are using the version of the control that was provided with your application.
Hat da wer einen Tipp?
Danke!