Just open the C script in a text editor and search and replace 'limiter' by 'limiter_z' for exemple, then in the make file do the same and recompile, it should work.
Alex
From: "Jordan J" <buck@defaced.net>
Date: Fri, 11 Apr 2003 19:17:35 -0500
To: "PD List" <pd-list@iem.kug.ac.at>
Subject: [PD] Objects with the same name.
I noticed that the Zexy library contains an object called limiter~. This object and the limiter~ external have the same object name so when I try to load the limiter~ object I'm guessing it loads the one that appeared in the pd startup command line first. Is there a way to use both without recompiling one or the other? Renaming the limiter~.dll doesn't work as I'm sure the actual object name is defined with in the code. Any help would be appreciated :/
-Jordan