Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows Console Applications Pin
Hamid_RT4-Jan-08 18:16
Hamid_RT4-Jan-08 18:16 
Generalissue Pin
gentleguy4-Jan-08 0:25
gentleguy4-Jan-08 0:25 
GeneralHey man, C++ arrays are 0-based Pin
CPallini4-Jan-08 0:35
mveCPallini4-Jan-08 0:35 
GeneralRe: issue Pin
vibindia4-Jan-08 1:20
vibindia4-Jan-08 1:20 
GeneralWindows 2003 server and Long File Names Pin
vikramlinux4-Jan-08 0:14
vikramlinux4-Jan-08 0:14 
QuestionRe: Windows 2003 server and Long File Names Pin
David Crow4-Jan-08 2:56
David Crow4-Jan-08 2:56 
GeneralRe: Windows 2003 server and Long File Names Pin
vikramlinux4-Jan-08 3:07
vikramlinux4-Jan-08 3:07 
GeneralRe: Windows 2003 server and Long File Names Pin
David Crow4-Jan-08 3:17
David Crow4-Jan-08 3:17 
vikrams wrote:

I looked into SHCreateDirectory. I found a limit of 248 chars.


SHCreateDirectoryEx() has a limit of MAX_PATH characters, but it will create folders recursively.

vikrams wrote:
But When I look CreateDirectory [naming a file link ] I got confused.


CreateDirectoryEx() has a limit of 32,000 characters when Unicode is used.

"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: Windows 2003 server and Long File Names Pin
vikramlinux4-Jan-08 3:55
vikramlinux4-Jan-08 3:55 
GeneralRe: Windows 2003 server and Long File Names Pin
Dave Kreskowiak4-Jan-08 9:04
mveDave Kreskowiak4-Jan-08 9:04 
GeneralRe: Windows 2003 server and Long File Names Pin
vikramlinux6-Jan-08 20:42
vikramlinux6-Jan-08 20:42 
Questionunable to understand what is the problem? Pin
bankey10104-Jan-08 0:06
bankey10104-Jan-08 0:06 
AnswerRe: unable to understand what is the problem? Pin
Maxwell Chen4-Jan-08 0:22
Maxwell Chen4-Jan-08 0:22 
AnswerRe: unable to understand what is the problem? Pin
CPallini4-Jan-08 0:28
mveCPallini4-Jan-08 0:28 
GeneralRe: unable to understand what is the problem? Pin
bankey10104-Jan-08 0:48
bankey10104-Jan-08 0:48 
GeneralRe: unable to understand what is the problem? Pin
CPallini4-Jan-08 2:58
mveCPallini4-Jan-08 2:58 
AnswerRe: unable to understand what is the problem? Pin
Rajesh R Subramanian4-Jan-08 1:16
professionalRajesh R Subramanian4-Jan-08 1:16 
AnswerRe: unable to understand what is the problem? Pin
David Crow4-Jan-08 2:59
David Crow4-Jan-08 2:59 
GeneralLNK2001 unresolved external symbol Pin
subramanyeswari4-Jan-08 0:02
subramanyeswari4-Jan-08 0:02 
GeneralRe: LNK2001 unresolved external symbol Pin
subramanyeswari4-Jan-08 0:20
subramanyeswari4-Jan-08 0:20 
GeneralRe: LNK2001 unresolved external symbol Pin
Maxwell Chen4-Jan-08 0:23
Maxwell Chen4-Jan-08 0:23 
GeneralRe: LNK2001 unresolved external symbol Pin
Iain Clarke, Warrior Programmer4-Jan-08 0:33
Iain Clarke, Warrior Programmer4-Jan-08 0:33 
GeneralRe: LNK2001 unresolved external symbol Pin
Iain Clarke, Warrior Programmer4-Jan-08 0:34
Iain Clarke, Warrior Programmer4-Jan-08 0:34 
Questionhow i can Copy the mailbox mail into the text file ? Pin
vaibhi3-Jan-08 22:44
vaibhi3-Jan-08 22:44 
GeneralGetWindowText in thread fails [modified] Pin
followait3-Jan-08 21:39
followait3-Jan-08 21:39 

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.