Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to pass generic pointer to function with void** parameter? PinPopular
CPallini12-Oct-10 21:26
mveCPallini12-Oct-10 21:26 
AnswerRe: How to pass generic pointer to function with void** parameter? Pin
Chesnokov Yuriy12-Oct-10 21:42
professionalChesnokov Yuriy12-Oct-10 21:42 
QuestionTiff FIle in Frame Window Pin
002comp12-Oct-10 19:29
002comp12-Oct-10 19:29 
QuestionCan WM_VSCROLL generate WM_MOUSEMOVE messages? Pin
old_hacker12-Oct-10 19:00
old_hacker12-Oct-10 19:00 
AnswerRe: Can WM_VSCROLL generate WM_MOUSEMOVE messages? Pin
mesajflaviu12-Oct-10 20:04
mesajflaviu12-Oct-10 20:04 
GeneralRe: Can WM_VSCROLL generate WM_MOUSEMOVE messages? Pin
old_hacker13-Oct-10 19:41
old_hacker13-Oct-10 19:41 
Questionhow to use code written in C# in Managed C++ (VC++.NET) Project? Pin
AmbiguousName12-Oct-10 9:04
AmbiguousName12-Oct-10 9:04 
AnswerRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
Luc Pattyn12-Oct-10 9:54
sitebuilderLuc Pattyn12-Oct-10 9:54 
when you build a DLL in one .NET language, it can be used by other DLL or EXE files created using another .NET language, without you actually see the language difference. Just make sure you add a reference to the DLL (solution pane), import the namespace (that would be a "using" in C#), and start using your other-language types.

The above implies you meant C++/CLI, i.e. managed C++; and if you did, you actually are asking in the wrong forum.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
AmbiguousName12-Oct-10 10:49
AmbiguousName12-Oct-10 10:49 
GeneralRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
Luc Pattyn12-Oct-10 10:54
sitebuilderLuc Pattyn12-Oct-10 10:54 
AnswerRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
Ram Shelke12-Oct-10 23:59
Ram Shelke12-Oct-10 23:59 
QuestionIP Stack Pin
krish_kumar12-Oct-10 2:40
krish_kumar12-Oct-10 2:40 
AnswerRe: IP Stack Pin
Richard MacCutchan12-Oct-10 2:45
mveRichard MacCutchan12-Oct-10 2:45 
AnswerRe: IP Stack Pin
CPallini12-Oct-10 2:54
mveCPallini12-Oct-10 2:54 
GeneralRe: IP Stack Pin
bleedingfingers12-Oct-10 3:21
bleedingfingers12-Oct-10 3:21 
GeneralRe: IP Stack Pin
Abhinav S12-Oct-10 5:00
Abhinav S12-Oct-10 5:00 
GeneralRe: IP Stack Pin
bleedingfingers12-Oct-10 5:23
bleedingfingers12-Oct-10 5:23 
QuestionBinary data transfer through serail port Pin
shiv@nand12-Oct-10 0:27
shiv@nand12-Oct-10 0:27 
AnswerRe: Binary data transfer through serail port Pin
CPallini12-Oct-10 0:57
mveCPallini12-Oct-10 0:57 
GeneralRe: Binary data transfer through serail port Pin
shiv@nand12-Oct-10 1:03
shiv@nand12-Oct-10 1:03 
QuestionRe: Binary data transfer through serail port Pin
CPallini12-Oct-10 1:42
mveCPallini12-Oct-10 1:42 
AnswerRe: Binary data transfer through serail port Pin
shiv@nand12-Oct-10 1:54
shiv@nand12-Oct-10 1:54 
GeneralRe: Binary data transfer through serail port Pin
CPallini12-Oct-10 2:12
mveCPallini12-Oct-10 2:12 
GeneralRe: Binary data transfer through serail port Pin
shiv@nand12-Oct-10 2:24
shiv@nand12-Oct-10 2:24 
GeneralRe: Binary data transfer through serail port Pin
CPallini12-Oct-10 2:29
mveCPallini12-Oct-10 2:29 

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.