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

Managed C++/CLI

 
GeneralRe: Class intantiation renders app unresponsive Pin
Luc Pattyn14-Dec-07 12:05
sitebuilderLuc Pattyn14-Dec-07 12:05 
GeneralRe: Class intantiation renders app unresponsive Pin
Mark Salsbery14-Dec-07 12:10
Mark Salsbery14-Dec-07 12:10 
GeneralRe: Class intantiation renders app unresponsive Pin
Luc Pattyn14-Dec-07 12:26
sitebuilderLuc Pattyn14-Dec-07 12:26 
GeneralRe: Class intantiation renders app unresponsive Pin
Mark Salsbery14-Dec-07 11:45
Mark Salsbery14-Dec-07 11:45 
GeneralRe: Class intantiation renders app unresponsive Pin
Dewm Solo14-Dec-07 17:54
Dewm Solo14-Dec-07 17:54 
GeneralRe: Class intantiation renders app unresponsive Pin
Jeffrey Walton16-Dec-07 2:28
Jeffrey Walton16-Dec-07 2:28 
GeneralRe: Class intantiation renders app unresponsive Pin
Dewm Solo17-Dec-07 7:41
Dewm Solo17-Dec-07 7:41 
GeneralConfusion Pin
Dewm Solo17-Dec-07 8:25
Dewm Solo17-Dec-07 8:25 
Ok....I think I'm losing it guys.

I added a testclass like this:
<br />
public ref class TestClass {<br />
	public: <br />
		TestClass(String^ jj);<br />
		~TestClass();<br />
<br />
	private:<br />
		String^ sPath;<br />
	};<br />


With implementation like this:
<br />
TestClass::TestClass(String^ jj)<br />
	{<br />
		//<br />
	}<br />
<br />
	TestClass::~TestClass()<br />
	{<br />
		//<br />
	}<br />


How much more simple can it get?

Instantiating it like this:
<br />
private: System::Void button2_Click(System::Object^  sender, System::EventArgs^  e) {<br />
				 MFG::TestClass^ ttt = gcnew MFG::TestClass("test");<br />
				 MessageBox::Show("instance created");<br />
			 }<br />


Works fine on my dev station of course, but it hangs on two other stations here that are non dev.
Dewm Solo - Managed C++ Developer

GeneralRe: Confusion Pin
Dewm Solo17-Dec-07 9:21
Dewm Solo17-Dec-07 9:21 
GeneralRe: Confusion Pin
Dewm Solo18-Dec-07 5:26
Dewm Solo18-Dec-07 5:26 
QuestionI'm lost [modified] Pin
Dewm Solo18-Dec-07 5:41
Dewm Solo18-Dec-07 5:41 
GeneralOnPaint paints over objects Pin
BuckBrown14-Dec-07 9:27
BuckBrown14-Dec-07 9:27 
GeneralRe: OnPaint paints over objects Pin
Christian Graus14-Dec-07 11:21
protectorChristian Graus14-Dec-07 11:21 
QuestionHow do you set fill to none or clear? Pin
BuckBrown14-Dec-07 7:59
BuckBrown14-Dec-07 7:59 
AnswerRe: How do you set fill to none or clear? Pin
BuckBrown14-Dec-07 9:20
BuckBrown14-Dec-07 9:20 
AnswerRe: How do you set fill to none or clear? Pin
Mark Salsbery14-Dec-07 10:14
Mark Salsbery14-Dec-07 10:14 
GeneralResizing Forms Pin
mikobi14-Dec-07 4:33
mikobi14-Dec-07 4:33 
QuestionHow to get a function pointer ? Pin
Ky Nam13-Dec-07 6:02
Ky Nam13-Dec-07 6:02 
AnswerRe: How to get a function pointer ? Pin
dkaatz13-Dec-07 7:35
dkaatz13-Dec-07 7:35 
GeneralRe: How to get a function pointer ? Pin
Ky Nam13-Dec-07 14:46
Ky Nam13-Dec-07 14:46 
GeneralRe: How to get a function pointer ? Pin
Luc Pattyn13-Dec-07 15:05
sitebuilderLuc Pattyn13-Dec-07 15:05 
AnswerRe: How to get a function pointer ? Pin
Ky Nam13-Dec-07 17:42
Ky Nam13-Dec-07 17:42 
AnswerRe: How to get a function pointer ? Pin
George L. Jackson14-Dec-07 3:59
George L. Jackson14-Dec-07 3:59 
GeneralNET controls Pin
mikobi13-Dec-07 3:55
mikobi13-Dec-07 3:55 
GeneralFlash ocx in c++ Pin
topcatalpha12-Dec-07 4:59
topcatalpha12-Dec-07 4:59 

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.