Use Tongda Xin, Qian Long, Tonghua Shun, and great smart software through wine

Source: Internet
Author: User
Use the universal Linux technology-Linux technology and application information of Tongda Xin, Qian Long, Tonghua Shun, and great smart software through wine. The following is a detailed description. Wine 0.9.57

1. Flush
You need to use IE4linux, open the download of the flush software in ie, and select "open" instead of saving. This installation process is relatively simple. After installation, the program initiator will appear in the Application menu wine. You need to set the font after starting the program.

However, I found that the keyboard genie is not usable. I have not found a solution for the moment.

2. Qian Long flagship
Copy the Qian Long Directory installed in windows to drive_c/program files. Find msvcp60.dll and mfc42.dll in windows and copy them to qj directory of Qianlong directory. Create a new starter named "wine"/home/wangc/. wine/drive_c/Program Files/qijian/qj/QJ.exe ""

Do not install gecko after the program is started. I am not able to use gecko after it is installed.

3. Communication 6.25
This is the most troublesome. You must compile and install wine, because wine needs to be patched.

Download the source code of wine and decompress it for backup.
Http://sourceforge.net/project/s... 41 & package_id = 77449

Install the following Dependencies
Sudo apt-get install flex bison fontforge xlibs-static-dev libfreetype6-dev libxext-dev

It doesn't matter if other dependencies are installed.
Libcupsys2-dev libsane-dev libgphoto2-2-dev libxxf86vm-dev libcapi20-dev

Install the patch. Otherwise, the patch cannot be installed.
Sudo apt-get install patch

Download the charset. patch File
Place the patch file in the directory after wine Decompression
Patch-p1 <charset. patch

Modify the dlls/gdi32/freetype. c file
Replace rows from 3015 to 3028

If (! StrcmpiW (lf. lfFaceName, SymbolW ))
Lf. lfCharSet = SYMBOL_CHARSET;

If (lf. lfCharSet = DEFAULT_CHARSET | lf. lfCharSet = ANSI_CHARSET)

{

Int codepage = 936;/* I'm Chinese. Let me do something selfish .*/

Char * env_wdc = getenv ("WINE_DEFAULT_CODEPAGE ");

If (env_wdc! = NULL)

{

Codepage = atoi (env_wdc );

}

FIXME ("Dirty hack. Default and ansi charset is translated to getenv (\" WINE_DEFAULT_CODEPAGE \ ") \ n ");

If (! TranslateCharsetInfo (DWORD *) (INT_PTR) codepage, & csi, TCI_SRCCODEPAGE )){

FIXME ("OMG. Even this dirty hack doesn't work. Let's PRAY. \ n ");

Csi. fs. fsCsb [0] = 0;

}

Lf. lfCharSet = csi. ciCharset;

}

Else if (! TranslateCharsetInfo (DWORD *) (INT_PTR) lf. lfCharSet, & csi, TCI_SRCCHARSET )){

Switch (lf. lfCharSet ){

Case DEFAULT_CHARSET:

Csi. fs. fsCsb [0] = 0;

Break;

Default:

FIXME ("Untranslated charset % d \ n", lf. lfCharSet );

Csi. fs. fsCsb [0] = 0;

Break;

}

}

Then compile and install wine
./Configure
Make
Sudo make install

Copy all the installation directories of the windows Communication Letter to drive_c/program files. Create a new starter named "wine"/home/wangc/. wine/drive_c/Program Files/tdx/TdxW.exe ""

Start the program. After logging on, you will be required to install gecko. You can select "cancel". If you select "install", it will not affect the communication, but Qian Long cannot be used. Set the font.

4. Great wisdom
The installation method is the same as that of Qian Long.

5. Big smart flash
Http://flashhq.gw.com.cn/hq.swf
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.