Unable to register custom dll

Questions about Wine on Linux
Locked
latrij
Newbie
Newbie
Posts: 2
Joined: Thu May 12, 2022 2:25 am

Unable to register custom dll

Post by latrij »

Hi everybody,

sorry for my english but I am trying to register a custom dll and get this fixme

Code: Select all

[centos@centtos7 bin]$ regsvr32 custom.dll 
0104:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.ATL" (8.0.50727.6195)
regsvr32: DLL 'custom.dll' registrada correctamente
It then says it is properly registered but can not find it in /usr/lib
I do not know what can i do, neither find info about this missing assembly
¿any work arround for this?

I am using wine-7.3-47-g0c005d1 and mono 6.12.0.107 if that is any hint

thanks in advance, any help is highly apreciated
Locked