Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!microsoft!matts From: matts@microsoft.UUCP (Matt SAETTLER) Newsgroups: comp.windows.ms Subject: Re: ChangeSelector Keywords: SDK missing-function Win3 Message-ID: <57423@microsoft.UUCP> Date: 13 Sep 90 21:58:50 GMT References: <1990Sep12.195335.28444@world.std.comJacob> Reply-To: matts@microsoft.UUCP (Matt SAETTLER) Organization: Microsoft Corp., Redmond WA Lines: 26 In article <1990Sep12.195335.28444@world.std.comJacob> jaclu@world.std.com (jacob lundqvist) writes: Jacob>I'm tring to use the function ChangeSelector( wDestSelector, wSourceSelector ) Jacob>It is documented both in the online manual for SDK, and in 16.1.3 of the Jacob>"Guide to Programming" (vers 3.0). Jacob> Jacob>The linker acceppts the other two selector-functions I'm using, Jacob>AllocSelector( ) & FreeSelector( ), but cannot find ChangeSelector( ). Jacob>I have searched for it in all the libraries, and it is simply not there! Jacob> Jacob>Does anybody know the status of this function? How can I use it? Jacob> /Lun This was inadvernantly left out of the implib for Kernel. Place this in your .DEF file: IMPORTS ChangeSelector=kernel.177 FYI: The IMPORTS section is described on page 10-6 of the SDK documentation. ------------------------------------------ MattS I speak only for myself, or so I'm told to say.