Copy and paste problems
-
I keep running into this problem in the vc++6 editor where the copy and paste functions dont always work. Whether I use the edit menu, context menu, or ctrl-c/ctrl-v, sometimes it just wont copy and paste. Sometimes it does. This only happens on one particular machine of mine. I've never had this happen before but its damn annoying. Any ideas. Josh josh@that-guy.net
-
I keep running into this problem in the vc++6 editor where the copy and paste functions dont always work. Whether I use the edit menu, context menu, or ctrl-c/ctrl-v, sometimes it just wont copy and paste. Sometimes it does. This only happens on one particular machine of mine. I've never had this happen before but its damn annoying. Any ideas. Josh josh@that-guy.net
This is a known bug in NT. See MS KB article Q231652. Fix is in the following .reg file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msdev.exe] "DisableHeapLookaside"="1"
-
This is a known bug in NT. See MS KB article Q231652. Fix is in the following .reg file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msdev.exe] "DisableHeapLookaside"="1"
Yup it's win2k. That fixed it. Thanks Josh josh@that-guy.net