Click here to Skip to main content
16,015,077 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IErrorInfo Pin
Le centriste27-May-02 7:18
Le centriste27-May-02 7:18 
GeneralRe: IErrorInfo Pin
27-May-02 22:31
suss27-May-02 22:31 
GeneralEmbed - Assembly VC++ Pin
Sameer Maggon27-May-02 0:58
Sameer Maggon27-May-02 0:58 
GeneralRe: Embed - Assembly VC++ Pin
Joaquín M López Muñoz27-May-02 2:41
Joaquín M López Muñoz27-May-02 2:41 
GeneralRe: Embed - Assembly VC++ Pin
Sameer Maggon27-May-02 3:10
Sameer Maggon27-May-02 3:10 
GeneralCArchive - query Pin
Ravi Sudhakar27-May-02 0:46
Ravi Sudhakar27-May-02 0:46 
GeneralRe: CArchive - query Pin
Dominik Reichl27-May-02 1:06
Dominik Reichl27-May-02 1:06 
GeneralRe: CArchive - query Pin
Ravi Sudhakar27-May-02 1:24
Ravi Sudhakar27-May-02 1:24 
but i don't know the length of copy.
it's not 1 byte at a byte.

I tried using this too..!

while (ulFilePos != ulFileSize-1)
{
arsrc >> copy;
ardest << copy;
ulFilePos += copy.GetLength();
}

but sometimes it doesn't return correct length when it reads spaces
or something else (all in binary format).

any other go??
GeneralRe: CArchive - query Pin
Dominik Reichl27-May-02 1:21
Dominik Reichl27-May-02 1:21 
GeneralRe: CArchive - query Pin
Ravi Sudhakar27-May-02 2:27
Ravi Sudhakar27-May-02 2:27 
QuestionATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 0:53
Dominik Reichl27-May-02 0:53 
AnswerRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:00
Martin Ziacek27-May-02 1:00 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:04
Dominik Reichl27-May-02 1:04 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:19
Martin Ziacek27-May-02 1:19 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:22
Dominik Reichl27-May-02 1:22 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:48
Martin Ziacek27-May-02 1:48 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:51
Dominik Reichl27-May-02 1:51 
GeneralRe: ATL/COM + MFC: Dialogs? - this is very long message Pin
Martin Ziacek27-May-02 8:38
Martin Ziacek27-May-02 8:38 
GeneralReturning a refrence from a function Pin
Abhishek Narula27-May-02 0:08
Abhishek Narula27-May-02 0:08 
GeneralRe: Returning a refrence from a function Pin
markkuk27-May-02 0:18
markkuk27-May-02 0:18 
GeneralRe: Returning a refrence from a function Pin
Abhishek Narula27-May-02 0:25
Abhishek Narula27-May-02 0:25 
GeneralRe: Returning a refrence from a function Pin
Joaquín M López Muñoz27-May-02 0:14
Joaquín M López Muñoz27-May-02 0:14 
GeneralRe: Returning a refrence from a function Pin
Abhishek Narula27-May-02 0:24
Abhishek Narula27-May-02 0:24 
GeneralRe: Returning a refrence from a function Pin
Joaquín M López Muñoz27-May-02 0:28
Joaquín M López Muñoz27-May-02 0:28 
GeneralRe: Returning a refrence from a function Pin
Alexandru Savescu27-May-02 1:17
Alexandru Savescu27-May-02 1:17 

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.