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

C / C++ / MFC

 
GeneralRe: hex converting Pin
NewHSKid20-Aug-03 3:38
NewHSKid20-Aug-03 3:38 
GeneralRe: hex converting Pin
David Crow20-Aug-03 3:41
David Crow20-Aug-03 3:41 
GeneralRe: hex converting Pin
Terry O'Nolley20-Aug-03 16:31
Terry O'Nolley20-Aug-03 16:31 
GeneralWeb Browser Control Pin
Steve Thresher20-Aug-03 2:14
Steve Thresher20-Aug-03 2:14 
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 
static anythings and DLL's are always going to be tricky.

You might want to rethink the design a bit and see if you can reorganise the code to use COM objects.

It may mean that you can just pass interface pointers between the application and the DLL's. It may make extensibility and maintenance far simpler, because the smarts for querying for interfaces, and for defending against crossing address spaces, are all inside the component.


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

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 
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 

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.