[Oorexx-devel] Cannot compile ooRexx for Windows using latest rev. 5307

2009-11-07 Thread Rony G. Flatscher
Hi there, trying to build ooRexx from trunk (rev. 5307) yields the following errors and aborts the build process: rexxutil.cpp(5621) : error C2065: 'WC_ERR_INVALID_CHARS' : undeclared identifier rexxutil.cpp(5649): error C2065: 'WC_ERR_INVALID_CHARS' : undeclared identifier

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev.5307

2009-11-07 Thread Walter Pachl
Servus emsiger Werker!-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev.5307

2009-11-07 Thread Jean-Louis Faucher
Hi Rony, On my system, WC_ERR_INVALID_CHARS is defined when WINVER = 0x0600 (in winnls.h) If I understand correctly http://msdn.microsoft.com/en-us/library/aa383745(VS.85).aspx, this is the case for Window 7, Windows Server 2008, Vista. It's strange it works for me because I have WinXP SP2 and

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev.5307

2009-11-07 Thread Rony G. Flatscher
Bonsoir Jean-Louis, On my system, WC_ERR_INVALID_CHARS is defined when WINVER = 0x0600 (in winnls.h) If I understand correctly http://msdn.microsoft.com/en-us/library/aa383745(VS.85).aspx http://msdn.microsoft.com/en-us/library/aa383745%28VS.85%29.aspx, this is the case for Window 7, Windows

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev. 5307

2009-11-07 Thread Rony G. Flatscher
Hi Mark, trying to build ooRexx from trunk (rev. 5307) yields the following errors and aborts the build process: rexxutil.cpp(5621) : error C2065: 'WC_ERR_INVALID_CHARS' : undeclared identifier rexxutil.cpp(5649): error C2065: 'WC_ERR_INVALID_CHARS' : undeclared identifier This is using

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev. 5307

2009-11-07 Thread Mark Miesfeld
On Sat, Nov 7, 2009 at 8:03 AM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: Hmm, inferring from this it seems that my SDK is outdated? If so, that is not a problem at all as I can update/install a new SDK. Just went to http://msdn.microsoft.com/en-us/windows/bb980924.aspx which

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev. 5307

2009-11-07 Thread Mark Miesfeld
On Sat, Nov 7, 2009 at 8:16 AM, Mark Miesfeld miesf...@gmail.com wrote: On Sat, Nov 7, 2009 at 8:03 AM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: Just went to http://msdn.microsoft.com/en-us/windows/bb980924.aspx which offers a SDK supporitng Windows 7 (dated August 2009) and one

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev. 5307

2009-11-07 Thread Rony G. Flatscher
Mark Miesfeld wrote: On Sat, Nov 7, 2009 at 8:16 AM, Mark Miesfeld miesf...@gmail.com wrote: On Sat, Nov 7, 2009 at 8:03 AM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: Just went to http://msdn.microsoft.com/en-us/windows/bb980924.aspx which offers a SDK supporitng