Hi res, > Also, the "undecorated" API names are actually macros #defined to the *A > or *W version, depending on whether UNICODE was set. So constructs like > '#ifdef UNICODE / FooW(); / #else / FooA(); / #endif' are pointless as > "Foo" would have been set to the right identifier, 'Foo();' would have > been sufficient. So to summarize: you missed to change the right Win32 > to be an explicit *A call, but "fixed" the other API calls in an > unnecessary complicated way ;)
That's not true, you can't use the undecorated names with "csutil/win32/wintools.h", just I wasn't aware about the non-unicode rule for CS. -- greetings, Piotr Obrzut mailto:[EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
