Click here to Skip to main content
15,904,823 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Changing a Cursor? Pin
Rickard Andersson2013-Jan-02 21:13
Rickard Andersson2013-Jan-02 21:13 
GeneralDial-up entry's shortcut ... Pin
FayeGolf13-Jan-02 16:15
FayeGolf13-Jan-02 16:15 
GeneralRe: Dial-up entry's shortcut ... Pin
Joaquín M López Muñoz13-Jan-02 21:09
Joaquín M López Muñoz13-Jan-02 21:09 
GeneralCRichEditCtrl Pin
Dor13-Jan-02 15:59
Dor13-Jan-02 15:59 
GeneralAdding a custom button to Outlook Express using Windows Hook. Pin
Code Freeze13-Jan-02 12:26
Code Freeze13-Jan-02 12:26 
GeneralTo Port or Not To Port... That Is The Question Pin
William Bartholomew13-Jan-02 10:56
William Bartholomew13-Jan-02 10:56 
GeneralRe: To Port or Not To Port... That Is The Question Pin
Mike Nordell13-Jan-02 22:05
Mike Nordell13-Jan-02 22:05 
Generalglobalallocptr or memory files Pin
Philip McGahan13-Jan-02 10:46
Philip McGahan13-Jan-02 10:46 
Your opinion is appreciated. (Global storage, memory files???)

We want to build objects that are loose coupled and fairly easy to test independently. (Object = DLL, OCX, EXE, whatever). The typical amount of data passed between objects is 2 or 3k, but can be as high as 7 or 8 meg. Lastly, all objects are located on the same machine. Currently all objects are built in VC++ but other languages (VB maybe JAVA) will be used in the future.

In our prototype, object_A uses Cfile and Cachive to create a file on disk, then we use PostMessage to inform Object_B of the files name and location. This has worked great for keeping objects loosely coupled and performing independent testing and development.

Speed is not our overriding consideration, but in our release environment it would be desirable to avoid the writing to disk, furthermore the VB people tell me they cann’t read a Carchive format.

Assuming the VB people are correct then we can change our data format that is not a problem. (But not desirable either given the friendly nature of Carchinve.)

My question to you is about globally allocated memory and memory mapped files. First and foremost, if you are aware of a good book on the subject? Secondly, if you are aware of the pros and cons of either choice?

Thank you

LynnPhil@Qwest.net
Wink | ;)
GeneralRe: globalallocptr or memory files Pin
Not Active14-Jan-02 4:28
mentorNot Active14-Jan-02 4:28 
GeneralGDI+ Pin
AJ12313-Jan-02 7:31
AJ12313-Jan-02 7:31 
GeneralRe: GDI+ Pin
AJ12313-Jan-02 7:49
AJ12313-Jan-02 7:49 
GeneralCannot save file. The file may be in use by another application. Pin
Ulf Öhlén13-Jan-02 5:37
Ulf Öhlén13-Jan-02 5:37 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Chris Losinger13-Jan-02 6:00
professionalChris Losinger13-Jan-02 6:00 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Nish Nishant13-Jan-02 6:23
sitebuilderNish Nishant13-Jan-02 6:23 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Michael P Butler13-Jan-02 22:02
Michael P Butler13-Jan-02 22:02 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Stephane Routelous13-Jan-02 6:05
Stephane Routelous13-Jan-02 6:05 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Ulf Öhlén13-Jan-02 6:21
Ulf Öhlén13-Jan-02 6:21 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Nish Nishant13-Jan-02 6:25
sitebuilderNish Nishant13-Jan-02 6:25 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
User 665813-Jan-02 8:42
User 665813-Jan-02 8:42 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Mike Nordell13-Jan-02 22:14
Mike Nordell13-Jan-02 22:14 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Not Active14-Jan-02 4:20
mentorNot Active14-Jan-02 4:20 
GeneralRe: Cannot save file. The file may be in use by another application. Pin
Pizzor200027-Oct-03 5:57
Pizzor200027-Oct-03 5:57 
GeneralCListCtrl Pin
Sonu Kapoor13-Jan-02 2:03
Sonu Kapoor13-Jan-02 2:03 
GeneralRe: CListCtrl Pin
Nish Nishant13-Jan-02 4:18
sitebuilderNish Nishant13-Jan-02 4:18 
QuestionWhat does that mean ( Seen in MDSN )??? Pin
Stephane Routelous12-Jan-02 17:42
Stephane Routelous12-Jan-02 17:42 

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.