Windows application with ActiveX Control

Questions about Wine on Linux
Locked
Forumseeker
Newbie
Newbie
Posts: 1
Joined: Fri Sep 22, 2023 3:05 am

Windows application with ActiveX Control

Post by Forumseeker »

A Windows Winforms application which makes use of msflexgrid built using visual studio runs correctly on windows.When the same application is made to run on ubuntu using wine ,there are series of errors and the exe does not work as expected.Dotnet framework has been installed using winetricks and also the msflxgrd.ocx is registered using the wine regsvr32 "path of the ocx file" command. Other exe files which do not make use of msflexgrid run as expected.
Can someone guide to effectively run .exe files containig msflexgrid.
Link which redirects to errors produced while executing the application:https://pastebin.com/GHaMDh9m
Locked