Support for 32Bit assemblies
Closed this issue · 4 comments
Until now it was considered a limitation an no further effort was planned. If an easy fix can be found it should be implemented.
The solution proposed in #58 will not be sufficient because it would require two separate dotnet tools.
As such our command line tool would at least require a new command line parameter to switch the bitness to 32 bit.
I want to add in the request for 32 bit support. It is a critical issue for a professional project I'm working on, and right now I'm considering manually dismantling the .tlb file and figuring out how to make it compatible for 32 bit that way. It would be much preferred if this could be automated. Thank you to all those working on this, it's a much-needed solution in most ways, but this last critical issue is standing in the way for my project.
awesome!! thank you so much!