Looking for ideas for a "propellant.dll" replacement, maybe a .net propellant class
turbosupra
Posts: 1,088
Is there a .net propellant like class (managed code), that gives the features of the propellant dll file?
I have an issue where I wrote a plugin dll for a parent executable, but my plugin dll depends on the propellant dll as a resource, for querying the uC. The problem arises when the parent application and all of its associated parent dll files (of which I have no control over) compiles to a 64bit architecture, it will then not load propellant, which appears to be written only for a 32bit architecture.
It'd be great to get away from the constriction that is the propellant dll and to some managed code or a native class. Does anyone have this available?
I have an issue where I wrote a plugin dll for a parent executable, but my plugin dll depends on the propellant dll as a resource, for querying the uC. The problem arises when the parent application and all of its associated parent dll files (of which I have no control over) compiles to a 64bit architecture, it will then not load propellant, which appears to be written only for a 32bit architecture.
It'd be great to get away from the constriction that is the propellant dll and to some managed code or a native class. Does anyone have this available?
Comments