Davidss
#1 ◈ 2026-03-09
This thread is for discussion on running TE on Windows 8. The first 5 posts on this thread contain a log of my experience getting TurboEdit working on windows 8.1. You should be able to follow along for the same results.
---------------------------------------------------------------------------------------------------
So far I have TE 3.2.2 running. Installation was painless, I ran the install file in XP compatibility mode and manually installed to the X86 program files folder. After installation the program seems to start and run normally without needing any compatibility mode tricks or running in administrator mode.
My first hiccup was in installing extratables. Again I ran the install file in XP mode/X86 directory. But after installation when trying to add the plugin within TE I kept getting a dll 0x80004005 error. After that I tried running TE in XP mode and as an administrator and the program will not start.
I was able to work around the extratables problem by manually registering the DLL file. First open a command prompt with administrator privileges. Then enter the following commands:
cd C:\Program Files (x86)\TurboEDIT PRO\Plugins\Extra Tables
regsvr32 extratables.dll
This seems to get extratables working. I haven't attempted ECU control.
---------------------------------------------------------------------------------------------------
So far I have TE 3.2.2 running. Installation was painless, I ran the install file in XP compatibility mode and manually installed to the X86 program files folder. After installation the program seems to start and run normally without needing any compatibility mode tricks or running in administrator mode.
My first hiccup was in installing extratables. Again I ran the install file in XP mode/X86 directory. But after installation when trying to add the plugin within TE I kept getting a dll 0x80004005 error. After that I tried running TE in XP mode and as an administrator and the program will not start.
I was able to work around the extratables problem by manually registering the DLL file. First open a command prompt with administrator privileges. Then enter the following commands:
cd C:\Program Files (x86)\TurboEDIT PRO\Plugins\Extra Tables
regsvr32 extratables.dll
This seems to get extratables working. I haven't attempted ECU control.