Juha Lepola

Results 7 comments of Juha Lepola

I take it that a small Python application that does the trick would be preferred then?

I will start working on the CoCreateInstancee implementation. Whatever that will eventually mean:) Somehow we need to ensure that the same C++ code base can be compiled on different platforms....

I started playing around with dlopen yesterday. Didn't get too far though as I had to do some shopping. > 1. Implement some kind of a registration mechanism for non-Windows...

The branch https://github.com/Fluxie/intercom/tree/gcc-proto now has a working CMake configuration and the C++ test cases succeed. It is not fit for merge as-is, however. I will implement basic support for generating...

Basic support generating the C++ headers from Rust code is now implemented in https://github.com/Fluxie/intercom/tree/gcc-proto. I no longer need the headers generated with the MIDL compiler to run the tests.

For the automatic discovery #67 to the libraries need to be explicitly linked into to the executable. Otherwise we cannot discover the COM classes with [dl_iterate_phdr](https://linux.die.net/man/3/dl_iterate_phdr). => They are no...

I encountered similar problems with the RA6M5 SVD file. The panic @ulfen mentioned seems to be triggered by overlapping register definitions in the "PFS" peripheral. The SVD defines different ways...