How to Use windows COM DLL based application

Discussion in 'Linux' started by kmkmahesh, Apr 18, 2018.

  1. kmkmahesh

    kmkmahesh MDL Novice

    Mar 21, 2016
    2
    0
    0
    Hi,

    I am new to ubuntu, I am searching an way how i can use an application(C#) which has dependent on a COM DLL(which is ActiveX Control) and some other windows dll's.

    I actually want to use ZKTECO dlls from ubuntu.
    Please provide the way how i can do that.

    while i am tyring to regsvr32 zkemkeeper.dll
    i am getting regsvr32: Failed to load DLL 'zkemkeeper.dll'
    I tried everything what i can
    some one help me

    Thanks,
    K Mahesh Kumar
     
  2. fabre gastro

    fabre gastro MDL Junior Member

    May 29, 2018
    72
    25
    0
    apt-get update && \
    apt-cache search wine && \
    apt-get install wine64 wine64-bin winetricks
    first command updates the package database, it list all available packages related to wine, where wine stands for "wine is not emulator"
    and lastly it updates wine and also winetricks helps you configuer wine perhaps. i havent used wine since ages. but this should work i guess.