Click here to Skip to main content
15,921,250 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalprotected constructor Pin
leonid dmsi1-Oct-04 12:23
leonid dmsi1-Oct-04 12:23 
GeneralRe: protected constructor Pin
alex.barylski1-Oct-04 16:12
alex.barylski1-Oct-04 16:12 
Generaltypedef for Function Pointer Pin
act_x1-Oct-04 10:59
act_x1-Oct-04 10:59 
GeneralRe: typedef for Function Pointer Pin
Gary R. Wheeler1-Oct-04 12:39
Gary R. Wheeler1-Oct-04 12:39 
GeneralRe: typedef for Function Pointer Pin
Jörgen Sigvardsson1-Oct-04 12:50
Jörgen Sigvardsson1-Oct-04 12:50 
GeneralRe: typedef for Function Pointer Pin
Michael Dunn1-Oct-04 14:03
sitebuilderMichael Dunn1-Oct-04 14:03 
GeneralRe: typedef for Function Pointer Pin
Gary R. Wheeler2-Oct-04 2:00
Gary R. Wheeler2-Oct-04 2:00 
GeneralDLL problem Pin
Larsson1-Oct-04 10:36
Larsson1-Oct-04 10:36 
Hello,
I need to save a CString in a DLL and I don'r get it to work.

*** Program 1 ***
CString sTest;
sTest = "Hello";
MyDll.Test(sTest);

*** Program 2 ***

OnTimer()
MyDll.Test(Will get the value that program 1 put here )

Byt it dont work I get a int 3 error
If I in Program 2 set a value on the CString then it work but then I don't get the value I need.

*** DLL Class ***

void getFunc( CString sValue )

if(sValue.IsEmty())
{
return;
}
else
{
Do something else!
}

So how can I save A special value from program 1
and check it from program 2?

Please help me.
GeneralRe: DLL problem Pin
ThatsAlok1-Oct-04 18:30
ThatsAlok1-Oct-04 18:30 
GeneralRe: DLL problem Pin
Larsson1-Oct-04 22:16
Larsson1-Oct-04 22:16 
General#define style templates and float Pin
J.B.1-Oct-04 9:15
J.B.1-Oct-04 9:15 
GeneralRe: #define style templates and float Pin
David Crow1-Oct-04 9:35
David Crow1-Oct-04 9:35 
GeneralRe: #define style templates and float Pin
vcplusplus1-Oct-04 10:26
vcplusplus1-Oct-04 10:26 
GeneralRe: #define style templates and float Pin
J.B.1-Oct-04 19:46
J.B.1-Oct-04 19:46 
QuestionHow slow is GDI? Pin
Budric B.1-Oct-04 6:13
Budric B.1-Oct-04 6:13 
AnswerRe: How slow is GDI? Pin
Nathan Holt at EMOM1-Oct-04 6:29
Nathan Holt at EMOM1-Oct-04 6:29 
GeneralRe: That did it! Pin
Budric B.1-Oct-04 6:48
Budric B.1-Oct-04 6:48 
GeneralRe: Movie playing software Pin
Nathan Holt at EMOM1-Oct-04 7:05
Nathan Holt at EMOM1-Oct-04 7:05 
GeneralChanging window shapes and colors Pin
V.G1-Oct-04 5:31
V.G1-Oct-04 5:31 
GeneralRe: Changing window shapes and colors Pin
BlackDice1-Oct-04 6:35
BlackDice1-Oct-04 6:35 
GeneralRe: Changing window shapes and colors Pin
V.G1-Oct-04 7:17
V.G1-Oct-04 7:17 
GeneralRe: Changing window shapes and colors Pin
BlackDice1-Oct-04 8:25
BlackDice1-Oct-04 8:25 
GeneralLinking issues Pin
JensB1-Oct-04 4:21
JensB1-Oct-04 4:21 
GeneralRe: Linking issues Pin
valikac1-Oct-04 5:32
valikac1-Oct-04 5:32 
GeneralRe: Linking issues Pin
Anonymous2-Oct-04 12:07
Anonymous2-Oct-04 12:07 

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.