Click here to Skip to main content
15,886,724 members
Articles / Programming Languages / C++

CurrencyConvertor: How to Use gSOAP and Webservices, Part One

Rate me:
Please Sign up or sign in to vote.
4.85/5 (45 votes)
23 Mar 2007CPOL4 min read 558.8K   4.2K   71  
How to auto-generate VC++ source and include it in your project
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CurrencyConvertor.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CURRENCYCONVERTOR_DIALOG    102
#define IDR_MAINFRAME                   128
#define IDC_EDIT_SITOAPPOGGIO           1001
#define IDC_COMBO_FROMCURRENCYCODE      1002
#define IDC_EDIT_GSOAPTOOLKIT           1002
#define IDC_STATIC_CURRENCY             1004
#define IDC_COMBO_TOCURRENCYCODE        1005
#define IDC_STATIC_CURRENCY2            1007
#define IDC_BUTTON_GETCONVERTION        1008
#define IDC_LIST_CONVERSIONRATE         1009
#define IDC_BUTTON_HELP                 1010
#define IDC_STATIC_GSOAP                1011
#define IDC_STATIC_SITOAPPOGGIO         1012
#define IDC_STATIC_BY                   1013
#define IDC_STATIC_TEXT                 1014

// 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         1015
#define _APS_NEXT_SYMED_VALUE           101
#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 Code Project Open License (CPOL)


Written By
Software Developer (Senior) Welcome Italia spa
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions