Различия
Здесь показаны различия между двумя версиями данной страницы.
Следующая версия | Предыдущая версия | ||
dev:ubuntu:wine [2011/04/06 14:33] jamis7005 создано |
dev:ubuntu:wine [2011/04/06 14:52] (текущий) jamis7005 |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== Using Wine tips ====== | ====== Using Wine tips ====== | ||
+ | ===== Starting programs ===== | ||
+ | Examples: | ||
+ | wine /media/asutp/promauto/inst/test/work_shd/arcsvr/arcsvr.exe | ||
+ | wine /media/asutp/promauto/inst/test/work_shd/rpsvrtcp/RpSvrTcp.exe -REGSERVER | ||
+ | wine regsvr32 /i c:\\windows\\System32\\opccomn_ps.dll | ||
+ | |||
===== Firebird Client ===== | ===== Firebird Client ===== | ||
For proper connection a wine application as a client to some Firebird server put two libriries to the wine system32 folder: | For proper connection a wine application as a client to some Firebird server put two libriries to the wine system32 folder: | ||
Строка 6: | Строка 12: | ||
gds32.dll | gds32.dll | ||
+ | ===== Serial ports ===== | ||
+ | Adding standard port: | ||
+ | ln -s /dev/ttyS0 ~/.wine/dosdevices/com1 | ||
+ | Adding Moxa serial board port: | ||
+ | ln -s /dev/ttyMI0 ~/.wine/dosdevices/com2 |