Re: IL examples
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Nov 27, 2004
- 568 views
Lord LEVIATHAN wrote: > > Robert Craig wrote: > > > > > If you register for the Binder you can. > > Huh? If you register for the Binder, you can bind the IL binary to the > RDS supplied backend? > > Maybe I'm not getting this because I haven't started playing with it yet. > > > > > I just meant that there's no way you could > > simply grab the IL coming from the PD source interpreter > > and slap it onto the RDS-supplied backend and expect it to work. > > The exact IL format is proprietary and undocumented. It's the only > > format that the backend will accept. > > Right, so we can't -bind- the IL to the RDS-supplied backend. But we can > still treat it like we usually do, when we release the stuff with the PD > interpreter? It'll just grab the nearest IL file and run with it? What are you reading? If you register the binder, you can shroud code into an il file, which can be run by backend.exe. You can also bind that il file to backend.exe, so it turns into a self contained executable. But you can only use the RDS supplied tool to create the il file, since the format is proprietary. What many have been requesting, is for an alternate way to take 'unshrouded' il code and turn it into the RDS proprietary format (call it an alternative shrouder/binder). Matt Lewis