WineHQ
Category: Main Special Purpose Medialog

Medialog

Special medical database/management system. Helps to automate different medical and administrative routines.

Application Details:

Developer: Post Modern Technology
URL:  

Super Maintainers: About Maintainership

No maintainers. Volunteer today!

For more details and user comments, view the versions of this application

VersionDescriptionLatest RatingLatest Wine version testedTest resultsComments
7.0Last version (from 10.12.2008)Bronze1.1.1310
7.10.xVersion from 28.12.2010Bronze1.3.1510
7.20.xversion 72480 from 23.01.2012Bronze1.4-rc610
HOWTO
­

Install MDAC28, mfc40 libraries using winetrics or downloading packages,

install comctl32 libraries using winetricks and set native comctl32 DLL override in wineconfiguration (bultin libraries work too but have some malfunctions in interface)

Install application,

Copy CFX32.OCX, h5dlg32.dll, mfc40.dll from application distribution or windows to program directory,

Mount windows share with file database, like this

mount -t cifs //server/base /mnt/smb/ -o iocharset=utf8,file_mode=0777,dir_mode=0777

Set russian locale if need

export LANG="ru_RU.UTF-8"

Start the appication, configure database dir and work.

wine ~/.wine/drive_c/Program\ Files/PMT/Medialog/Amstart.exe

Back