Thread: Event base application framework

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    31

    Event base application framework

    I've been developing an event based application framework, in many respects its quite similar to MFC but with a much smaller overhead. Its designed to let you get a quick start to building an application whilst still maintaining a level of control through your own methods.

    Has anyone ever come across something like this before? I've been searching, because sometimes I run into problems or think I might be going the wrong way with something (like function pointers for overiding the framework with your own functions).

    Its primarily targetted at Dev-C++ users.

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Check out WTL.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  2. Base Converter Part 2
    By encyclopedia23 in forum C Programming
    Replies: 2
    Last Post: 12-30-2006, 02:42 PM
  3. Base Converter
    By encyclopedia23 in forum C Programming
    Replies: 3
    Last Post: 12-29-2006, 08:55 AM
  4. Starting a NT service through an application?
    By crazyfish in forum Windows Programming
    Replies: 2
    Last Post: 06-06-2005, 10:56 PM
  5. converting numbers from one base to another
    By partnole in forum C++ Programming
    Replies: 4
    Last Post: 10-04-2001, 12:29 PM