My DLL's created with VC++ 6 do not work on NT when I dynamically link them into a release build. Someone suggested that I need to register them. Is this true and if so how?

Thanks in Advance