Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » writting w32API GUI legally using CDT?
writting w32API GUI legally using CDT? [message #142546] Mon, 04 April 2005 19:04 Go to next message
Eclipse UserFriend
Originally posted by: jacek_migacz.o2.pl

i there any liblary/MFC-like_classes_pack to create windows (c) GUIs
without using BCB/VC/.NET evironments? .. JUST CDT?
Re: writting w32API GUI legally using CDT? [message #142553 is a reply to message #142546] Mon, 04 April 2005 19:32 Go to previous messageGo to next message
Javier Kohen is currently offline Javier KohenFriend
Messages: 35
Registered: July 2009
Member
El lun, 04-04-2005 a las 19:04 +0000, jacekmigacz escribió:
> i there any liblary/MFC-like_classes_pack to create windows (c) GUIs
> without using BCB/VC/.NET evironments? .. JUST CDT?

GTK+ - http://www.gtk.org/
QT - Trolltech (don't know the URL, but it's trivial to find)
and more...

The benefits in those are that they're portable to other platforms as
well.

Greetings,
--
Javier Kohen <jkohen@users.sourceforge.net>
ICQ: blashyrkh #2361802
Jabber: jkohen@jabber.org
Re: writting w32API GUI legally using CDT? [message #142669 is a reply to message #142553] Tue, 05 April 2005 16:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jacek_migacz.o2.pl

about gtk+..

what with linking? - does compiler link gtk+ liblaries into .exe files and
make stand-alone application which run without any special libs installed
into system before running?
Re: writting w32API GUI legally using CDT? [message #142679 is a reply to message #142669] Tue, 05 April 2005 17:31 Go to previous messageGo to next message
Javier Kohen is currently offline Javier KohenFriend
Messages: 35
Registered: July 2009
Member
El mar, 05-04-2005 a las 16:56 +0000, jacekmigacz escribió:
> about gtk+..
>
> what with linking? - does compiler link gtk+ liblaries into .exe files and
> make stand-alone application which run without any special libs installed
> into system before running?

I'm not sure you can statically link GTK+ in general, and I certainly
don't know under Windows, but you can always distribute the GTK+ DLL's
with your application. See http://www.gimp.org/ http://www.gaim.org/ and
others, for applications that do that on Win32.

Greetings,
--
Javier Kohen <jkohen@users.sourceforge.net>
ICQ: blashyrkh #2361802
Jabber: jkohen@jabber.org
Re: writting w32API GUI legally using CDT? [message #142707 is a reply to message #142679] Wed, 06 April 2005 06:57 Go to previous messageGo to next message
Cavit Cahit VURAL is currently offline Cavit Cahit VURALFriend
Messages: 76
Registered: July 2009
Member
Javier Kohen wrote:
> El mar, 05-04-2005 a las 16:56 +0000, jacekmigacz escribió:
>
>>about gtk+..
>>
>>what with linking? - does compiler link gtk+ liblaries into .exe files and
>>make stand-alone application which run without any special libs installed
>>into system before running?
>
>
> I'm not sure you can statically link GTK+ in general, and I certainly
> don't know under Windows, but you can always distribute the GTK+ DLL's
> with your application. See http://www.gimp.org/ http://www.gaim.org/ and
> others, for applications that do that on Win32.
>
> Greetings,

wxWindows http://wxwindows.org/ is another choise.

I use it without any problems.

CC Vural
Re: writting w32API GUI legally using CDT? [message #142744 is a reply to message #142707] Wed, 06 April 2005 15:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nilopaim.gmail.com

Cavit Cahit VURAL wrote:
> Javier Kohen wrote:
>
>> El mar, 05-04-2005 a las 16:56 +0000, jacekmigacz escribió:
>>
>>> about gtk+..
>>>
>>> what with linking? - does compiler link gtk+ liblaries into .exe
>>> files and make stand-alone application which run without any special
>>> libs installed into system before running?
>>
>>
>>
>> I'm not sure you can statically link GTK+ in general, and I certainly
>> don't know under Windows, but you can always distribute the GTK+ DLL's
>> with your application. See http://www.gimp.org/ http://www.gaim.org/ and
>> others, for applications that do that on Win32.
>>
>> Greetings,
>
>
> wxWindows http://wxwindows.org/ is another choise.
>
> I use it without any problems.
>
> CC Vural

Another choice? Fox. www.fox-toolkit.org

Nilo
Re: writting w32API GUI legally using CDT? [message #171484 is a reply to message #142744] Thu, 15 June 2006 20:37 Go to previous message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Nilo Paim wrote:
> Cavit Cahit VURAL wrote:
>> Javier Kohen wrote:
>>
>>> El mar, 05-04-2005 a las 16:56 +0000, jacekmigacz escribió:
>>>
>>>> about gtk+..
>>>>
>>>> what with linking? - does compiler link gtk+ liblaries into .exe
>>>> files and make stand-alone application which run without any special
>>>> libs installed into system before running?
>>>
>>>
>>>
>>> I'm not sure you can statically link GTK+ in general, and I certainly
>>> don't know under Windows, but you can always distribute the GTK+ DLL's
>>> with your application. See http://www.gimp.org/ http://www.gaim.org/ and
>>> others, for applications that do that on Win32.
>>>
>>> Greetings,
>>
>>
>> wxWindows http://wxwindows.org/ is another choise.
>>
>> I use it without any problems.
>>
>> CC Vural
>
> Another choice? Fox. www.fox-toolkit.org
>
> Nilo
Has any one ever gotten DDX DDV macros to work? If not how did you
convert them?
Previous Topic:CPU is not supported by selected debugger
Next Topic:CDT 3.1.2 how to debug inside a eclipse console
Goto Forum:
  


Current Time: Fri Apr 26 12:35:19 GMT 2024

Powered by FUDForum. Page generated in 0.03129 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top