wine
Expose COM object to an application running in Wine/Linux
Only one Windows application is troubling me before I开发者_JAVA技巧 can fully move to Linux. It\'s a stock charting application (couldn\'t find any decent one native to Linux) that I\'m running using[详细]
2023-02-08 14:00 分类:问答Wine / native ODBC integration
I\'m trying to connect to a Sage Line 50 database (which is some awful old .DTA format) on a Linux machine. Sage provides ODBC drivers that work under Windows, and approximating the instructions here[详细]
2023-01-29 20:46 分类:问答How can I compile my Windows program into a single Linux binary that runs with Wine?
Just today i checked my ubuntu with installing wine in it , Delphi 3 to 7 worked perfectly (Rad studios did not work because they use .net scraps).[详细]
2023-01-28 09:02 分类:问答How to call Wine dll from python on Linux?
I\'m writing a python script in Linux, and need to call some Windows functions available in Wine.Specifically, AllocateAndInitializeSid开发者_如何转开发 and LookupAccountSidW, to determine who is logg[详细]
2023-01-22 08:15 分类:问答Has anyone gotten MASM Assembly Language working in Wine for Linux?
App开发者_如何学Goarently WIne doesn\'t support 16bit DOS apps. Anyone know how to Get MASM intel-style assembly working in wine?use DosBoxHave you tried using NASM?It\'s free, open source, supports I[详细]
2023-01-20 05:19 分类:问答Simple bash problem related to executing command after previous has stopped (I am not programmer)
#!/bin/sh xmodmap -e \"keycode 49 = equal plus\" cd /media/5F53-7973/BGTrilogy开发者_如何转开发/[详细]
2023-01-15 07:19 分类:问答Serial port access error in WINE
I have a setup in which i use a USB serial adapter + some applicationwhich sends and receives data using that serial usb. But this setup which works on a Windows, or even in a VMWare Virtual windows,[详细]
2023-01-14 12:12 分类:问答How to run a win32 native application that requires sql server native client on MacOSX with winebottler?
I am experimenting with WineBottler and I would like to try to run my win32 native application written in Delphi on OSX.[详细]
2023-01-10 03:28 分类:问答Using Winelib to port a Windows-only GUI toolkit
I love just about everything about the DFL GUI toolkit for D except that it only works on Windows because it\'s basically a pretty, high-level wrapper around the Windows API.How hard would it likely b[详细]
2023-01-07 09:37 分类:问答Create a wrapper for wine that runs under another user?
I have created a user called wine to run Wine under for two reasons: any malicious activity can only damage /home/wine[详细]
2023-01-06 14:43 分类:问答