Page 1 of 1

FILENAME_MAX in eVC3?

PostPosted: Feb 2, 2004 @ 10:06pm
by mlepage
I'm getting some weirdness in eVC3 when compiling for Pocket PC 2002.

I am using FILENAME_MAX and properly including <cstdio> or <stdio.h> but it isn't defined.

It works fine when compiling for PC in VC6.

Is there a trick to getting it to work in eVC3?

PostPosted: Feb 2, 2004 @ 10:12pm
by Kzinti
You should try MAX_PATH defined in <windows.h> or one of it's many sub-headers.

PostPosted: Feb 2, 2004 @ 11:46pm
by mlepage

PostPosted: Feb 2, 2004 @ 11:51pm
by Kzinti