On Sat, Mar 7, 2009 at 5:56 PM, Jeff Latimer lats@yless4u.com.au wrote:
Note that Inet_Ntop is only available in Vista and Windows 2008. Hence the testing of version to avoid breaking the test suite on earlier OS's.
Checking the windows version is not allowed in the tests.
James Hawkins wrote:
On Sat, Mar 7, 2009 at 5:56 PM, Jeff Latimer lats@yless4u.com.au wrote:
Note that Inet_Ntop is only available in Vista and Windows 2008. Hence the testing of version to avoid breaking the test suite on earlier OS's.
Checking the windows version is not allowed in the tests.
How do I work around the function not being available in earlier windows versions?
On Sat, Mar 7, 2009 at 8:14 PM, Jeff Latimer lats@yless4u.com.au wrote:
James Hawkins wrote:
On Sat, Mar 7, 2009 at 5:56 PM, Jeff Latimer lats@yless4u.com.au wrote:
Note that Inet_Ntop is only available in Vista and Windows 2008. Hence the testing of version to avoid breaking the test suite on earlier OS's.
Checking the windows version is not allowed in the tests.
How do I work around the function not being available in earlier windows versions?
Like every other test: function pointers and GetProcAddress.
James Hawkins wrote:
Like every other test: function pointers and GetProcAddress.
Ta. I have not had this problem before.