Enter Keywords:
1 - 10 of 62(0.009 seconds)
Sort By:
 
I have code below which loads a text file into an edit box on a dialog window.  Only it only show the first 100 or so characters.  I have scroll boxes etx, but how can I get it to show the whole te...
Zones: Windows MFCDate Answered: 08/03/1998 Rating: 5.4 Views: 0
Hi, I have a server application that accepts socket connections and launches threads to handle these sockets. From each of these threads I want to read in the data, store it in a file and launch...
Zones: Windows MFCDate Answered: 08/10/2000 Rating: 6.0 Views: 0
I have an existing set of MFC extension Dlls that I would like to wrap with a thin COM layer so I can use them with C#. It is important that the resources work correctly within the libraries and...
Zones: Windows MFC, Microso...Date Answered: 01/31/2003 Rating: 7.6 Views: 0
I have the following code in my project: void CIRCServerConnector::SaveServerList(void) {       CFile fileServLst("servlist.dat", CFile::modeCreate | CFile::modeReadWrite);       CArchive arStore(&fi...
Zones: Windows MFCDate Answered: 11/04/2003 Rating: 8.2 Views: 0
After open CArchive how can i find out if its contains "SerializeClass" info or not ???? my OLD code was like this: //------------------ START Of OLD CODE --------------------- void class1::...
Zones: Windows MFCDate Answered: 08/19/2005 Rating: 7.4 Views: 4
Ah hello. Bit of a follow on from a previous question to do with writing a class object this one: class CMyClass : public CObject { public:       DECLARE_SERIAL(CMyClass)       CMyClass() {}       CM...
Zones: Windows MFCDate Answered: 03/30/2006 Rating: 9.8 Views: 0
i need a pair of CFile/CArchive objects that are accessible to all classes in the program in order to log possible errors occured during processing data. any suggestions? is there a better way arou...
Zones: Windows MFCDate Answered: 05/29/1998 Rating: 7.6 Views: 0
Do I have to use a CArchive to either read or send something from a CSocket class?  Any sample that I've seen so far is using the CArchive to read things from the CSocket.  Would you please give me...
Zones: Windows MFCDate Answered: 07/14/1998 Rating: 7.6 Views: 0
My application file structure requires a direct access protocol that is incompatible with the file format produced by CArchive, which functions should I override?
Zones: Windows MFCDate Answered: 08/03/1998 Rating: 7.8 Views: 0
I am learning how to use CSocket and rougly wrote a server and client program. server program: #include <iostream.h> #include <afxsock.h> #include <afx.h> void main() {       bool bInitFlag...
Zones: C++Date Answered: 01/19/2000 Rating: 7.4 Views: 0