Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBrowser communication through JNI Pin
nikhilkhedkar20-Aug-03 2:13
nikhilkhedkar20-Aug-03 2:13 
Generalmediaplayer server Pin
andreimihail@yahoo.com20-Aug-03 2:08
andreimihail@yahoo.com20-Aug-03 2:08 
Generalsharing data hell Pin
Dangleberry20-Aug-03 2:00
sussDangleberry20-Aug-03 2:00 
GeneralRe: sharing data hell Pin
Andrew Walker20-Aug-03 2:09
Andrew Walker20-Aug-03 2:09 
GeneralRe: sharing data hell Pin
Dangleberry20-Aug-03 2:24
sussDangleberry20-Aug-03 2:24 
GeneralRe: sharing data hell Pin
Andrew Walker20-Aug-03 3:15
Andrew Walker20-Aug-03 3:15 
GeneralRe: sharing data hell Pin
Blake Miller20-Aug-03 4:54
Blake Miller20-Aug-03 4:54 
GeneralRe: sharing data hell Pin
Dangleberry20-Aug-03 5:33
sussDangleberry20-Aug-03 5:33 
Yes, I have tried this approach to no avail. Using the #pragma data_seg approach. Are there any really simple examples that show how to create such a system? For instance I think I fell down not knowing how to create the object in the application ready for when the dll loads. I had in the app AND dll:

#pragma daa_seg(".myseg")
myclass interface;
#pragma data_seg()

Is this correct or do I only have to declare it once in the app? I also tried a simple int arse = 0; in the dll and app then loaded the dll in the app, modified the int, and still the int was the same in the app (which was different to the modified dll). Just can't see why its failing. Of course if a solution could be found this way it would be preferable because I wouldn't have to learn all that COM stuff (although very interesting, and would be very useful in this instance, this way would save me lots of time Smile | :) ). Any chance of breaking it down into baby steps using an int in a dll and exe as an example?

Cheers, Alan.
GeneralRe: sharing data hell Pin
Dangleberry20-Aug-03 5:34
sussDangleberry20-Aug-03 5:34 
GeneralRe: sharing data hell Pin
Dangleberry20-Aug-03 5:18
sussDangleberry20-Aug-03 5:18 
Generalxp thems support Pin
Roger Alsing20-Aug-03 1:46
Roger Alsing20-Aug-03 1:46 
GeneralRe: xp thems support Pin
Paul Vickery16-Jul-04 1:19
professionalPaul Vickery16-Jul-04 1:19 
Questionno search thread atrribution on the forum? Pin
includeh1020-Aug-03 1:38
includeh1020-Aug-03 1:38 
AnswerRe: no search thread atrribution on the forum? Pin
Steve S20-Aug-03 5:47
Steve S20-Aug-03 5:47 
GeneralI want to display bitmap very fast ... Pin
MCING20-Aug-03 1:16
MCING20-Aug-03 1:16 
GeneralRe: I want to display bitmap very fast ... Pin
includeh1020-Aug-03 1:41
includeh1020-Aug-03 1:41 
GeneralRe: I want to display bitmap very fast ... Pin
Dangleberry20-Aug-03 1:47
sussDangleberry20-Aug-03 1:47 
GeneralRe: I want to display bitmap very fast ... Pin
Shog920-Aug-03 7:16
sitebuilderShog920-Aug-03 7:16 
GeneralBitmap and Dialog Pin
hph20-Aug-03 1:07
hph20-Aug-03 1:07 
GeneralRe: Bitmap and Dialog Pin
Member 42425920-Aug-03 1:35
Member 42425920-Aug-03 1:35 
GeneralRe: Bitmap and Dialog Pin
hph20-Aug-03 2:08
hph20-Aug-03 2:08 
GeneralRe: Bitmap and Dialog Pin
Member 42425920-Aug-03 3:08
Member 42425920-Aug-03 3:08 
GeneralRe: Bitmap and Dialog Pin
hph20-Aug-03 3:13
hph20-Aug-03 3:13 
GeneralRe: Bitmap and Dialog Pin
Anonymous20-Aug-03 3:35
Anonymous20-Aug-03 3:35 
GeneralRe: Bitmap and Dialog Pin
hph20-Aug-03 3:39
hph20-Aug-03 3:39 

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.