Re: IDE with Winemaker

2006-04-12 Thread Stefan Dösinger
Am Dienstag, 11. April 2006 22:43 schrieben Sie:
> In KDevelop, did you set up a new project your ddraw test app? If so, which
> type did you pick? Thanks.
I think I picked a c++ console project.

Stefan


pgp5JeZoMJiW7.pgp
Description: PGP signature



RE: IDE with Winemaker

2006-04-11 Thread Ng, Billy H CIV NAVSEA
In KDevelop, did you set up a new project your ddraw test app? If so, which 
type did you pick? Thanks.

-Original Message-
From: Stefan Dِsinger [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 23, 2006 9:27
To: wine-devel@winehq.org; Ng, Billy H CIV NAVSEA
Subject: Re: IDE with Winemaker


Hi,
> Hi, I am a Windows Developer who is new to the Linux world. Is there any
> IDE (like Visio Studio) I can use with Winemaker? I am trying to port a
> Windows App to Linux Fedora.
I managed to use wineg++ with kdevelop by overriding the compiler. It worked 
quite well for my needs(code a ddraw test app), but I don't know if it works 
for bigger apps. Just set a CC="winegcc", CXX="wineg++" and 
LINK="winegcc" (??) environment variable in the projekt options.

There isn't any IDE which offers an editor for the resource files, so you have 
to edit them by hand.




Re: IDE with Winemaker

2006-03-23 Thread Mike Hearn
On Wed, 22 Mar 2006 15:58:13 -0500, Ng, Billy H CIV NAVSEA wrote:
> Hi, I am a Windows Developer who is new to the Linux world. 
> Is there any IDE (like Visio Studio) I can use with Winemaker? I am
> trying to port a Windows App to Linux Fedora.

Heya,

On Linux the usage of IDEs is much less common than on Windows, and the
usage of powerful generic text editors like emacs or vim is greater. So
I'm afraid no IDE/winemaker integration is likely to exist (I definitely
never heard of it). Winemaker is only ever run once anyway, just use the
command line.

That said, Eclipse has some C/C++ support these days if you want to use
that. But if I were you I'd learn emacs ;) I did and never regretted it
(used to use delphi).

thanks -mike






Re: IDE with Winemaker

2006-03-23 Thread Stefan Dösinger
Hi,
> Hi, I am a Windows Developer who is new to the Linux world. Is there any
> IDE (like Visio Studio) I can use with Winemaker? I am trying to port a
> Windows App to Linux Fedora.
I managed to use wineg++ with kdevelop by overriding the compiler. It worked 
quite well for my needs(code a ddraw test app), but I don't know if it works 
for bigger apps. Just set a CC="winegcc", CXX="wineg++" and 
LINK="winegcc" (??) environment variable in the projekt options.

There isn't any IDE which offers an editor for the resource files, so you have 
to edit them by hand.


pgphSzkLOmA4a.pgp
Description: PGP signature



IDE with Winemaker

2006-03-23 Thread Ng, Billy H CIV NAVSEA
Title: IDE with Winemaker






Hi, I am a Windows Developer who is new to the Linux world. Is there any IDE (like Visio Studio) I can use with Winemaker? I am trying to port a Windows App to Linux Fedora.

Thanks,

Billy.