| Printable Version of Topic
Click here to view this topic in its original format |
| Unofficial VirtualDub Support Forums > Testing / Bug Reports > Procedure Not Found In Frameserver On Xp |
| Posted by: GuyPaddock Jan 12 2004, 06:30 PM |
| On a machine running Windows XP Professional SP-1, I get the following message when trying to start the frameserver: "The procedure entry point ConvertToGlobalHandle could not be located in the dynamic link library KERNEL32.DLL" This occurs because the KERNEL32.DLL for Windows XP does not contain this function any longer; the function existed in Windows 95/98 but never in NT. The people working on WINE have developed a replacement function for this call that will serve the same purpose, and should work on XP. I need this fixed ASAP as I'm trying to frameserve an XVID file into TMPG. --Guy |
| Posted by: phaeron Jan 13 2004, 06:26 AM |
| VirtualDub's frameserver doesn't require this function -- I develop on a machine that has never had 9x installed so I know this is the case. It sounds like either your PATH is screwed up or some DLLs have been overwritten such that 9x DLLs are attempting to load on your XP system. |