Click here to Skip to main content
15,889,612 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to share a variable between two MFC Dlls? Pin
Hamid_RT15-Mar-09 23:06
Hamid_RT15-Mar-09 23:06 
AnswerRe: How to share a variable between two MFC Dlls? Pin
002comp15-Mar-09 23:09
002comp15-Mar-09 23:09 
GeneralRe: How to share a variable between two MFC Dlls? Pin
Hamid_RT16-Mar-09 4:01
Hamid_RT16-Mar-09 4:01 
AnswerRe: How to share a variable between two MFC Dlls? Pin
Hamid_RT15-Mar-09 21:40
Hamid_RT15-Mar-09 21:40 
QuestionProblem with data type from C++ to C# Pin
Lars_K15-Mar-09 15:59
Lars_K15-Mar-09 15:59 
AnswerRe: Problem with data type from C++ to C# Pin
Joe Woodbury15-Mar-09 17:19
professionalJoe Woodbury15-Mar-09 17:19 
GeneralRe: Problem with data type from C++ to C# Pin
Lars_K15-Mar-09 23:22
Lars_K15-Mar-09 23:22 
AnswerRe: Problem with data type from C++ to C# Pin
Eytukan15-Mar-09 19:38
Eytukan15-Mar-09 19:38 
That happens because you are trying to assign between reference and value types.
You can cast it like:
csharpClass->Text = (double) d;


He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

GeneralRe: Problem with data type from C++ to C# Pin
Lars_K18-Mar-09 8:51
Lars_K18-Mar-09 8:51 
AnswerRe: Problem with data type from C++ to C# Pin
Stuart Dootson15-Mar-09 22:27
professionalStuart Dootson15-Mar-09 22:27 
JokeRe: Problem with data type from C++ to C# Pin
Eytukan15-Mar-09 22:31
Eytukan15-Mar-09 22:31 
GeneralRe: Problem with data type from C++ to C# Pin
Stuart Dootson15-Mar-09 22:50
professionalStuart Dootson15-Mar-09 22:50 
GeneralRe: Problem with data type from C++ to C# Pin
Eytukan15-Mar-09 23:41
Eytukan15-Mar-09 23:41 
Generallink multiple shared libraries o.s linux Pin
al effendi15-Mar-09 15:26
al effendi15-Mar-09 15:26 
GeneralRe: link multiple shared libraries o.s linux Pin
Eytukan15-Mar-09 20:25
Eytukan15-Mar-09 20:25 
GeneralRe: link multiple shared libraries o.s linux Pin
CPallini15-Mar-09 21:13
mveCPallini15-Mar-09 21:13 
GeneralRe: link multiple shared libraries o.s linux Pin
Stuart Dootson15-Mar-09 22:25
professionalStuart Dootson15-Mar-09 22:25 
GeneralRe: link multiple shared libraries o.s linux Pin
al effendi13-Apr-09 5:32
al effendi13-Apr-09 5:32 
QuestionTerminating explorer.exe Pin
hxhl9515-Mar-09 10:46
hxhl9515-Mar-09 10:46 
AnswerRe: Terminating explorer.exe Pin
Kenny McKee15-Mar-09 13:25
Kenny McKee15-Mar-09 13:25 
QuestionRe: Terminating explorer.exe Pin
hxhl9515-Mar-09 13:40
hxhl9515-Mar-09 13:40 
AnswerRe: Terminating explorer.exe Pin
Kenny McKee15-Mar-09 17:54
Kenny McKee15-Mar-09 17:54 
GeneralRe: Terminating explorer.exe [modified] Pin
hxhl9516-Mar-09 8:47
hxhl9516-Mar-09 8:47 
GeneralRe: Terminating explorer.exe Pin
Kenny McKee16-Mar-09 9:40
Kenny McKee16-Mar-09 9:40 
AnswerRe: Terminating explorer.exe Pin
Hamid_RT15-Mar-09 19:43
Hamid_RT15-Mar-09 19:43 

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.