DLL not found
-
- Level 1
- Posts: 6
- Joined: Tue Dec 06, 2011 5:37 am
DLL not found
I am testing a Norwegian financial and invoicing software with Wine 1.3.
The app is called "Matrix Økonomi" (www.matrix.no)
Most things seems to work fine, but PDF export is not working. The app says ".dll not found".
I have checked with the publisher and they say that the DLL that they use for generating PDF's is called "DPDF_Gen.dll".
I have confirmed that this file do exist in
.wine > drive_c > Programfiler > Matrix Rs
Thanks for any hints!
The app is called "Matrix Økonomi" (www.matrix.no)
Most things seems to work fine, but PDF export is not working. The app says ".dll not found".
I have checked with the publisher and they say that the DLL that they use for generating PDF's is called "DPDF_Gen.dll".
I have confirmed that this file do exist in
.wine > drive_c > Programfiler > Matrix Rs
Thanks for any hints!
Re: DLL not found
What's the full version? If it's not 1.3.34, upgrade.eagleonorth wrote:I am testing a Norwegian financial and invoicing software with Wine 1.3.
Try registering it.I have confirmed that this file do exist in
.wine > drive_c > Programfiler > Matrix Rs
Code: Select all
wine regsvr32 /path/to/dll
-
- Level 1
- Posts: 6
- Joined: Tue Dec 06, 2011 5:37 am
Thanks for your reply, dimesio
I use Wine 1.3.34 on Xubuntu 10.04
I tried to registered the DLL, but this happens:
err:module:import_dll Library MTxEx.DLL (which is needed by L"C:\\Programfiler\\Matrix Rs\\DPDF_Gen.dll") not found
Failed to load DLL /home/egil/.wine/drive_c/Programfiler/Matrix Rs/DPDF_Gen.dll

I use Wine 1.3.34 on Xubuntu 10.04
I tried to registered the DLL, but this happens:
err:module:import_dll Library MTxEx.DLL (which is needed by L"C:\\Programfiler\\Matrix Rs\\DPDF_Gen.dll") not found
Failed to load DLL /home/egil/.wine/drive_c/Programfiler/Matrix Rs/DPDF_Gen.dll
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
DLL not found
On Tue, Dec 6, 2011 at 4:25 AM, eagleonorth <[email protected]> wrote:
register it first.
James
Does that dll exist on your system? If it does, you may need toThanks for your reply, dimesio :D
I use Wine 1.3.34 on Xubuntu 10.04
I tried to registered the DLL, but this happens:
err:module:import_dll Library MTxEx.DLL (which is needed by L"C:\\Programfiler\\Matrix Rs\\DPDF_Gen.dll")
not found
Failed to load DLL /home/egil/.wine/drive_c/Programfiler/Matrix Rs/DPDF_Gen.dll
register it first.
James
-
- Level 1
- Posts: 6
- Joined: Tue Dec 06, 2011 5:37 am
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
DLL not found
On Tue, Dec 6, 2011 at 8:13 AM, eagleonorth <[email protected]> wrote:
James
Can you try registering the orginal dll after adding this dll through winecfg?That DLL exists in system32 on my Windows machine, but non in Wine.
As a test I tried to copy the DLL over from Windows, and tried to register it.
Result:
DllRegisterServer not implemented in DLL /home/egil/.wine/drive_c/windows/system32/mtxex.dll
James
-
- Level 1
- Posts: 6
- Joined: Tue Dec 06, 2011 5:37 am
Re: DLL not found
Sorry, but I do not understand how to do this... Running winecfg I do not see how I can add the dll.jjmckenzie wrote:Can you try registering the orginal dll after adding this dll through winecfg?
James
Thanks for your patience...
-
- Level 1
- Posts: 6
- Joined: Tue Dec 06, 2011 5:37 am
DLL not found
Here is some more info on that dll.This solution made the application run under Wine, but I had to copy mtxex.dll from Windows. This probably raises copyright issues?
http://dll.paretologic.com/detail.php/mtxex
John
-
- Level 1
- Posts: 6
- Joined: Tue Dec 06, 2011 5:37 am
Re: DLL not found
"The mtxex.dll file is part of the Microsoft Windows Operating System"John Drescher wrote:Here is some more info on that dll.
http://dll.paretologic.com/detail.php/mtxex
John

-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
DLL not found
On Wed, Dec 7, 2011 at 1:32 AM, eagleonorth <[email protected]> wrote:
James
File a bug report asking that the functions of this dll be added to Wine.John Drescher wrote:"The mtxex.dll file is part of the Microsoft Windows Operating System" :(
James
Re: DLL not found
I guess you just enter the following command in your command line (this is the syntax for a mac, but that doesn't matter:eagleonorth wrote:I am testing a Norwegian financial and invoicing software with Wine 1.3.
The app is called "Matrix Økonomi" (www.matrix.no)
Most things seems to work fine, but PDF export is not working. The app says ".dll not found".
I have checked with the publisher and they say that the DLL that they use for generating PDF's is called "DPDF_Gen.dll".
I have confirmed that this file do exist in
.wine > drive_c > Programfiler > Matrix Rs
Thanks for any hints!
Code: Select all
wine ~/.wine/drive_c/Program\ Files/Matrix\ Rs/matrixrs.exe
Code: Select all
cd ~/.wine/drive_c/Program\ Files/Matrix\ Rs/
wine matrixrs.exe