Click here to Skip to main content
16,015,679 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralReading web services Pin
Nish Nishant26-May-02 21:42
sitebuilderNish Nishant26-May-02 21:42 
GeneralRe: Reading web services Pin
James T. Johnson27-May-02 5:44
James T. Johnson27-May-02 5:44 
GeneralRe: Reading web services Pin
Nish Nishant27-May-02 14:49
sitebuilderNish Nishant27-May-02 14:49 
GeneralRe: Reading web services Pin
James T. Johnson27-May-02 14:53
James T. Johnson27-May-02 14:53 
GeneralRe: Reading web services Pin
Nish Nishant27-May-02 19:54
sitebuilderNish Nishant27-May-02 19:54 
GeneralHelp Needed Pin
zygo650025-May-02 5:24
zygo650025-May-02 5:24 
GeneralRe: Help Needed Pin
Nish Nishant25-May-02 18:30
sitebuilderNish Nishant25-May-02 18:30 
GeneralHelp - unmanaged threads and IJW DLL Pin
22-May-02 17:52
suss22-May-02 17:52 
Help! I have this problem. I am linking to an unmanaged DLL using IJW (just including the headers). This DLL is thread-safe and calls must run in a thread.

I have used the System::Threading classes to create a thread. However, the thread class I have must be integrated into an unmanaged class that inherits from a base class in the dll:

e.g.

class A : public QQLListener {} where QQLListener is a class in the unmanaged DLL library. However, the thread must be in class A, but you cannot use System::Threading in an unmanaged class and the class CANNOT be managed because it must inherit from an unmanaged abstract base class.

What is a solution? Is there a non .NET framework Threading library? My application cannot use MFC, it must be console mode. I need a threading system that works in unmanaged code in console mode in a .NET managed C++ project. Any ideas?

Thanks
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Rama Krishna Vavilala22-May-02 18:25
Rama Krishna Vavilala22-May-02 18:25 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
23-May-02 6:10
suss23-May-02 6:10 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Rama Krishna Vavilala23-May-02 6:08
Rama Krishna Vavilala23-May-02 6:08 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Nish Nishant22-May-02 18:48
sitebuilderNish Nishant22-May-02 18:48 
GeneralMC++ control in a C# form :-( Pin
Nish Nishant22-May-02 15:58
sitebuilderNish Nishant22-May-02 15:58 
GeneralRe: MC++ control in a C# form :-( Pin
Rama Krishna Vavilala22-May-02 15:52
Rama Krishna Vavilala22-May-02 15:52 
GeneralRe: MC++ control in a C# form :-( Pin
Nish Nishant22-May-02 17:07
sitebuilderNish Nishant22-May-02 17:07 
GeneralRe: MC++ control in a C# form :-( - Part 2 Pin
Nish Nishant22-May-02 15:59
sitebuilderNish Nishant22-May-02 15:59 
GeneralMC++ controls Pin
Nish Nishant22-May-02 15:25
sitebuilderNish Nishant22-May-02 15:25 
GeneralRe: MC++ controls Pin
Nish Nishant22-May-02 15:30
sitebuilderNish Nishant22-May-02 15:30 
GeneralRe: MC++ controls Pin
Rama Krishna Vavilala22-May-02 15:38
Rama Krishna Vavilala22-May-02 15:38 
GeneralRe: MC++ controls Pin
Nish Nishant22-May-02 15:54
sitebuilderNish Nishant22-May-02 15:54 
GeneralRe: MC++ controls Pin
Rama Krishna Vavilala22-May-02 15:50
Rama Krishna Vavilala22-May-02 15:50 
GeneralRe: MC++ controls Pin
Nish Nishant22-May-02 18:16
sitebuilderNish Nishant22-May-02 18:16 
GeneralRe: MC++ controls [solved] Pin
Nish Nishant22-May-02 15:53
sitebuilderNish Nishant22-May-02 15:53 
GeneralRe: MC++ controls [solved] Pin
Albert Pascual22-May-02 17:42
sitebuilderAlbert Pascual22-May-02 17:42 
GeneralRe: MC++ controls [solved] Pin
Nish Nishant22-May-02 18:16
sitebuilderNish Nishant22-May-02 18:16 

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.