Home Forums SQL Server 7,2000 SQL Server CE How to register a DLL (SQl Server Mobile 2005) in Windows CE 5.0 RE: How to register a DLL (SQl Server Mobile 2005) in Windows CE 5.0

  • 1 - Use regsvrce.exe - but you'd have to pull that tool from an Embedded C++ installation - that's the only place it ships.

    2 - Use a cab file (you need to place a CESelfRegister line in the inf file).

    3 - Write an additional setup dll that calls DllRegisterServer on your dll.

    Can anyone tell me how exactly anything mentioned above is done?

    I have a ready made dll file. what should i do?