Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling exported functions from a static DLL Pin
led mike7-Aug-08 4:44
led mike7-Aug-08 4:44 
GeneralRe: Calling exported functions from a static DLL Pin
Matthew Faithfull7-Aug-08 4:53
Matthew Faithfull7-Aug-08 4:53 
GeneralRe: Calling exported functions from a static DLL Pin
Yashusid7-Aug-08 5:15
Yashusid7-Aug-08 5:15 
GeneralRe: Calling exported functions from a static DLL Pin
Matthew Faithfull7-Aug-08 5:29
Matthew Faithfull7-Aug-08 5:29 
GeneralRe: Calling exported functions from a static DLL Pin
Yashusid8-Aug-08 0:59
Yashusid8-Aug-08 0:59 
AnswerRe: Calling exported functions from a static DLL Pin
Cedric Moonen7-Aug-08 4:23
Cedric Moonen7-Aug-08 4:23 
AnswerRe: Calling exported functions from a static DLL Pin
toxcct7-Aug-08 4:25
toxcct7-Aug-08 4:25 
QuestionAre THE MFC FTP classes limited to 32bit file sizes? Pin
Paul Deckers7-Aug-08 3:48
Paul Deckers7-Aug-08 3:48 
I have create a small samle app which connects to an FTP servere and returns a list of file names and sizes in a specific folder.

The folder contains a 5+ GB file.

However the GetLength function of the CFtpFileFind class returns 0xFFFFFFFF as a size (approx 4GB). Note that I am using VS2008 and GetLength returns a ULONGLONG unlike the functions prior to MFC 7.

I created my own class using CFtpFileFind as a abse in order to see the actual WIN32_FIND_DATA used and indeed found thet the low order DWORD for the size was set to 0xFFFFFFFF and the high order DWORD was 0x00000000.

Can I deduce from this that the MFC FTP classes do not support >4GB file sizes?
AnswerRe: Are THE MFC FTP classes limited to 32bit file sizes? Pin
led mike7-Aug-08 4:41
led mike7-Aug-08 4:41 
QuestionPassing string array as pointer Pin
__DanC__7-Aug-08 3:47
__DanC__7-Aug-08 3:47 
AnswerRe: Passing string array as pointer Pin
David Crow7-Aug-08 4:01
David Crow7-Aug-08 4:01 
GeneralRe: Passing string array as pointer Pin
__DanC__7-Aug-08 4:11
__DanC__7-Aug-08 4:11 
GeneralRe: Passing string array as pointer Pin
David Crow7-Aug-08 4:19
David Crow7-Aug-08 4:19 
GeneralRe: Passing string array as pointer Pin
__DanC__7-Aug-08 4:22
__DanC__7-Aug-08 4:22 
GeneralRe: Passing string array as pointer Pin
David Crow7-Aug-08 4:55
David Crow7-Aug-08 4:55 
QuestionRe: Passing string array as pointer Pin
Matthew Faithfull7-Aug-08 4:09
Matthew Faithfull7-Aug-08 4:09 
AnswerRe: Passing string array as pointer Pin
__DanC__7-Aug-08 4:14
__DanC__7-Aug-08 4:14 
GeneralRe: Passing string array as pointer Pin
Matthew Faithfull7-Aug-08 4:25
Matthew Faithfull7-Aug-08 4:25 
AnswerRe: Passing string array as pointer Pin
Stephen Hewitt7-Aug-08 14:52
Stephen Hewitt7-Aug-08 14:52 
QuestionIncrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:06
T.RATHA KRISHNAN7-Aug-08 3:06 
QuestionRe: Incrementing a Variable Pin
David Crow7-Aug-08 3:17
David Crow7-Aug-08 3:17 
QuestionRe: Incrementing a Variable Pin
Perspx7-Aug-08 3:18
Perspx7-Aug-08 3:18 
AnswerRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:26
T.RATHA KRISHNAN7-Aug-08 3:26 
GeneralRe: Incrementing a Variable Pin
Cedric Moonen7-Aug-08 3:44
Cedric Moonen7-Aug-08 3:44 
GeneralRe: Incrementing a Variable Pin
T.RATHA KRISHNAN7-Aug-08 3:49
T.RATHA KRISHNAN7-Aug-08 3:49 

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.