[ros-bugs] [Bug 2484] _tcschr (and others) don't work.

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Fri Jul 27 13:50:55 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2484





------- Comment #2 from hpoussin at reactos.org  2007-07-27 13:50 CET -------
_tcschr is not a function.
It is an alias, and tchar.h changes it to wcschr() or strchr(), depending if
_UNICODE is defined or not.
Microsoft MSVCRT.DLL doesn't export _tcschr, so if your program really used
this function, it wouldn't even start on MS Windows.

Please check again

By the way, I compiled your sample program with MSVC, and generated executable
doesn't contain any link to _tcschr


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list