This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27797] win32.cc: FormatMessage fails on win98 for network messages
- From: "r_ovidius at eml dot cc" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 6 Jun 2006 18:03:33 -0000
- Subject: [Bug libgcj/27797] win32.cc: FormatMessage fails on win98 for network messages
- References: <bug-27797-7936@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from r_ovidius at eml dot cc 2006-06-06 18:03 -------
After reading more from http://tangentsoft.net/wskfaq/newbie.html [2.7], it
seems MESSAGE_FROM_MODULE won't really work. A lookup table would be needed
like in http://tangentsoft.net/wskfaq/examples/basics/ws-util.cpp for win98.
But, the patch above still works for the time being to avoid the segfault.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27797