>Il 25/06/2013 20:23, Tomoki Sekiyama ha scritto: >>> >(b) shouldn't "qga-obj-y" be independent of "qga-provider.dll" >> The DLL is linked to qemu-ga.exe because qemu-ga.exe kicks the >> registration of the DLL (COMRegister(), which depends on the DLL's >> Internal variable) at the installation of the qemu-ga service. > > Does the DLL also support DllRegisterServer? I don't know Windows very > much, but if so I wonder if LoadLibrary/GetProcAddress is preferrable to > linking with the DLL. > > Paolo
I think that is feasible. That will cut off qemu-ga.exe from qga-provider.{dll,tlb}, so then, we should build them separately, like `make qemu-ga.exe qga/vss-win32-provider/qga-provider.{dll,tlb}`. Thanks, Tomoki Sekiyama