PDA

View Full Version : [ubuntu] Register DLL files in ubuntu 9.10 (upgraded)??



dilshannet
January 13th, 2010, 07:35 AM
I need to register some dll files in ubuntu. I used following command n it gives an error,


Z:\home\tharaka>regsvr32 "C:\Program Files\Union Assurance HRM\Alerts.dll"
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\\Program Files\\Union Assurance HRM\\Alerts.dll") not found
Failed to load DLL C:\Program Files\Union Assurance HRM\Alerts.dll

sliketymo
January 13th, 2010, 10:32 AM
A DLL file is a windows file my friend.It will not work natively in Linux,it will need a little help,like maybe Wine.

dilshannet
January 19th, 2010, 07:07 AM
A DLL file is a windows file my friend.It will not work natively in Linux,it will need a little help,like maybe Wine.

I have inatalled WINE. The command regsvr32 is there but it gives an error when i try to register dlls.

sliketymo
January 19th, 2010, 08:53 AM
I need to register some dll files in ubuntu. I used following command n it gives an error,


Z:\home\tharaka>regsvr32 "C:\Program Files\Union Assurance HRM\Alerts.dll"
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\\Program Files\\Union Assurance HRM\\Alerts.dll") not found
Failed to load DLL C:\Program Files\Union Assurance HRM\Alerts.dll


Looks like your missing some pieces to your puzzle.