I am getting a memory error when I run my app on certain versions of NT. I think it has something to do w/ the array size limitations I am assigned to various variables. Does anyone know what the maximum char array size is for NT 4.0 SP 6.1?
Also, what is the maximum length that a path nesting/directory name size? I have my app returning the path name to a char array and I am thinking I might have memory overflow there since some of the data can be very long (eg C:\folder\sub\x\y\z\stuff\my stuff\application_name_date_Host_etc.exe).
I hope I havent' been too confusing here.
Thanks
Also, what is the maximum length that a path nesting/directory name size? I have my app returning the path name to a char array and I am thinking I might have memory overflow there since some of the data can be very long (eg C:\folder\sub\x\y\z\stuff\my stuff\application_name_date_Host_etc.exe).
I hope I havent' been too confusing here.
Thanks