User Profile

Collapse

Profile Sidebar

Collapse
lewisms
lewisms
Last Activity: Aug 22 '07, 02:41 PM
Joined: Aug 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i managed to fix it in the end via changing the code to use

    using namespace System::Threadi ng;

    here it is, to help any one else

    Code:
    #pragma once
    
    namespace Multi_Thread_Test2 {
    	
    	using namespace System;
    	using namespace System::ComponentModel;
    	using namespace System::Collections;
    	using namespace System::Windows::Forms;
    	using namespace
    ...
    See more | Go to post

    Leave a comment:


  • lewisms
    started a topic .Net c++ multithreading using form1 generated code
    in .NET

    .Net c++ multithreading using form1 generated code

    Hello all,

    I am quite new to c++/. Net so please don't shoot me down for being a newbie. Any way I am trying to make a simple multithreading program that is just to learn the ideas behind it (before I incorporate them in another program). I just can’t seem to get a non-static call to work in my thread that has access to the Form1 variables and controls I need. I can call a non-static function using another class but then I can seem...
    See more | Go to post
No activity results to display
Show More
Working...