I'm constructing a scripting language of sorts.. and I want to be able to "plug-in" extra commands (from DLLs) at runtime. The function name is unique for each command, ideally, so you can't actually know what they are at design time.

In C/C++, you would do this using something to do with function pointers, probably.

How do I set the application name for a DLL I create, do you know?

Thanks again for all your help