Wine

How to run .exe executable file from linux command line? [closed]

空扰寡人 提交于 2019-12-04 13:53:21
I have one abc.exe executable file in windows. I am able to execute this application using DOS command promt and give some run-time variable to it. I want to do same in linux system from terminal. How can I do this?? Windows EXE files usually can't run on Linux. You might be successful with wine which emulates MS Windows, though: wine abc.exe What do you mean by a runtime variable? A command line argument, or environment variable? chorobas answer is correct, Linux cannot directly run .exe files however with third part software like wine, or running a windows vm to execute your file. 来源: https:

How to use Wine from Apache/Php? - '/var/www' is not owned by you

无人久伴 提交于 2019-12-04 08:38:04
I need to run a windows command line tool from a php script on my Debian server. For that, I'm trying Wine. Invoking wine and the tool via terminal works fine: "$ wine tool.exe" But when running the same from my php script... exec("wine tool.exe"); ...I get the following in my Apache error log: wine: '/var/www' is not owned by you, refusing to create a configuration directory there I guess this is a simple fundamental linux user rights problem... Should I change the user rights for Wine to www-data? How? You should create a separate home directory for running Wine. Create a directory which is

Can't build 32bit Wine on 64bit linux

匿名 (未验证) 提交于 2019-12-03 02:05:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to do this: Build 32bit on 64 bit Linux using an automake configure script? Doesn't work for me :( Compileing wine. I found this in config.log: configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.5.19" | #define PACKAGE_STRING "Wine 1.5.19" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org" | #define PACKAGE_URL "http://www.winehq.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } Configuration fails with: Cannot build

Understanding a Large, Undocumented Set of Source Code? [closed]

大憨熊 提交于 2019-12-03 02:02:49
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I have always been astonished by Wine. Sometimes I want to hack on it, fix little things and generally understand how it works. So, I download the Wine source code and right after that I feel overwhelmed. The codebase is huge and - unlike the Linux Kernel - there are almost

wine can't load my custom build-in dll and report “call to unimplemented function”

匿名 (未验证) 提交于 2019-12-03 01:40:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I can't login WINEHQ Bugzilla, so I ask here and this is the requirement: We have a windows app which we have exe source code, and it used ATL. The dlls the exe depends require some special device, but mostly they have linux version. Now we need to port the windows app to linux. My finally try: write a middle dll to wrap some lib which already is cross platform, the exe will call new middle dll, and I name the middle dll is "WINE custom build-in dll". CUSTOM means I compile this dll.so standalone by winemaker. Everything is fine until run it

GUI引发的一场脑部大战|wine、wsl、mono、gtk、qt

匿名 (未验证) 提交于 2019-12-03 00:14:01
没写完不想写了,先发布吧,这就是一个引子。 在春天种下一颗种子~~~~ GUI引发的一场脑部大战|wine、wsl、mono、gtk、qt 思路开拓了,方法一下子就来了 wine可以运行大部分Windows软件,实在不行还有虚拟机,虚拟机性能弱,还可以进行远程服务器玩耍。 大家都来完善Linux系统,就可以慢慢放弃使用Windows系统了 golang+gtk golang+QT C#+mono dotnet core+gtk# 先说一下我的个人需求吧,就是在Linux上面有一个简单GUI界面,一开始是用golang写的一些小程序,都是命令行模式以及命令行UI。不能有图片之类的东东,so很蛋疼。就想着有那么一个简单的GUI界面。QT先进入了眼帘,因为QT跨平台比较好,但是因为编译时间较长,并且与最开始的需要有点出入。 简单还稳定,肯定要考虑一下GTK了。我使用的系统的deepin基于Ubuntu系统也就是内核为“大便系统”。整个系统的UI都是用gtk写,那么肯定能满足我的需求咯。 开始搞。 golang的gtk库都是个人开发,有些东东不是很完善。 C#+mono 这个嘛,最爽的可以用vs开发然后在Linux上面运行,但是我用的deepin系统,mono那个IDE在这个破系统上面还不能愉快的玩耍,我就不用咋地。 不过嘛可以愉快的运行以及编译好的大部分软件。哈哈哈哈 core 3.0

Ubuntu安装微信,解决deepin“版本过低”或NO_PUBKEY问题

匿名 (未验证) 提交于 2019-12-03 00:11:01
在搜索引擎搜索Ubuntu安装微信,最多的结果是通过deepin安装 但是里面使用的deepin-for-ubuntu 安装之后微信扫码会提示版本过低 直接安装deepin.com.wechat_2.6.8.65deepin0_i386.deb版的微信,会提示以来的deepin-for-ubuntu版本低 解决方式是使用wine直接安装微信 现有的搜索结果很多提示 sudo apt-key add Release.key 后面会报错类似于Ubuntu:NO_PUBKEY(找不到公钥) 解决方式是参考wine官方文档https://wiki.winehq.org/Ubuntu wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key 之后下载windows 安装文件,右键打开方式使用wine即可正常安装使用 来源:博客园 作者: 褐鹤 链接:https://www.cnblogs.com/browncrane/p/11590418.html

[NLP] 语义网络与知识图谱入门(二)

匿名 (未验证) 提交于 2019-12-02 23:59:01
OWL owl用owl:Ontology来声明一个本体。rdf:about属性为本体提供一个名称或引用。根据标准,当rdf:about属性的值为""时,本体的名称是owl: Ontology元素的基准URI。 <owl:Ontology rdf:about = "" > <rdfs:comment> An example OWL ontology </rdfs:comment> <owl:priorVersion rdf:resource = "http://www.w3.org/TR/2003/PR-owl-guide-20031215/wine" /> <owl:imports rdf:resource = "http://www.w3.org/TR/2004/REC-owl-guide-20040210/food" /> <rdfs:label> Wine Ontology </rdfs:label> </owl:Ontology> rdfs:comment 提供了显然必须的为本体添加注解的能力。 owl:priorVersion 是一个为用于本体的版本控制系统提供相关信息(hook)的标准标签。 owl:imports 提供了一种嵌入机制,接受一个用rdf:resource属性标识的参数。导入另一个本体将把那个本体中的全部声引入到当前本体中. rdfs

ubuntu系统安装微信小程序开发工具

匿名 (未验证) 提交于 2019-12-02 21:59:42
在ubuntu系统中安装微信小程序开发工具之前,先要安装wine与git 一、安装wine 1.如果您的系统是64位,启用32位架构(如果您还没有) sudo dpkg --add-architecture i386 2.添加仓库 wget -nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ 如果您的系统是ubuntu17.x,添加仓库的最后一步换为如下: sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main' 如果您的系统是ubuntu18.x,添加仓库的最后一步换为如下: sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' 3.更新包 sudo apt-get update 4.然后安装下列软件包中的一个(个人推荐安装稳定版) 稳定版(Stable branch):sudo apt-get install -

wxWidgets how to cross compile an application for windows from linux using codeblocks?

拈花ヽ惹草 提交于 2019-12-02 21:28:20
问题 I would like to cross compile a wxWidgets application for windows from Linux using the codeblocks IDE. I have read through these instructions which provide some useful information, but the instructions do not cover codeblocks. 回答1: These are the steps I followed on Ubuntu 13.10 (Saucy Salamander) Update the system and install mingw32 and wine: sudo apt-get update && sudo apt-get upgrade sudo apt-get install mingw32 wine Install wxWidgets 2.8 from source: sudo su - cd /opt wget http:/