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

Managed C++/CLI

 
GeneralRe: Operator : [modified] Pin
George L. Jackson10-Dec-06 14:49
George L. Jackson10-Dec-06 14:49 
GeneralRe: Operator : Pin
toxcct10-Dec-06 22:23
toxcct10-Dec-06 22:23 
GeneralRe: Operator : [modified] Pin
George L. Jackson11-Dec-06 3:27
George L. Jackson11-Dec-06 3:27 
QuestionMixed project... Pin
Shy Agam9-Dec-06 0:52
Shy Agam9-Dec-06 0:52 
AnswerRe: Mixed project... Pin
Nish Nishant10-Dec-06 3:22
sitebuilderNish Nishant10-Dec-06 3:22 
QuestionSimple Question Pin
Revant Jain8-Dec-06 5:53
Revant Jain8-Dec-06 5:53 
AnswerRe: Simple Question Pin
led mike8-Dec-06 6:36
led mike8-Dec-06 6:36 
QuestionManaged C++ to Unmanaged... Pin
Shy Agam7-Dec-06 22:09
Shy Agam7-Dec-06 22:09 
Hello there fellow programmers,

I'm coding a class library which deals with windows hooks.
It uses the SetWindowsHookEx() API function and provides classes for specific hook types.
So far, the code is written in C#, but I only got as far as low-level hooking (i.e. LLKeyboard, LLMouse hooking).

If I try to use global hooks which are not LL, they of course fail, as they are injected to all processes on the system, and not all processes support managed assemblies.
What I intend to do is write a C++ dll, and use it to communicate with my C# dll.

I know there's a way to compile C++.NET code to pure unmanaged C++ code.
How can I do this?
Is compiling managed C++ as unmanaged going to work with the hooks?
Or perhaps I should write my C++ dll directly in C++, and not through C++.NET code... D'Oh! | :doh:

Thanks in advance,
Shy.
AnswerRe: Managed C++ to Unmanaged... Pin
led mike8-Dec-06 6:35
led mike8-Dec-06 6:35 
AnswerRe: Managed C++ to Unmanaged... Pin
Pierre Leclercq10-Dec-06 6:08
Pierre Leclercq10-Dec-06 6:08 
GeneralRe: Managed C++ to Unmanaged... Pin
Shy Agam10-Dec-06 6:18
Shy Agam10-Dec-06 6:18 
GeneralRe: Managed C++ to Unmanaged... Pin
Pierre Leclercq10-Dec-06 7:33
Pierre Leclercq10-Dec-06 7:33 
GeneralRe: Managed C++ to Unmanaged... Pin
Shy Agam10-Dec-06 7:42
Shy Agam10-Dec-06 7:42 
GeneralRe: Managed C++ to Unmanaged... Pin
Pierre Leclercq10-Dec-06 8:02
Pierre Leclercq10-Dec-06 8:02 
GeneralRe: Managed C++ to Unmanaged... Pin
Shy Agam10-Dec-06 8:06
Shy Agam10-Dec-06 8:06 
Question"Value Names" of registry key Pin
cshivaprasad7-Dec-06 18:34
cshivaprasad7-Dec-06 18:34 
AnswerRe: "Value Names" of registry key Pin
Christian Graus7-Dec-06 22:26
protectorChristian Graus7-Dec-06 22:26 
GeneralRe: "Value Names" of registry key Pin
cshivaprasad10-Dec-06 18:17
cshivaprasad10-Dec-06 18:17 
GeneralRe: "Value Names" of registry key Pin
Christian Graus12-Dec-06 14:30
protectorChristian Graus12-Dec-06 14:30 
QuestionProblem connecting with OleDbConnection & C++ Pin
bamagrad7-Dec-06 15:48
bamagrad7-Dec-06 15:48 
AnswerRe: Problem connecting with OleDbConnection & C++ Pin
bamagrad8-Dec-06 6:30
bamagrad8-Dec-06 6:30 
QuestionHowto Return vector from a function Pin
TurboNext7-Dec-06 6:27
TurboNext7-Dec-06 6:27 
AnswerRe: Howto Return vector from a function Pin
Christian Graus7-Dec-06 8:19
protectorChristian Graus7-Dec-06 8:19 
AnswerRe: Howto Return vector from a function Pin
led mike7-Dec-06 11:50
led mike7-Dec-06 11:50 
AnswerRe: Howto Return vector from a function Pin
lafleon8-Dec-06 12:48
lafleon8-Dec-06 12:48 

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.