Click here to Skip to main content
15,886,026 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionchecking Parallel Port Pin
karanba8-Mar-06 3:39
karanba8-Mar-06 3:39 
AnswerRe: checking Parallel Port Pin
valikac8-Mar-06 11:58
valikac8-Mar-06 11:58 
QuestionHow to read a pdf file using c++ Pin
Allang Garder7-Mar-06 17:13
Allang Garder7-Mar-06 17:13 
AnswerRe: How to read a pdf file using c++ Pin
toxcct7-Mar-06 22:14
toxcct7-Mar-06 22:14 
GeneralRe: How to read a pdf file using c++ Pin
prrusa8-Mar-06 9:14
prrusa8-Mar-06 9:14 
QuestionHelp with this basic code Pin
Fu Manchu7-Mar-06 13:56
Fu Manchu7-Mar-06 13:56 
AnswerRe: Help with this basic code Pin
toxcct7-Mar-06 21:45
toxcct7-Mar-06 21:45 
AnswerRe: Help with this basic code Pin
Gavin Taylor7-Mar-06 23:39
professionalGavin Taylor7-Mar-06 23:39 
Your never actually creating an instance of myfoo, try changing your _tmain to:

int _tmain() 
{ 
	MFoo*myfoo = new MFoo( ); // Create an instance of this object
	myfoo->ManagedDoSomeFoo();
	return 0; 
}



Gavin Taylor
w: http://www.gavspace.com



-- modified at 5:39 Wednesday 8th March, 2006
AnswerRe: Help with this basic code Pin
Fu Manchu8-Mar-06 12:01
Fu Manchu8-Mar-06 12:01 
Questionsearchable void* container Pin
Amr Shahin7-Mar-06 2:58
Amr Shahin7-Mar-06 2:58 
AnswerRe: searchable void* container Pin
toxcct7-Mar-06 3:06
toxcct7-Mar-06 3:06 
GeneralRe: searchable void* container Pin
Amr Shahin7-Mar-06 3:10
Amr Shahin7-Mar-06 3:10 
GeneralRe: searchable void* container Pin
John M. Drescher7-Mar-06 3:15
John M. Drescher7-Mar-06 3:15 
GeneralRe: searchable void* container Pin
toxcct7-Mar-06 3:16
toxcct7-Mar-06 3:16 
GeneralRe: searchable void* container Pin
John M. Drescher7-Mar-06 3:22
John M. Drescher7-Mar-06 3:22 
GeneralRe: searchable void* container Pin
John M. Drescher7-Mar-06 3:12
John M. Drescher7-Mar-06 3:12 
GeneralRe: searchable void* container Pin
toxcct7-Mar-06 3:16
toxcct7-Mar-06 3:16 
GeneralRe: searchable void* container Pin
John M. Drescher7-Mar-06 3:24
John M. Drescher7-Mar-06 3:24 
GeneralRe: searchable void* container Pin
Nemanja Trifunovic7-Mar-06 5:46
Nemanja Trifunovic7-Mar-06 5:46 
GeneralRe: searchable void* container Pin
toxcct7-Mar-06 5:51
toxcct7-Mar-06 5:51 
QuestionPrint program in C only Pin
patel mayur6-Mar-06 21:16
patel mayur6-Mar-06 21:16 
AnswerRe: Print program in C only Pin
Ingo6-Mar-06 23:19
Ingo6-Mar-06 23:19 
AnswerRe: Print program in C only Pin
Professor Sharada Ulhas7-Mar-06 7:28
Professor Sharada Ulhas7-Mar-06 7:28 
Questionprinting the address of a non static member function of a clss Pin
Amr Shahin6-Mar-06 3:23
Amr Shahin6-Mar-06 3:23 
AnswerRe: printing the address of a non static member function of a class [edited] Pin
toxcct6-Mar-06 3:34
toxcct6-Mar-06 3:34 

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.