I have installed a program called Scancat Lite, a radio scanner programming database/tool.
Installation went fine but when I try to start the application I get the following error message: "Component pklink.ocx or one of its dependencies not correctly registered: a file is missing or invalid"
Checking my .wine/drive_c/windows/system32 shows the path with pklink.ocx present.
The application was installed using the original CD-ROM.
Is this fixable?
Jim
Missing component
Re: Missing component
Runchiefjim wrote:Installation went fine but when I try to start the application I get the following error message: "Component pklink.ocx or one of its dependencies not correctly registered: a file is missing or invalid"
Checking my .wine/drive_c/windows/system32 shows the path with pklink.ocx present.
Code: Select all
regsvr32 pklink.ocx
Re: Missing component
That found a missing dll which I was able to locate with Google and download. The application will now start but will not run correctly. The tab for identifying the radio won't work and I can't communicate via the serial port.vitamin wrote:Runin the terminal. If it prints any errors - post them here.Code: Select all
regsvr32 pklink.ocx
Thanks for the assist.
Re: Missing component
Have you setup serial port correctly? Do you have read-write access to it? If it's a usb->serial make sure you put a symlink in dosdecices:chiefjim wrote:vitamin wrote:That found a missing dll which I was able to locate with Google and download. The application will now start but will not run correctly. The tab for identifying the radio won't work and I can't communicate via the serial port.Runin the terminal. If it prints any errors - post them here.Code: Select all
regsvr32 pklink.ocx
Thanks for the assist.
Code: Select all
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1