Click here to Skip to main content
15,910,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CCombobox than Dropdown! Pin
Antti Keskinen10-Dec-03 2:48
Antti Keskinen10-Dec-03 2:48 
GeneralDDE and Netscape Pin
Monty29-Dec-03 1:55
Monty29-Dec-03 1:55 
GeneralRe: DDE and Netscape Pin
Antti Keskinen9-Dec-03 2:59
Antti Keskinen9-Dec-03 2:59 
Generalmultiple list control Pin
abdulsoni9-Dec-03 1:24
abdulsoni9-Dec-03 1:24 
Generalimage processing Pin
satadru9-Dec-03 0:59
satadru9-Dec-03 0:59 
GeneralRe: image processing Pin
KaЯl9-Dec-03 2:25
KaЯl9-Dec-03 2:25 
GeneralI want to export global data in a DLL Pin
Matthew Busche9-Dec-03 0:54
Matthew Busche9-Dec-03 0:54 
GeneralRe: I want to export global data in a DLL Pin
KaЯl9-Dec-03 2:18
KaЯl9-Dec-03 2:18 
Have you tried to put in your DLL header the following declaration?

extern __declspec(dllexport) int x;

and in the DLL code:

int x;

PS. IMHO, global variables suck, especially in an OO design.










Le temps se perd, "Si" n'existe pas
Tous les remords n'y changeront rien
Le temps se perd, "Si" n'existe pas
Donc à présent le choix reste mien

GeneralRe: I want to export global data in a DLL Pin
Matthew Busche9-Dec-03 6:20
Matthew Busche9-Dec-03 6:20 
GeneralRe: I want to export global data in a DLL Pin
KaЯl9-Dec-03 7:00
KaЯl9-Dec-03 7:00 
GeneralRe: I want to export global data in a DLL Pin
Matthew Busche9-Dec-03 8:42
Matthew Busche9-Dec-03 8:42 
GeneralRe: I want to export global data in a DLL Pin
KaЯl9-Dec-03 9:38
KaЯl9-Dec-03 9:38 
GeneralRe: I want to export global data in a DLL Pin
Alexander M.,9-Dec-03 4:53
Alexander M.,9-Dec-03 4:53 
GeneralRe: I want to export global data in a DLL Pin
Matthew Busche9-Dec-03 6:24
Matthew Busche9-Dec-03 6:24 
QuestionAny way out......??? Pin
satadru9-Dec-03 0:51
satadru9-Dec-03 0:51 
AnswerRe: Any way out......??? Pin
Shanmuga Sundar9-Dec-03 1:56
Shanmuga Sundar9-Dec-03 1:56 
GeneralFirst-chance exception in GH_DBM_COMDLL_Stub_MFC_EXE.exe: 0xC0000005: Access Violation Pin
derik_konark9-Dec-03 0:39
derik_konark9-Dec-03 0:39 
GeneralRe: First-chance exception in GH_DBM_COMDLL_Stub_MFC_EXE.exe: 0xC0000005: Access Violation Pin
Mike Dimmick9-Dec-03 3:29
Mike Dimmick9-Dec-03 3:29 
GeneralHELP PLEASE! Pin
bhangie9-Dec-03 0:24
bhangie9-Dec-03 0:24 
GeneralRe: HELP PLEASE! Pin
David Crow9-Dec-03 2:59
David Crow9-Dec-03 2:59 
GeneralRe: HELP PLEASE! Pin
Alexander M.,9-Dec-03 4:51
Alexander M.,9-Dec-03 4:51 
Generalhook functions in another process Pin
RicoH8-Dec-03 23:06
RicoH8-Dec-03 23:06 
GeneralRe: hook functions in another process Pin
jmkhael8-Dec-03 23:23
jmkhael8-Dec-03 23:23 
GeneralRe: hook functions in another process Pin
RicoH8-Dec-03 23:32
RicoH8-Dec-03 23:32 
GeneralRe: hook functions in another process Pin
jmkhael8-Dec-03 23:44
jmkhael8-Dec-03 23:44 

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.