DLL HUGE problem !!

Hi !
What i'm going to write is a little bit complicated.
I made a DLL file in Visual C++ v:5. This DLL file contains one exportable simple C function. (This function can be declared in VB v:5).
BUT, the problem is that this DLL works only and only in my PC and never in other PCs. The reason is that: this DLL file needs also 2 other DLL files present only in my system DIR ("MFC42d.dll" and "MSVCRTD.dll") and I don't want to copy them each time.
I noticed later that the "Export table" is absent when i opened my DLL file in "Quick View" (right click on the file when placed in the system directory)
WHAT I WANT is to create a Stand-Alone DLL file (with no classes) like any regular Win32 DLL that needs only "Kernel32.dll" and "User32.dll" (these 2 files are present everywhere, in all PCs).
I don't know what to do !?!?!?!?!?!?!?!?!
PLEASE HELP
anything: a Visual C++ 5 Code or a suggestion about the declaration of the exported function in the DLL file or a complete project or.....................

Thank You !!!!!!!!!!
E-Mail: [email protected]