Displaying 20 results from an estimated 2000 matches similar to: "resource editor under wine"
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 Nov 18
1
wine code::block openwatcom
hi,
i'm using code::blocks under wine and openwatcom compiler, all is fine, is
working, but when i use option RUN no result, the program is not launching.
help please !
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
2012 Jun 11
0
[LLVMdev] Windows strategy?
On Mon, Jun 11, 2012 at 1:52 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Hi,
Again, this is more of a topic for cfe-dev (copied). LLVM itself works
very well on Windows; it's Clang that has issues.
>
> [Synopsis: Mikael thinks Windows support is overlooked and that this is a
> strategic error. You can skip to the next mail now, if you'd like :-)
> Long,
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:
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
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.
2005 Mar 31
0
installing Win32 Compilers
Installing MinGW32 together with msys-1.* and msysDTK was a breeze. I started
installing lccwin32, only to find problems with the library compilation in
the latter part of installation, with it hanging once it got to
commandline.txt fdlibm.lib lcccrt0.obj libcrt0s.obj stdlib.idx
complex.lib gdbmdll.lib lcccrt0s.obj libml.lib tcconio.lib
daguid.lib gdbm.lib
2011 May 08
0
Re: mysql.exe ERROR 2005 (HY000): Unknown MySQL server host 'loc
Romeo Petruca wrote:
> wine mysql.exe -h localhost -u root -p
First of all, why are you using windows' version or 'mysql' client and not native Linux version?
Romeo Petruca wrote:
> i got this error:
> ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093)
Most likely it's trying to use pipe and fails of course. Add '--protocol=TCP' option.
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>
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
2011 May 08
0
mysql.exe ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093)
Hi,
Fedora 14, wine version 1.3.18
when i try to connect to linux mysql server with command line:
wine mysql.exe -h localhost -u root -p
i got this error:
ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093)
with this command line is all ok.
wine mysql.exe -h 127.0.0.1 -u root -p
linus hosts file /etc/hosts:
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
2012 Jun 11
5
[LLVMdev] Windows strategy?
Hi,
[Synopsis: Mikael thinks Windows support is overlooked and that this is a
strategic error. You can skip to the next mail now, if you'd like :-)
Long, long, long mail follows.]
Before I go on, I'd like to informally apologize for my many postings to
this mailing list. I have no intentions of spamming it, but I still feel a
need to grasp certain things that seem to be implied by the
2009 Sep 04
4
[LLVMdev] An alternate implementation of exceptions
Hi Duncan,
I agree on the problem about linking with code - I actually do mention
this in the paper. I propose adding a new calling convention called
"excall".
The central point of my paper is that only one parameter is needed as the
return value (because of the use of the flag): the EAX register can safely
be used for both the exception instance and the return value as these
never
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
2011 Feb 20
0
[LLVMdev] Fwd: Windows/Visual Studio 2010 warnings (WARNINGS!)
Forwarding to llvmdev
---------- Forwarded message ----------
From: Mikael Lyngvig <mikael at lyngvig.org>
Date: Sun, Feb 20, 2011 at 16:02
Subject: Re: [LLVMdev] Windows/Visual Studio 2010 warnings (WARNINGS!)
To: Anton Korobeynikov <anton at korobeynikov.info>
I was joking about the fact that I am only a Windows user (LLVM
initially does look rather *nix biased).
But I guess you
2007 Sep 19
0
wine multilaguage support, romanian<->english
in a program compiled with openwatcon under windows, i have multilanguage
support, and i can switch from english to romanian with ALT+SHIFT
same program compiled with openwatcom under wine, i don't have multilanguage
support, more, romanian chars are replaced with symbols, how can i have
multilanguage support under wine ?
--
George Enescu 16/13
Hunedoara
mobil: 0720301842
tel. : 0354401534
2007 Sep 25
0
wine and multilanguage support
Hello,
folk's i realy need that to switch from windows to linux&wine
C compiler used OpenWatcom 1.7 under wine & Fedora 7
cod sequence:
SelectObject( hdc, GetStockObject( SYSTEM_FIXED_FONT ));
is used in a internal editor.
compiling under windows i have multi-language support (romanian-language)
compiling under wine in fedora 7 i loose multi-language support
(romanian-language)
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
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