Page 1 of 1

String resource problems

PostPosted: Feb 7, 2003 @ 7:46am
by cmartella

PostPosted: Feb 7, 2003 @ 9:04am
by Pejo Software - Per

PostPosted: Feb 7, 2003 @ 9:33am
by Sm!rk

PostPosted: Feb 7, 2003 @ 5:09pm
by Dan East
fopen works with (and requires) ANSI char strings. _wfopen and _tfopen (when UNICODE is defined for the latter) work with wide chars.

Dan East

PostPosted: Feb 7, 2003 @ 9:42pm
by Sm!rk

PostPosted: Feb 8, 2003 @ 6:53am
by Dan East
Yes.

Dan East

where to define UNICODE in VC6 ?

PostPosted: Feb 8, 2003 @ 9:51am
by Conan

PostPosted: Feb 8, 2003 @ 4:43pm
by Dan East

error once UNICODE defined

PostPosted: Feb 8, 2003 @ 8:13pm
by Conan