This is the mail archive of the
egcs-bugs@egcs.cygnus.com
mailing list for the EGCS project.
Link Problem...
- To: egcs-bugs@egcs.cygnus.com
- Subject: Link Problem...
- From: textshop@unitel.co.kr
- Date: Fri, 16 Jul 1999 14:30:22 KST
Hello!
<1> First Problem
I want to get window-based executable file.
So I tried as following:
gcc -Wl,--subsystem,windows -o test test.o -lgdi32 -luser32
Nevertheless it works with dos platform.
Help me.
<2> Second problem
I complied resource file with windres in the type of coff.
If there are korean language (namely HANGEUL)characters in the strings
of resouce file, Dialog box can not be created. What is the matter?
Thank you.