Click here to Skip to main content
15,881,172 members
Articles / Programming Languages / C++

Push Framework - A C++ toolkit for high performance server development

Rate me:
Please Sign up or sign in to vote.
4.96/5 (86 votes)
23 May 2012Apache15 min read 259.7K   26.9K   316  
Write asynchronous, multithreaded servers in a few lines of code. Monitor realtime activity with a deploy-only dashboard.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ChatClient.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CHATCLIENT_DIALOG           102
#define IDD_DIRECTCHATTAB               103
#define IDD_CONNECTDLG                  104
#define IDD_ROOMCHATTAB                 105
#define IDD_CONSOLETAB                  106
#define IDR_MAINFRAME                   128
#define IDC_TAB1                        1000
#define IDC_EDIT1                       1001
#define IDC_EDIT2                       1002
#define IDC_EDIT3                       1004
#define IDC_SEND                        1007
#define IDC_RADIO_DIRECT                1012
#define IDC_RADIO_ROOM                  1013
#define IDC_COMBO_ROOM                  1015
#define IDC_COMBO_PARTICIPANT           1016
#define IDC_BUTTON_ROOM                 1017
#define IDC_CONNECT                     1019
#define IDC_COMBO1                      1020
#define IDC_JOIN_ROOM                   1021
#define IDC_LOGOUT                      1023
#define IDC_BUTTON1                     1024

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1025
#define _APS_NEXT_SYMED_VALUE           107
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Technical Lead
Tunisia Tunisia
Services:
http://www.pushframework.com/?page_id=890

Comments and Discussions