Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Visual Assist X make me some frame disappear !?

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Robert Posted - Jun 05 2010 : 12:03:47 PM
I used Visual Assist X 10.4.1626.0.
Once I unistalled MSVC6.0 with SP6. I forgot unistalled Visual Assist X first, then it always remain a 'toolbar1' whatever I install/unistall them.
Maybe 'toolbar1' can remove in MSVC6 API, but I can't confirm it clean or not behind.

And, when I use them a long time, it make me some frame(GDI) disappear !
Sometimes it's MSVC some toolbar, sometimes it's MSVC output window, sometimes it's workspace window, etc...
Sometimes even my desk icon disappear !!
Sometimes even my taskbar window icon disappear !!!
Above, their images disappear, but entities still here! Make me can't handle it! Make me mad !
16   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Nov 12 2010 : 4:45:02 PM
How many files do you have in your solution in VC6?

If you open VA's Open File in Solution dialog (Alt-Shift-O) the title bar contains two numbers. The first number is the number of files currently listed, which changes as you filter the list. The second number is the total number of files in the list, which is normally the number of files in your solution. What is this second number?

There is a problem with VC6 its self, with very large solutions, perhaps 8,000 files or more, the class view stops working. I am wondering if this could be a factor, since this is IDE specific.

With VC6 closed can you try creating a zero length, read only .NCB file in the base directory of your VC6 solution, and see if this makes any difference?
Robert Posted - Nov 10 2010 : 08:26:11 AM
Now... I almost confirm that the problem is from VAX...
Because I use my computer very long days..., and not happen. But I use MSVC6 once, and very much programs memory fault.
Maybe 'rename variable' make this problem happen? When 'rename', it flash the work frame...

But.. MSVS2008 hasn't resource lack.
Robert Posted - Jul 23 2010 : 10:21:42 AM
No use...
Now, only remain explorer above 1000...
Q_Q
Robert Posted - Jul 23 2010 : 09:41:24 AM
Um >"<
I try it.
It's so inconvenient.
feline Posted - Jul 23 2010 : 08:43:52 AM
Does closing firefox help? If so this suggests something is leaking resorces, and you need to try and find the problem program.
Robert Posted - Jul 23 2010 : 01:18:47 AM
OOPS!! >"<
It also happen:





dheap.txt:

Desktop Heap Information Monitor Tool (Version 8.1.2925.0)
Copyright (c) Microsoft Corporation. All rights reserved.
-------------------------------------------------------------
Session ID: 0 Total Desktop: ( 22720 KB - 7 desktops)

WinStation\\Desktop Heap Size(KB) Used Rate(%)
-------------------------------------------------------------
WinSta0\\Default 20480 8.5
WinSta0\\Disconnect 64 4.5
WinSta0\\Winlogon 128 9.5
Service-0x0-3e7$\\Default 512 18.0
Service-0x0-3e4$\\Default 512 4.3
Service-0x0-3e5$\\Default 512 6.2
SAWinSta\\SADesktop 512 0.5
-------------------------------------------------------------


The most GDIobject is firefox, explorer (above 1000)
Then is MSDEV, iexplore, msimn, msnmsgr, taskmgr (above 100)...
Robert Posted - Jul 20 2010 : 06:49:27 AM
The size of each desktop heap allocation is controlled by the following registry value:
HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Session Manager\\SubSystems\\Windows

The default data for this registry value will look something like the following (all on one line):
%SystemRoot%\\system32\\csrss.exe ObjectDirectory=\\Windows
SharedSection=1024,3072,512 Windows=On SubSystemType=Windows
ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3
ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off
MaxRequestThreads=16


Change 3072 to larger.


http://blogs.msdn.com/b/ntdebugging/archive/2007/01/04/desktop-heap-overview.aspx
Robert Posted - Jul 20 2010 : 06:42:31 AM
Thank you everyone.
I think I found the problem is Desktop Heap leak.
Solved, and observing...
kevinsikes Posted - Jul 02 2010 : 2:19:48 PM
If your machine gets in this state again, launch task manager and choose View - Select Columns - GDI Objects. Sort by GDI object count and see if one or more processes has a count much greater than other processes, and whether that count is steadily increasing. If so, that process has a resource leak.
feline Posted - Jul 02 2010 : 09:00:34 AM
Does rebooting help? If rebooting helps then this suggests something is leaking resorces. So you need to find the problem program.

VA should not be leaking resorces.
Robert Posted - Jul 01 2010 : 12:01:33 PM
So... Do I must reboot when every occure? Q_Q
It something like that...
feline Posted - Jun 30 2010 : 08:59:49 AM
Have you uninstalled Visual Assist X from your computer?

VA should never have any effects like that on explorer. It almost sounds like something on your computer is leaking resorces. Does rebooting make any difference?
Robert Posted - Jun 29 2010 : 10:02:22 PM
It also still happen...

I seem said wrong...
It makes some GUI frames disappear.
For example(I finally got a picture):

It's a example.
Sometimes it makes MSVC6 'Output' disappear, or toolbar disappear. (They remain a shadow(blur) when dropped the window.)
Sometimes it makes the desk disappear(only remain wallpaper).
Sometimes it makes the whole taskbar disappear, but all windows remained.

p.s. Windows XP SP3 (have .NET Framework 1.1, 2.0SP1, 2.0SP2, 3.0SP1, 3.0SP2, 3.5SP1) (Hope it's not .NET problem...)
feline Posted - Jun 08 2010 : 3:39:10 PM
Can you try uninstalling VA, and make sure the IDE is closed. Then run regedit and delete the key:

HKEY_CURRENT_USER\\Software\\Whole Tomato\
and everything under it. Then run VC6 and make sure it is working correctly. If it is working correctly, can you try reinstalling VA. You will need to re-enter your VA license key. The VA toolbar should be recreated.

If you have extra toolbars then you can delete then by using:

IDE Tools menu -> Customize... -> Toolbars tab

and select any unwanted toolbars and delete them.
Robert Posted - Jun 08 2010 : 10:48:37 AM
yes
yes
still..
feline Posted - Jun 07 2010 : 3:47:31 PM
I don't understand.

Are you uninstalling and reinstalling VC6 on the same machine?

Are you trying to make VA work on this machine, or completely remove VA?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000