D P <[EMAIL PROTECTED]> wrote: > Well I did finally get the Steinberg MIDI Effect example to compile > (mostly) successfully to a .dll . I had to REM out SetTimer call because > of a type conversion problem. The function prototype was defined as long > but function was looking for integer.
Just cast it. > > ANYWAY, what I would like to ask about is how I now convert my lovely > fresh as Daisys .dll for use as plugin in rb. I understand there is a > method of using wrapper code to do this. Could I ask if someone might > direct me to a method? You will have to make a lot of changes. A plugin is not just a dll, but a special one with an entry point for RB. Maybe I can help you? Can you send me your stuff for review? Gruß Christian -- Around eleven thousand functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v6.4. Now universal! <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
