View Single Post
Old Mar 9, 2007, 06:15 PM   #13 (permalink)
Russ
DriverHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 4,075
Russ has a spectacular aura aboutRuss has a spectacular aura aboutRuss has a spectacular aura about

Quote:
char *Slap N Spank Echo_name="SlapNSpankEcho";
The above determines the name used in the DSP. Change the text in the quotes to how you want it to appear.

If you look back at the text you quoted, you will see that it says to rename everything (that does not appear in quotes) to use the C++ name (which must use C++ naming conventions (no spaces, etc)).

i.e.
char *SlapNSpankEcho_name="Slap N Spank Echo";
Russ is offline   Reply With Quote