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