Cluebat-man to the rescue

A weblog dedicated to Visual C++, interoperability and other stuff.

Browse by Tags

All Tags » C++ » .NET (RSS)
Extending a native C++ project with managed code
One question that comes up from time to time in the newsgroups is ‘I have a native C++ project and I want to extend it with Managed code (e.g. Windows Forms). What do I do?’ The answer is not so complex. It is fairly easy to extend native...
I stand corrected: not all C++ programmers hate VB
As I already mentioned before, it's a small world after all. (Hearing that annoying Disney tune yet in your head J ). I am writing an article about C++/CLI in which I use a quote from my fellow VC++ MVP Kate Gregory. I did a quick search to find her...
Posted: Jul 01 2007, 04:02 PM by vanDooren | with no comments
Filed under: , ,
Executing LabVIEW VIs through C style function pointers via .NET
Problems exist to be solved. Some problems are so complex that you cannot solve them when you need to. With other problems it is not a matter of complexity, but a matter of not having all the pieces of the puzzle. Some problems are so interesting that...