> On Fri, Feb 15, 2013 at 6:05 PM, Mark Miesfeld <miesf...@gmail.com> > wrote: > >> On Fri, Feb 15, 2013 at 5:41 PM, Art Heimsoth >> <artst...@artheimsoth.com> wrote: >> >> >>> Thanks for all the help and suggestions, but I have run into a >>> road block >>> > for right now. I downloaded and installed the SDK 7.1 level on my > XP >> >> > The Resedit problem can be fixed by making sure the right includes > are done. I'll have to look up what is needed. >> > > In your resource file do you have these includes at the top? > > > #include <windows.h> > #include <winuser.h> > #include <commctrl.h>
I had #include <richedit.h> and not the #include <winuser.h> but when I added the winuser.h it did not make any difference. I still get the undefined error. In looking at the includes, the #define for that attribute is defined in Commctrl.h and has a #if around it of #if (_WIN32_IE >= 0x500) so that tells me that my Win32_IE is not >= 0x500 - do you know how/where that value is specified or what it represents? I am runing 32 bit XP with IE 8.0. > > #include "whatever your .h file is" > > > When I have DTS_SHORTDATECENTURYFORMAT in my .rc file, resedit > loads it okay. But in the properties for the date time picker, > resedit always shows long format. Still, if I change it to short > date century and save, it does write out DTS_SHORTDATECENTURYFORMAT > to the .rc file > > > This worked for me: > > > resedit -convert userStringDTP.rc userStringDTP.dll > > > userStringDTP.rc has the .flag in it. > > > I'd try VC++ 2010, it should work. Yes, it works just fine.. but until I find out why the WIN32_IE is not satisfying the #if statement, I will continue to maintain the .rc manually. > -- > Mark Miesfeld -- Art Heimsoth - artst...@artheimsoth.com ------------------------------------------------------------------------------ The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials, tech docs, whitepapers, evaluation guides, and opinion stories. Check out the most recent posts - join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Oorexx-users mailing list Oorexx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-users