Atozed / IntraWeb

65 stars 90 forks source link

Delphi XIV IWMonitor2Demo IWThreads unit not found #2

Open AlexTrejoS opened 6 years ago

AlexTrejoS commented 6 years ago

project does not compile, error in uWorkerThread.pas: "Unit IWThreads not found". Am I doing something wrong? Am I missing something? IW 14.2.6, Tokyo 10.2.3

Alexandre-Atozed commented 6 years ago

Very likely you have dcus from old IntraWeb version in your system. Please download and run our removal tool. It will remove all files from bundled IW 14.0.0 (the one that comes with Delphi). The link is here: https://www.atozed.com/intraweb/bundled/removal-tool/

AlexTrejoS commented 6 years ago

Thanks. Do I have to uninstall anything prior to running the removal-tool? I ran it with the option search and list files but don't delete them, and it listed 118 files, many are TMS components (that I use and were installed separatedly).

Alexandre-Atozed commented 6 years ago

Just run it. No need to remove bundled IntraWeb install.

It should work.

Alexandre Machado Atozed Software www.atozed.com Follow IntraWeb on Twitter http://twitter.com/intraweb

Em qua, 11 de jul de 2018 às 12:58, AlexTrejoS notifications@github.com escreveu:

Thanks. Do I have to uninstall anything prior to running the removal-tool? or can I simply run it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Atozed/IntraWeb/issues/2#issuecomment-404011174, or mute the thread https://github.com/notifications/unsubscribe-auth/AMsEoe4pp50DxU7I0svXYZyWDvRVVP8Eks5uFU1ugaJpZM4VIeir .

AlexTrejoS commented 6 years ago

Thanks. I ran the removal tool prior to upgrading to Ultimate. Then I installed TMS. My concern is all the files that were listed are mostly TMS. Will this remove anything that would affect TMS?

Alexandre-Atozed commented 6 years ago

No TMS file will ever be removed. Only IntraWeb files own files.

Em qua, 11 de jul de 2018 às 13:19, AlexTrejoS notifications@github.com escreveu:

Thanks. I ran the removal tool prior to upgrading to Ultimate. Then I installed TMS. My concern is all the files that were listed are mostly TMS. Will this remove anything that would affect TMS?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Atozed/IntraWeb/issues/2#issuecomment-404014112, or mute the thread https://github.com/notifications/unsubscribe-auth/AMsEoRT_Ca63GSzFEAzupCLt-6EmgSzLks5uFVJjgaJpZM4VIeir .

AlexTrejoS commented 6 years ago

Ran the removal tool, tried to recompile and same error: [dcc32 Fatal Error] uWorkerThread.pas(12): F2613 Unit 'IWThreads' not found.

Alexandre-Atozed commented 6 years ago

Please search your Hard disk for IWThreads.dcu (you should have at least one copy of this file inside IntraWeb installation folder). Then check if this folder is in your library path (Delphi IDE -> Tools -> Options -> Delphi Options -> Library -> Library Path (check both platforms, 32-bit and 64-bit Windows).

One of the two are probably missing....

Em qua, 11 de jul de 2018 às 13:42, AlexTrejoS notifications@github.com escreveu:

Ran the removal tool, tried to recompile and same error: [dcc32 Fatal Error] uWorkerThread.pas(12): F2613 Unit 'IWThreads' not found.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Atozed/IntraWeb/issues/2#issuecomment-404017602, or mute the thread https://github.com/notifications/unsubscribe-auth/AMsEoc-EXbsKHbsrUW5D3XCYXQMn53L8ks5uFVe8gaJpZM4VIeir .

AlexTrejoS commented 6 years ago

Searched Hard disck for IWThreads.dcu, file does not exist.