Click here to Skip to main content
15,893,381 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralClass Wizard Problem Pin
ElizabethC24-Oct-03 9:20
ElizabethC24-Oct-03 9:20 
GeneralRe: Class Wizard Problem Pin
ElizabethC24-Oct-03 10:17
ElizabethC24-Oct-03 10:17 
GeneralYUV image format Pin
Raphael Kindt24-Oct-03 7:05
Raphael Kindt24-Oct-03 7:05 
GeneralRe: YUV image format Pin
David Crow24-Oct-03 8:29
David Crow24-Oct-03 8:29 
GeneralBUG: Registration of Attributed ATL Component fails with Web References Pin
arun140524-Oct-03 6:41
arun140524-Oct-03 6:41 
QuestionHow to overcome the 32K size limit in CFileDialog? Pin
Ted94424-Oct-03 5:34
Ted94424-Oct-03 5:34 
AnswerRe: How to overcome the 32K size limit in CFileDialog? Pin
David Crow24-Oct-03 6:19
David Crow24-Oct-03 6:19 
GeneralRe: How to overcome the 32K size limit in CFileDialog? Pin
Ted94424-Oct-03 6:33
Ted94424-Oct-03 6:33 
It's not a common problem but an annoying problem for us.
We deal with large 3D medical images, each set can have more than
800 files where each file has filename easily longer than 128 chars.

While it's true some platforms don't have the limit, we don't
have the option to ask the user to choose certain windows to
run. Of course, you run into other problems on Windows 9X, where
the maximum size of memory you can allocate is 256MB. Not good
for processing large size CT images.

Thanks

DavidCrow wrote:
Use Windows 9x/Me and there is no restriction. Also using Unicode on Windows 2000/XP and there is no restriction. Other than that, the 32KB limit is it.

I'm curious if that is really a problem for you. Even if every filename was maxed out at 256 characters, that would yield room for 128 of them.

AnswerRe: How to overcome the 32K size limit in CFileDialog? Pin
valikac24-Oct-03 6:39
valikac24-Oct-03 6:39 
GeneralRe: How to overcome the 32K size limit in CFileDialog? Pin
Ted94424-Oct-03 7:23
Ted94424-Oct-03 7:23 
GeneralDirect x Pin
Member 64940724-Oct-03 5:26
Member 64940724-Oct-03 5:26 
GeneralRe: Direct x Pin
Alexander M.,24-Oct-03 10:10
Alexander M.,24-Oct-03 10:10 
GeneralRe: Direct x Pin
Atlantys24-Oct-03 11:01
Atlantys24-Oct-03 11:01 
GeneralRe: Direct x Pin
Alexander M.,24-Oct-03 11:39
Alexander M.,24-Oct-03 11:39 
GeneralCreateEvent Pin
includeh1024-Oct-03 4:53
includeh1024-Oct-03 4:53 
GeneralRe: CreateEvent Pin
Mike Dimmick24-Oct-03 6:02
Mike Dimmick24-Oct-03 6:02 
GeneralRe: CreateEvent Pin
Alexander M.,24-Oct-03 10:13
Alexander M.,24-Oct-03 10:13 
GeneralThread help Pin
jimNLX24-Oct-03 4:51
jimNLX24-Oct-03 4:51 
GeneralRe: Thread help Pin
includeh1024-Oct-03 4:57
includeh1024-Oct-03 4:57 
GeneralRe: Thread help Pin
Mike Dimmick24-Oct-03 6:12
Mike Dimmick24-Oct-03 6:12 
GeneralRe: Thread help Pin
jhwurmbach24-Oct-03 5:38
jhwurmbach24-Oct-03 5:38 
GeneralRe: Thread help Pin
David Crow24-Oct-03 6:25
David Crow24-Oct-03 6:25 
Generalbandwith monitor Pin
Member 52834324-Oct-03 4:38
Member 52834324-Oct-03 4:38 
GeneralRe: bandwith monitor Pin
Alexander M.,24-Oct-03 9:58
Alexander M.,24-Oct-03 9:58 
GeneralExporting to Excel Pin
doctorpi24-Oct-03 3:36
doctorpi24-Oct-03 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.