similar to: wine code::block openwatcom

Displaying 20 results from an estimated 70000 matches similar to: "wine code::block openwatcom"

2007 Sep 13
5
problem with exec,system,WinExec, C functions
Hi, i'm using openwatcom under wine, all is ok, but next code will not work: #include <windows.h> void main( void ) { system( "foo.exe" ); } same problem for: #include <windows.h> void main( void ) { WinExec( "foo.exe", SW_SHOW ); } where "foo.exe" is a windows console aplication if i try to launch foo.exe with wine in a terminal window
2007 Sep 07
2
need to use MiKTex under wine, how to
Hi, i know, is odd, but my aplication use MiKTeX under windows, i want to use it under wine. how can i launch "latex.exe", "pdflatex.exe", under wine ? thanks -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 23
1
wine & codeblocks
Hi, I'm using wine-1.3.12 with Fedora 14 Trying to use codeblocks 10.05, install is ok, running ok. Open a new empty file, write some lines in editor, select lines and copy, when i try to paste lines selected is result a crash of codeblocks. -------------------------------------------------------------------------------------------- [code] Reparsing while typing for editor
2007 Nov 12
4
wine and multilanguage support
need to use romanian chars in wine. under KDE all is fine, with romanian and english languages, keyboard layout "winkeys", i can switch between english an romanian. but under wine i don't have romanian language. how can i fix that ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534
2009 Jul 14
2
Wine or Windows
Hi, Writing a C programm, how can i detect if it run under WINE or under WINDOWS ? thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090714/b3bf31a5/attachment.htm>
2008 Jul 07
1
Conflict with openwatcom (wrc)
Whoops. Sorry about that. I wasn't supposed to actually have that as a reply, it was meant to be another top-level post. To summarise, wrc in the Mandriva wine-1.1.0 RPM available from Sourceforge conflicts with the name of "wrc" in openwatcom, which is also a Win32 resource compiler. Cheers, The Viking, Flying Brick Systems.
2010 Oct 22
1
Code::Blocks 10.05
Hi ! I'm using wine 1.3.5 on fedora 12. Problems with Code::blocks 10.05 All is fine, edit, compile, creating projects. If i use copy and paste the IDE is freezing. Any sugestions ? thanks ! -- Petruca Romeo Constantin Str. Munteniei nr. 2A, bl. D2, apt.48 Hunedoara. tel.: 0720301842/0354401534 web : www.perosoft.org
2012 Mar 08
4
How to fully remove a node from Puppet Dashboard (v1.2.4)
I can delete a node in dashboard fine, but when I do a search with the Inventory Search the node shows up again and also then shows up under "Unreported". Any way to get rid of all references to the node? Thanks, -- Romeo -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2008 Feb 29
1
CD-ROM not found UltraISO
Fedora 8 wine 0.9.55 CD-ROM not found in UltraISO how can i fix that ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080229/52b36e01/attachment.htm
2004 Jan 11
24
More words for Allison
Here's the latest batch of words to get shipped out to Allison Smith. Please submit reasonably small changes to me by tomorrow 10:00 AM Eastern time, and I'll add them. As usual, donations to what will be a ~$110 USD expense would be appreciated, as I am paying for this round out of my pocket. Please send to paypal address "jtodd@loligo.com". I did not include all
2007 Feb 18
2
backgroundrb launches concurrent instances of same job
Hi there, Backgroundrb is working pretty well for me but I have a job that launches two of the same job, apparently a minute(?) apart from each other. Should this be happening if I have repeat interval enabled with a job_key? It seems like it should wait until the job is finished before launching a new instance. --Backgroundrb_schedules.yml-- city_updater: :class: :city_updater_worker
2009 Jul 21
1
WINE install of Dreamweaver MX works; but can't launch DWMX
Hello everyone It's me again. I created a new topic because I finally and successfully installed DWMX with Wine on my Ubuntu 9.04 machine (see this topic: http://forum.winehq.org/viewtopic.php?p=27108#27108) Now that everyting installed well, I tried to launch the program...it will not launch. I have added the dramweaver.exe application to winecfg. I have tried launching using terminal. I
2017 Jan 23
1
os/2 support using Watcom
On 01/23/17 01:01 AM, Erik de Castro Lopo wrote: > Dave Yeo wrote: > >> >GCC supports __declspec(dllexport) though it still needs a def file, >> >with no exports. Libtool doesn't currently and as flac uses libtool... > So you're happy with this patch? > > http://lists.xiph.org/pipermail/flac-dev/2017-January/006170.html > No. Lots of errors such
2006 Jul 12
4
How to create rules?
Hi, I have dovecot installed and working fine. I would like (server side) a rule runs on all messages and if it finds certain words in the message it will run a script which will send a new email. How can I create these rules? Do I need another piece of software? Thank you, Romeo
2010 Dec 12
2
Wine is using onboard graphic card instead of the "real" one
hi, I'm trying for some time to get a few games to run and it seems like Wine wants to use my onboard graphic card (ATI HD 3200) instead of my ATI HD 5670. The reason i think that is a) sometimes when launching Starcraft 2 it tells me that the driver for my graphics card HD3200 is out of date and that i should update, and b) i found this when i tried launching Natural Selection 2.: > Build
2009 Mar 25
2
Issues with Wine and Star Wars Galaxies
Having some issues getting Galaxies to launch, I can get other programs within Wine to launch like tvants and other basic programs. I'm using Wine 1.1.7 on Mac OSX 10.5.6 with X11 updated to 2.3.3 and Darwine 1.1.9. When I got to launch Galaxies all I get is a terminal page full of errors. I notice Wine is deferring a lot dlls and I don't know if this is the cause of it or not. It also
2012 Jun 17
0
[LLVMdev] Fwd: RFC: "Building with MinGW on Windows" (DOC, NEW)
Now I can't make CMake use "MSYS Makefiles". I get an error about GNU v4.7.0 being broken as it can't build a simple test program. Using "MinGW Makefiles", everything works out of the box. And I am trying to give the user the most Windowsy experience (to avoid Cygwin, GnuWin32, and MSYS, if I can). So I think I'll stick to my current angle - which is to let the
2012 Feb 01
5
Wine Executes Locally, But Not With Absolute Path
I have an uninstalled portable Windows .exe. When I type the absolute path, it doesn't work: > wine /home/ubuntu/appDir/myApp.exe but, if I cd to the application directory and execute it locally, it works: Code: cd /home/ubuntu/appDir/ wine myApp.exe I'm trying to include it in my Docky dock via a .desktop shortcut I've made in /usr/share/applications/. I don't mind
2005 Jun 15
2
quota management
How does a samba administrator control how much space each share is allowed? Thanks, Romeo. romeo.theriault@maine.edu
2008 Mar 25
0
resource editor under wine
Hello need a resource editor (RC) that work under wine. tested: resedit, resource builder, resed, xnresourceeditor, all borland resource editors, openwatcom resource editor, weditres, all with problems. thanks ! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080325/22100be2/attachment.htm