Results 1 to 8 of 8

Thread: Windows GUI

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271

    Windows GUI

    Not sure if Ive asked this before but,
    Anyone know of a good free class wrapper for GUI API's with subclassing for VC6?
    I hate MFC and dont care for WTL? Anyone know of something better?

    I started writing my own class wrappers that has methods similiar to VB. After completing class wrappers for textboxes,comboboxes,checkboxes,optionboxes and listboxes, I find that it is very time consuming and im dreading writing classes for the listview,treeview,progressbar and ect.

    Thought Ide better check before wasting anymore time.


    Thanks
    Packetvb

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Well, Qt was recently released under a free license for non-commercial apps. It's a great cross-platform class library, but it's nothing like the WinAPI.
    GTK+ always was free and exists for Windows too. It's not the stablest of implementations though.
    Borland's OWL is not free.
    xWindows is free, cross-platform and quite stable. You could give this one a try.

    Note however that the cross-platform libs strongly discourage subclassing or any other WinAPI specific stuff, because it breaks cross-platform compatibility.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Have to correct you there CornedBee....QT is now only free for Linux again. They stoped supporting the non commerciel licence for WIndows. But I still think I have a copy of QT 2.3X non commerciel version somewhere. Guess I could send it too you if you are intrested.

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by NoteMe
    Have to correct you there CornedBee....QT is now only free for Linux again. They stoped supporting the non commerciel licence for WIndows. But I still think I have a copy of QT 2.3X non commerciel version somewhere. Guess I could send it too you if you are intrested.
    The free windows version is still on their website. I downloaded it not more than a week ago

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    They only released it under the free license a few months ago. Why would they already revoke it?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  6. #6
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    OK...if they did put it up on the page again. Can anyone give me the link to it?

  7. #7
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    Re: Windows GUI

    Originally posted by packetVB
    Not sure if Ive asked this before but,
    Anyone know of a good free class wrapper for GUI API's with subclassing for VC6?
    I hate MFC and dont care for WTL? Anyone know of something better?

    I started writing my own class wrappers that has methods similiar to VB. After completing class wrappers for textboxes,comboboxes,checkboxes,optionboxes and listboxes, I find that it is very time consuming and im dreading writing classes for the listview,treeview,progressbar and ect.

    Thought Ide better check before wasting anymore time.


    Thanks
    Packetvb
    Like you, I wrote my own wrappers for the simple controls and
    also the status bar and listview with sorting and header bitmaps.

    I think the treeview would be fairly easy after you see the
    listview wrapper.

    You could send me a private message and I would be glad to
    share some of the source with you.

    Sorry, I don't know of any other free wrapper classes.

  8. #8
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    I'm writing a few that use standard library semantics. So far I've done the core registry functionality.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width