You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloaded the x86 0.4.0 file and ran the simulator. The web page said it was built with COM support. Clicking the register button failed because the COM proxy registration executable was not found. The target directory only contained the exe.config file.
Downloaded the source, rebuilt, ran bat file, no COM proxy executable in packaged file. Also tried building and using the Inno installer, again no COM proxy executable.
Took the COM proxy executable from the Visual Studio Build/Release folder and manually copied it to the correct target directory - success - the COM interfaces were registered and OmniSim made these available to ConformU.
Does the build process / publish bat file for Windows x86 and x64 need modifying?
The text was updated successfully, but these errors were encountered:
Downloaded the x86 0.4.0 file and ran the simulator. The web page said it was built with COM support. Clicking the register button failed because the COM proxy registration executable was not found. The target directory only contained the exe.config file.
Downloaded the source, rebuilt, ran bat file, no COM proxy executable in packaged file. Also tried building and using the Inno installer, again no COM proxy executable.
Took the COM proxy executable from the Visual Studio Build/Release folder and manually copied it to the correct target directory - success - the COM interfaces were registered and OmniSim made these available to ConformU.
Does the build process / publish bat file for Windows x86 and x64 need modifying?
The text was updated successfully, but these errors were encountered: