Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to add text in video capture Pin
zahid_ash18-Aug-04 1:25
zahid_ash18-Aug-04 1:25 
GeneralHI , Problm in Drag and Drop ,,,, DragQuryFile Pin
zahid_ash18-Aug-04 0:15
zahid_ash18-Aug-04 0:15 
GeneralRe: HI , Problm in Drag and Drop ,,,, DragQuryFile Pin
Niklas L18-Aug-04 1:42
Niklas L18-Aug-04 1:42 
GeneralRe: HI , Problm in Drag and Drop ,,,, DragQuryFile Pin
jmkhael18-Aug-04 1:45
jmkhael18-Aug-04 1:45 
GeneralRe: HI , Problm in Drag and Drop ,,,, DragQuryFile Pin
David Crow18-Aug-04 6:24
David Crow18-Aug-04 6:24 
Questionhow to get the addresses of data_segs Pin
FajoK18-Aug-04 0:08
FajoK18-Aug-04 0:08 
Generalusing externally defined function pointers Pin
erkanina17-Aug-04 23:47
erkanina17-Aug-04 23:47 
GeneralRe: using externally defined function pointers Pin
Ryan Binns17-Aug-04 23:58
Ryan Binns17-Aug-04 23:58 
Erkan Ermis wrote:
What may cause this?

The static keyword. Each file that uses your header file will get its own copy of the variable, so if you set it from one file, other files won't see the change.

Change static to extern and define the variable in one of the .cpp files without the extern keyword. That should help it to work.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: using externally defined function pointers Pin
erkanina18-Aug-04 0:27
erkanina18-Aug-04 0:27 
GeneralRe: using externally defined function pointers Pin
gamitech19-Aug-04 12:51
gamitech19-Aug-04 12:51 
GeneralC2642 error Pin
Just_a_Learner17-Aug-04 23:16
Just_a_Learner17-Aug-04 23:16 
GeneralRe: C2642 error Pin
Ryan Binns18-Aug-04 0:05
Ryan Binns18-Aug-04 0:05 
GeneralRe: C2642 error Pin
Just_a_Learner18-Aug-04 7:11
Just_a_Learner18-Aug-04 7:11 
GeneralDialogue container Pin
mansour_ahmadian17-Aug-04 22:44
mansour_ahmadian17-Aug-04 22:44 
GeneralRasEnumConnections Problem Pin
Muhammad Asif Khan17-Aug-04 21:27
Muhammad Asif Khan17-Aug-04 21:27 
GeneralRe: RasEnumConnections Problem Pin
Antti Keskinen18-Aug-04 1:24
Antti Keskinen18-Aug-04 1:24 
QuestionHow to write algorithms of WIN32 API.? Pin
Rajesh_K_Sharma17-Aug-04 19:54
Rajesh_K_Sharma17-Aug-04 19:54 
AnswerRe: How to write algorithms of WIN32 API.? Pin
Antti Keskinen18-Aug-04 1:09
Antti Keskinen18-Aug-04 1:09 
GeneralConverting Buffer image to DC Pin
uus9917-Aug-04 19:38
uus9917-Aug-04 19:38 
Generalreal time Pin
Michae_geffen17-Aug-04 19:26
Michae_geffen17-Aug-04 19:26 
GeneralRe: real time Pin
Ryan Binns17-Aug-04 19:38
Ryan Binns17-Aug-04 19:38 
GeneralRe: real time Pin
Bob Stanneveld18-Aug-04 3:09
Bob Stanneveld18-Aug-04 3:09 
GeneralRe: real time Pin
Ryan Binns18-Aug-04 3:26
Ryan Binns18-Aug-04 3:26 
GeneralRe: real time Pin
Bob Stanneveld18-Aug-04 7:21
Bob Stanneveld18-Aug-04 7:21 
GeneralRe: real time Pin
Michael Dunn17-Aug-04 21:03
sitebuilderMichael Dunn17-Aug-04 21:03 

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.