Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC and mciSendString Pin
David Crow2-Jun-05 9:55
David Crow2-Jun-05 9:55 
GeneralVC and SharedFolder on Lan Pin
Usman Tasleem Akshaf2-Jun-05 8:05
Usman Tasleem Akshaf2-Jun-05 8:05 
GeneralRe: VC and SharedFolder on Lan Pin
David Crow2-Jun-05 9:00
David Crow2-Jun-05 9:00 
GeneralRe: VC and SharedFolder on Lan Pin
Usman Tasleem Akshaf3-Jun-05 3:54
Usman Tasleem Akshaf3-Jun-05 3:54 
GeneralRe: VC and SharedFolder on Lan Pin
David Crow3-Jun-05 4:08
David Crow3-Jun-05 4:08 
GeneralRe: VC and SharedFolder on Lan Pin
_tasleem6-Jun-05 16:40
_tasleem6-Jun-05 16:40 
GeneralRe: VC and SharedFolder on Lan Pin
David Crow7-Jun-05 3:04
David Crow7-Jun-05 3:04 
Questionstd::string convertion to System __gc * needed? Pin
Hmmkk2-Jun-05 7:49
Hmmkk2-Jun-05 7:49 
Well, this is probably one of the biggest newbie question around here, but I'm having problems with assigning my Label text to a variable (ex a string).
My problem explained with code looks like this:

Label *myLbl;
string myString = "Hello there";

myLbl = new Label;
myLbl->Text = myString; //error C2664 Cannot convert from string to System::String __gc *

This does obviously not work, and I have searched for quite some time now after just a simple sollution to this simple problem, no result finding something. So I hoped someone here could help me out with this one.

Best Regards,
Hmmkk
AnswerRe: std::string convertion to System __gc * needed? Pin
S. Senthil Kumar2-Jun-05 7:58
S. Senthil Kumar2-Jun-05 7:58 
GeneralRe: std::string convertion to System __gc * needed? Pin
Hmmkk2-Jun-05 8:16
Hmmkk2-Jun-05 8:16 
GeneralSpying / Docking Pin
Peter Weyzen2-Jun-05 7:40
Peter Weyzen2-Jun-05 7:40 
GeneralRe: Spying / Docking Pin
Peter Weyzen2-Jun-05 12:38
Peter Weyzen2-Jun-05 12:38 
GeneralRe: Spying / Docking Pin
ThatsAlok2-Jun-05 19:19
ThatsAlok2-Jun-05 19:19 
Generalbit field question Pin
lynchspawn2-Jun-05 7:39
lynchspawn2-Jun-05 7:39 
GeneralRe: bit field question Pin
S. Senthil Kumar2-Jun-05 7:52
S. Senthil Kumar2-Jun-05 7:52 
GeneralRe: bit field question Pin
lynchspawn2-Jun-05 7:55
lynchspawn2-Jun-05 7:55 
GeneralRegister a Class Pin
jerry1211a2-Jun-05 6:47
jerry1211a2-Jun-05 6:47 
GeneralRe: Register a Class Pin
David Crow2-Jun-05 7:15
David Crow2-Jun-05 7:15 
GeneralWorking with CVS Pin
Trollslayer2-Jun-05 6:32
mentorTrollslayer2-Jun-05 6:32 
GeneralRe: Working with CVS Pin
Ravi Bhavnani2-Jun-05 10:25
professionalRavi Bhavnani2-Jun-05 10:25 
GeneralRe: Working with CVS Pin
Trollslayer2-Jun-05 11:07
mentorTrollslayer2-Jun-05 11:07 
GeneralRe: Working with CVS Pin
Ravi Bhavnani2-Jun-05 11:20
professionalRavi Bhavnani2-Jun-05 11:20 
GeneralRe: Working with CVS Pin
Trollslayer2-Jun-05 11:53
mentorTrollslayer2-Jun-05 11:53 
GeneralRe: Working with CVS Pin
Jörgen Sigvardsson2-Jun-05 12:01
Jörgen Sigvardsson2-Jun-05 12:01 
GeneralRe: Working with CVS Pin
Trollslayer2-Jun-05 13:21
mentorTrollslayer2-Jun-05 13:21 

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.