What files do i need to package with my .exe so that computers that dont have the borland compiler can execute my program? I have a computer that doesnt have the compiler, and when i try to run the .exe, it tells me i need something like cp3245mt.dll, brlndmm.dll, and some .bpl's. I put all of those files in the same directory as the .exe, and now i try to run the exe, and i get an error like "Error Registering Window". WTF is that? Thats not in my code, but in the behind-the-scenes stuff from CBuilder. How do i make it work?

The MadProgrammer