Cluebat-man to the rescue

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

Browse by Tags

All Tags » Interoperability » .NET (RSS)
Using reflection to ease code maintenance
Currently I am programming an application for performing code analysis on the software that controls the production process. Apart from the parsing of the code, and iterating across a hierarchical representation of the expression tree, all these rules...
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...
Excel and OleDb stupidity
This afternoon I was working on a Windows Forms app for the finance guys, to help them allocate costs to systems, proportional to predefined allocation keys. The app has to import Excel spreadsheet files and perform all the database actions. The key columns...
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...