Running .NET 2.0 application, problem with ActiveReports

Questions about Wine on Linux
Locked
alexandrnevski
Newbie
Newbie
Posts: 2
Joined: Fri May 18, 2012 6:37 am

Running .NET 2.0 application, problem with ActiveReports

Post by alexandrnevski »

Hello,
I am trying to run the latvian accounting program Zalktis (here is a link to the demo http://www.zalktis.lv/faili/new/Zalktis ... letajs.exe).

Everything looks to work fine (I have installed gdiplus, mdac28, dotnet2, jet40 through winetricks) but printing support.

It uses Active Reports 6 (http://www.datadynamics.com/products/Ac ... rview.aspx) for printing, but when I run report and see the preview - control buttons are missing (I cannot push print button or export to pdf). When I open preview wine sends to terminal:

fixme:shell:URL_ParseUrl failed to parse L"ActiveReports.Viewer6.resources"
fixme:shell:URL_ParseUrl failed to parse L"ActiveReports.Viewer6.resources"
fixme:shell:URL_ParseUrl failed to parse L"Zalktis.resources"
fixme:shell:URL_ParseUrl failed to parse L"Zalktis.resources"
fixme:shell:URL_ParseUrl failed to parse L"Zalktis.resources"
fixme:shell:URL_ParseUrl failed to parse L"Zalktis.resources"
fixme:oleacc:CreateStdAccessibleObject 0x20116 -4 {618736e0-3c3d-11cf-810c-00aa00389b71} 0x32e9e8
fixme:oleacc:CreateStdAccessibleObject 0x20116 -4 {00020404-0000-0000-c000-000000000046} 0x32e9e8
fixme:shell:URL_ParseUrl failed to parse L"ActiveReports.Viewer6.resources"
fixme:shell:URL_ParseUrl failed to parse L"ActiveReports.Viewer6.resources"
fixme:oleacc:CreateStdAccessibleObject 0x200fe -4 {618736e0-3c3d-11cf-810c-00aa00389b71} 0x32e9e8
fixme:oleacc:CreateStdAccessibleObject 0x200fe -4 {00020404-0000-0000-c000-000000000046} 0x32e9e8
fixme:ole:OLEPictureImpl_QueryInterface () : asking for un supported interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4}
fixme:ole:OLEPictureImpl_QueryInterface () : asking for un supported interface {b196b283-bab4-101a-b69c-00aa00341d07}
fixme:ole:OLEPictureImpl_QueryInterface () : asking for un supported interface {00000003-0000-0000-c000-000000000046}
fixme:ole:OLEPictureImpl_QueryInterface () : asking for un supported interface {00000144-0000-0000-c000-000000000046}

.dll files are in program's folder, I have also tried to copy them windows-system - did no help.

Is it possible to make wine use those dll at all?
alexandrnevski
Newbie
Newbie
Posts: 2
Joined: Fri May 18, 2012 6:37 am

Post by alexandrnevski »

Wine version: 1.4-0ubuntu4 (from ubuntu's repos)
OS: Ubuntu 12.04
Locked