Shop OBEX P1 Docs P2 Docs Learn Events
Looking for ideas for a "propellant.dll" replacement, maybe a .net propellant class — Parallax Forums

Looking for ideas for a "propellant.dll" replacement, maybe a .net propellant class

turbosupraturbosupra Posts: 1,088
edited 2012-01-15 08:25 in Propeller 1
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?

Comments

  • RaymanRayman Posts: 14,849
    edited 2012-01-13 15:08
    Maybe if you were really stuck, you could use the propellent.exe and compile externally when needed...
  • Mike GMike G Posts: 2,702
    edited 2012-01-13 15:41
    I believe you can run the 32 bit code as a COM service.
  • Heater.Heater. Posts: 21,230
    edited 2012-01-13 16:07
    If you are compiling Spin and downloading to the Prop perhaps BSTC and BSTL would work better in your environment.
  • turbosupraturbosupra Posts: 1,088
    edited 2012-01-15 08:25
    Thanks to all who replied, I found something to start with
Sign In or Register to comment.