I have compiled the helloworld example in VS2005 and it runs fine in PD. When I try to change the name, it still compiles fine but crashes PD!

I created a new VS project with a new name (VCtracker) and imported the m_pd.h header and also the helloworld.c file (renamed to VCtracker.c). I simply replaced "helloworld" with "VCtracker" in the text of the c file, and also the linker export command to

/export:VCtrack_setup

I have checked and checked and can't find any reason why it should not work, all I did was change the name! What gives?