Click here to Skip to main content
15,886,873 members
Articles / Desktop Programming / MFC

CPerlWrap - A class wrapper for embedding Perl into your MFC program

Rate me:
Please Sign up or sign in to vote.
4.85/5 (23 votes)
23 Feb 2012CPOL10 min read 215.9K   2.2K   90  
Simple class to allow fast, easy access to Perl and Perl variables.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CPerlWrapper.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_CPERLWRAPPER_FORM           101
#define IDR_MAINFRAME                   128
#define IDR_CPERLWTYPE                  129
#define IDC_PERLCODE                    1002
#define IDC_RUN                         1011
#define IDC_SETVAR                      1012
#define IDC_GETVAR                      1013
#define IDC_SETARRAY                    1014
#define IDC_GETARRAY                    1015
#define IDC_GETWARN                     1016
#define IDC_CLRWARN                     1017
#define IDC_GETERRS                     1018
#define IDC_SETHASH                     1019
#define IDC_GETHASH                     1020
#define IDC_EVAL                        1021

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1022
#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) Thales Visionix
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions