Click here to Skip to main content
15,904,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalinterprocess communication Pin
17-Apr-02 8:07
suss17-Apr-02 8:07 
GeneralRe: interprocess communication Pin
Mike Nordell17-Apr-02 8:09
Mike Nordell17-Apr-02 8:09 
GeneralRe: interprocess communication Pin
Ted Christiansen17-Apr-02 8:47
Ted Christiansen17-Apr-02 8:47 
GeneralPrime Numbers Pin
17-Apr-02 7:39
suss17-Apr-02 7:39 
GeneralRe: Prime Numbers Pin
17-Apr-02 7:46
suss17-Apr-02 7:46 
GeneralRe: Prime Numbers Pin
Mike Nordell17-Apr-02 7:51
Mike Nordell17-Apr-02 7:51 
GeneralRe: Prime Numbers Pin
Jeremy Falcon17-Apr-02 7:54
professionalJeremy Falcon17-Apr-02 7:54 
GeneralRe: Prime Numbers Pin
Mike Nordell17-Apr-02 8:13
Mike Nordell17-Apr-02 8:13 
GeneralRe: Prime Numbers Pin
Jeremy Falcon17-Apr-02 9:23
professionalJeremy Falcon17-Apr-02 9:23 
GeneralRe: Prime Numbers Pin
Mike Nordell17-Apr-02 11:00
Mike Nordell17-Apr-02 11:00 
GeneralCustom browsers with the Webbrowser control Pin
Derek Lakin17-Apr-02 7:19
Derek Lakin17-Apr-02 7:19 
Generalpersist STL collection Pin
17-Apr-02 7:01
suss17-Apr-02 7:01 
GeneralRe: persist STL collection Pin
Joaquín M López Muñoz17-Apr-02 8:36
Joaquín M López Muñoz17-Apr-02 8:36 
QuestionMFC Dialog and Pipes? Pin
Aoife17-Apr-02 6:58
Aoife17-Apr-02 6:58 
AnswerRe: MFC Dialog and Pipes? Pin
Jeremy Falcon17-Apr-02 7:25
professionalJeremy Falcon17-Apr-02 7:25 
GeneralTo get the excel9.cpp & excel9.h Pin
17-Apr-02 6:58
suss17-Apr-02 6:58 
GeneralRe: To get the excel9.cpp & excel9.h Pin
David Viggiano17-Apr-02 8:20
David Viggiano17-Apr-02 8:20 
GeneralRe: To get the excel9.cpp & excel9.h Pin
18-Apr-02 0:01
suss18-Apr-02 0:01 
Generalputref Question Pin
Brian V Shifrin17-Apr-02 6:30
Brian V Shifrin17-Apr-02 6:30 
GeneralRe: putref Question Pin
Brian V Shifrin17-Apr-02 8:33
Brian V Shifrin17-Apr-02 8:33 
QuestionHow to get the stream associated with a SoapSerializer? Pin
Gian Luca17-Apr-02 5:28
Gian Luca17-Apr-02 5:28 
GeneralWin32 question Pin
17-Apr-02 5:26
suss17-Apr-02 5:26 
GeneralRe: Win32 question Pin
Tim Smith17-Apr-02 5:31
Tim Smith17-Apr-02 5:31 
Generalincluding .cpp file Pin
Rajveer17-Apr-02 5:24
Rajveer17-Apr-02 5:24 
GeneralRe: including .cpp file Pin
Phil Speller17-Apr-02 5:39
Phil Speller17-Apr-02 5:39 
This is what the 'extern' keyword is used for. In your ChildFrm.cpp file, JUST use the following (no need for #include "TestGLView.cpp"):

extern float xtrans, ytrans;

Cheers,


Free

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.