On Fri, Oct 25, 2013 at 7:18 AM, Art Heimsoth <[email protected]>wrote:


> > Let me know if it works for you unchanged.  The we can go from
> > there.
>
> I get an Error popup with the text:
> Error reading resource file: D:\Dropbox\RexxFescue\importList.rc (
> CONTROL    "",IDC_EDIT, WC_EDIT, NOT WS_VISIBLE | NOT
> WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL, 55, 296, 40, 12)
>

Sorry.


>
> Could it be that I am running a different version of the C++ support
> libraries?
>


No, there are some CONTROL statements that the rc parser doesn't / didn't
handle.  I fix them as I run across them.  But, some of the fixes are in
4.2.4.

Use the attached .rc file instead of the one I sent.

--
Mark Miesfeld
// Generated by ResEdit 1.5.11
// Copyright (C) 2006-2012
// http://www.resedit.net

#include <windows.h>
#include <commctrl.h>
#include "importList.h"




//
// Menu resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDM_MENUBAR MENUEX
{
    POPUP "File", 0, 0, 0
    {
        MENUITEM "Reset Directory", IDM_RESET_DIRECORY, 0, 0
        MENUITEM "Import Current", IDM_IMPORT_CURRENT, 0, 0
        MENUITEM "Exit", IDOK, 0, 0
    }
}



//
// Dialog resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_IMPORTER DIALOG 40, 60, 412, 320
STYLE DS_MODALFRAME | DS_SETFONT | WS_CAPTION | WS_GROUP | WS_MAXIMIZEBOX | 
WS_POPUP | WS_SYSMENU
CAPTION "Import File Manager - Preview Verison 1.00.04"
FONT 9, "Tahoma"
{
    CONTROL         "Review Import File Options, change if necessary, then 
click Import to import and continue working, Ok to import and quit, Cancel to 
abort.", IDC_HEADER, WC_STATIC, NOT WS_GROUP | SS_LEFT, 10, 10, 392, 19
    CONTROL         "", IDC_LV, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | 
LVS_SHOWSELALWAYS | LVS_REPORT, 10, 34, 392, 250
    COMBOBOX        IDC_CB, 10, 296, 40, 12, NOT WS_VISIBLE | WS_TABSTOP | 
CBS_DROPDOWNLIST
    EDITTEXT        IDC_EDIT, 55, 296, 40, 12, NOT WS_VISIBLE | NOT WS_BORDER | 
NOT WS_TABSTOP |ES_AUTOHSCROLL
    CONTROL         "Import", IDC_PB_IMPORT, WC_BUTTON, WS_TABSTOP | 
BS_DEFPUSHBUTTON | BS_CENTER | BS_VCENTER, 245, 296, 50, 14
    CONTROL         "OK", IDOK, WC_BUTTON, WS_TABSTOP | BS_DEFPUSHBUTTON | 
BS_CENTER | BS_VCENTER, 300, 296, 50, 14
    CONTROL         "Cancel", IDCANCEL, WC_BUTTON, WS_TABSTOP | BS_PUSHBUTTON | 
BS_CENTER | BS_VCENTER, 352, 296, 50, 14
}
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to