Class not registered

后端 未结 3 1158
陌清茗
陌清茗 2021-01-25 13:19

I\'m working through \"Developer\'s Workshop to COM and ATL 3.0\" by Andrew W. Troelsen.

I\'m trying to implement the lab in Chapter 3.

It shows you how to build

3条回答
  •  萌比男神i
    2021-01-25 14:17

    Open a command prompt, change to your DLL's folder, and run regsvr32.exe:

    cd \Users\Steven\Documents\Visual Studio 2005\Projects\CarInProcServer\release 
    regsvr32 CarInProcServer.dll
    

提交回复
热议问题