glutInitWithExit exception

I am trying to use Toa the new version of CSGL for C#.NET 2003. I am getting the following exception:
Unable to find an entry point named __glutInitWithExit in DLL glut32.dll.
__glutCreateWindowWithExit in DLL glut32.dll

I’ve read about this problems with VC++, where developers suggest linking glut32.lib to the project properties, but C# is different.

If anyone has experience with Glut/Tao and .NET, can you tell me how to get around this problem.

Thanks

#define GLUT_DISABLE_ATEXIT_HACK