Click here to Skip to main content
15,907,396 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where to make is a Loop? Pin
Paul M Watt11-Dec-02 17:17
mentorPaul M Watt11-Dec-02 17:17 
GeneralRe: Where to make is a Loop? Pin
carrie11-Dec-02 20:54
carrie11-Dec-02 20:54 
GeneralRe: Where to make is a Loop? Pin
Christian Graus11-Dec-02 20:57
protectorChristian Graus11-Dec-02 20:57 
GeneralPointer error with SendMessage() and LPARAM Pin
Johann Gerell11-Dec-02 12:34
Johann Gerell11-Dec-02 12:34 
GeneralRe: Pointer error with SendMessage() and LPARAM Pin
Paul M Watt11-Dec-02 12:42
mentorPaul M Watt11-Dec-02 12:42 
GeneralRe: Pointer error with SendMessage() and LPARAM Pin
Johann Gerell11-Dec-02 13:54
Johann Gerell11-Dec-02 13:54 
GeneralRe: Pointer error with SendMessage() and LPARAM Pin
Tim Smith12-Dec-02 2:31
Tim Smith12-Dec-02 2:31 
GeneralRe: Pointer error with SendMessage() and LPARAM Pin
Michael Dunn11-Dec-02 14:55
sitebuilderMichael Dunn11-Dec-02 14:55 
Paul Watt wrote:
You will need to allocate memory using the GlobalAlloc function in order to pass the data between your two applications.

That is incorrect. The local/global distinction is a holdover from Win16. From MSDN:
Memory objects allocated by GlobalAlloc and LocalAlloc are in private, committed pages with read/write access that cannot be accessed by other processes. Memory allocated by using GlobalAlloc with GMEM_DDESHARE is not actually shared globally as it is in 16-bit Windows. This value has no effect and is available only for compatibility. Applications requiring shared memory for other purposes must use file-mapping objects.
I wish it were still as easy as calling GlobalAlloc. Wink | ;)

--Mike--
Friday's GoogleFight results: Britney Spears 2,190,000 - Erica Weichers 23 Frown | :(

1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralRe: Pointer error with SendMessage() and LPARAM Pin
Ravi Bhavnani11-Dec-02 12:50
professionalRavi Bhavnani11-Dec-02 12:50 
GeneralRe: Pointer error with SendMessage() and LPARAM Pin
Johann Gerell11-Dec-02 13:56
Johann Gerell11-Dec-02 13:56 
GeneralRe: Pointer error with SendMessage() and LPARAM Pin
Ravi Bhavnani12-Dec-02 4:03
professionalRavi Bhavnani12-Dec-02 4:03 
GeneralRe: Pointer error with SendMessage() and LPARAM Pin
zarzor11-Dec-02 15:18
zarzor11-Dec-02 15:18 
GeneralTemplate Pin
Gary Kirkham11-Dec-02 10:34
Gary Kirkham11-Dec-02 10:34 
GeneralRe: Template Pin
Maximilien11-Dec-02 10:42
Maximilien11-Dec-02 10:42 
GeneralRe: Template Pin
Alvaro Mendez11-Dec-02 11:04
Alvaro Mendez11-Dec-02 11:04 
QuestionIs this possible? Pin
Mash11-Dec-02 10:17
Mash11-Dec-02 10:17 
AnswerRe: Is this possible? Pin
Christian Graus11-Dec-02 10:30
protectorChristian Graus11-Dec-02 10:30 
AnswerRe: Is this possible? Pin
Ravi Bhavnani11-Dec-02 12:53
professionalRavi Bhavnani11-Dec-02 12:53 
QuestionVC++(6 ) & VC.NET porting problems?? Pin
dyerstein11-Dec-02 9:20
dyerstein11-Dec-02 9:20 
AnswerRe: VC++(6 ) & VC.NET porting problems?? Pin
Christian Graus11-Dec-02 10:02
protectorChristian Graus11-Dec-02 10:02 
GeneralSpace between rows in CListCtrl Pin
Jason Henderson11-Dec-02 9:19
Jason Henderson11-Dec-02 9:19 
GeneralRe: Space between rows in CListCtrl Pin
David Salter11-Dec-02 10:10
David Salter11-Dec-02 10:10 
GeneralRe: Space between rows in CListCtrl Pin
Jason Henderson11-Dec-02 10:24
Jason Henderson11-Dec-02 10:24 
Generalempty virtual method good practice question ... Pin
Maximilien11-Dec-02 9:12
Maximilien11-Dec-02 9:12 
GeneralRe: empty virtual method good practice question ... Pin
Daniel Turini11-Dec-02 9:15
Daniel Turini11-Dec-02 9:15 

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.