03-02-2021, 08:15 PM
There is no such problem in any version. If you are getting this probably you have an old version of IW in some other folder in your library path.
Please try this:
- In your Delphi IDE go to Tools -> Options
- Select Language/Delphi/Library
- Select the correct platform from the combo box (Windows 32-bit or Windows 64-bit, I recommend you to check both)
- Click on the button Library path
- Check if there is any path there pointing to an old installation of IW. If so, remove it.
- Also, you should move your IW library path up
Click on Save button and see what you get.
Ideally you should create a new empty project, add IWMime to the uses clause of your main form and try to build it.
Please try this:
- In your Delphi IDE go to Tools -> Options
- Select Language/Delphi/Library
- Select the correct platform from the combo box (Windows 32-bit or Windows 64-bit, I recommend you to check both)
- Click on the button Library path
- Check if there is any path there pointing to an old installation of IW. If so, remove it.
- Also, you should move your IW library path up
Click on Save button and see what you get.
Ideally you should create a new empty project, add IWMime to the uses clause of your main form and try to build it.

