Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can a WorkerThread do a SendMessage to a CDialog Pin
ForNow29-Jul-12 22:08
ForNow29-Jul-12 22:08 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
CPallini29-Jul-12 22:04
mveCPallini29-Jul-12 22:04 
QuestionRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Eugen Podsypalnikov30-Jul-12 0:30
Eugen Podsypalnikov30-Jul-12 0:30 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
ForNow30-Jul-12 2:21
ForNow30-Jul-12 2:21 
GeneralRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Eugen Podsypalnikov30-Jul-12 2:26
Eugen Podsypalnikov30-Jul-12 2:26 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Albert Holguin30-Jul-12 3:38
professionalAlbert Holguin30-Jul-12 3:38 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Chuck O'Toole30-Jul-12 12:34
Chuck O'Toole30-Jul-12 12:34 
QuestionWindows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 12:08
Member 419459329-Jul-12 12:08 
I'm having a wee bit of a problem on my new system.

I installed Visual Studio 2008 on my new laptop (my old system died). I had already tried to use
ML and Link and mspdb80.dll which were in my TOOLS directory, but the system said that "mspdb80 is
the wrong version, check installation", so I tried the install. I had already used bcdedit.exe to
modify the path to add my TOOLS directory (there is no more autoexec.bat in Windows 7 - and I was
coming from Windows XP).

Now when I execute bcdedit.exe (as administrator) I now just get a flash on the screen (starts to
execute then immediately quits). I wrote a pathedit.bat file to execute bcdedit.exe (from its
location in the Windows 7), then pause. I get the following when I execute it

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

\mail\autoexec>pathedit
(which contains:

C:\Windows\System32\bcdedit.exe
pause

\mail\autoexec>C:\Windows\System32\bcdedit.exe
'C:\Windows\System32\bcdedit.exe' is not recognized as an internal or external command,
operable program or batch file.

\mail\autoexec>pause
Press any key to continue . . .

Several interesting things are apparent. Why does the batch file execution identify itself as
"Microsoft Windows [Version 6.1.7601]"
My system is Windows 7 Home Premium (from Control Panel:System).
Secondly, why does Windows now say that bcdedit.exe "is not recognized..."

Has the installation of Visual Studio 2008 clobbered Windows 7? It did not report any errors,
but I have not tested Visual Studio yet.

Note the following PATH display.
The first entry is where I added the path to my TOOLS directory before I installed Visual Studio.
The last entry (at least the last entry - I don't have a copy of the path from before the Visual
Studio install) is where Visual Studio added the entry for "Microsoft SQL Server\90\Tools\binn\" and
I had noticed that installation as it installed.

PATH=F:\DATA(F)\xxxxxxxxxx\yy\TOOLS;C:\Program Files (x86)\HP SimplePass 2012\x64;C:\Program Files (
x86)\HP SimplePass 2012\;;C:\Program Files\Broadcom\Broadcom 802.11\Driver;;C:\Program Files (x86)\A
MD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Sha
red\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system
32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files
(x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShare
d\;C:\Program Files (x86)\Common Files\Roxio Shared\12.0\DLLShared\;C:\Program Files (x86)\Windows L
ive\Shared;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\WIDCOMM\Blue
tooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Broadcom\WHL\;
C:\Program Files\Broadcom\WHL\syswow64;C:\Program Files\Broadcom\WHL\SysWow64\;C:\Program Files\Broa
dcom\WHL\SysWow64\syswow64;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\

What should I do other than restore the system from before the installation attempt?
I did take a full system Norton Ghost save to my backup external drives (actually, a Symantic
Recovery Disk full save with the system shut down).

Has anyone else run into this?
Has anyone got any ideas?

Dave.
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Richard Andrew x6429-Jul-12 12:25
professionalRichard Andrew x6429-Jul-12 12:25 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 12:37
Member 419459329-Jul-12 12:37 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Richard Andrew x6429-Jul-12 12:39
professionalRichard Andrew x6429-Jul-12 12:39 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 12:43
Member 419459329-Jul-12 12:43 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 12:52
Member 419459329-Jul-12 12:52 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 13:28
Member 419459329-Jul-12 13:28 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Richard Andrew x6429-Jul-12 13:32
professionalRichard Andrew x6429-Jul-12 13:32 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 13:47
Member 419459329-Jul-12 13:47 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 13:56
Member 419459329-Jul-12 13:56 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459329-Jul-12 12:39
Member 419459329-Jul-12 12:39 
AnswerRe: Windows 7 visual studio 2008 problem. Pin
Richard MacCutchan29-Jul-12 21:48
mveRichard MacCutchan29-Jul-12 21:48 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459330-Jul-12 4:25
Member 419459330-Jul-12 4:25 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Richard MacCutchan30-Jul-12 4:46
mveRichard MacCutchan30-Jul-12 4:46 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459330-Jul-12 5:17
Member 419459330-Jul-12 5:17 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Richard MacCutchan30-Jul-12 6:10
mveRichard MacCutchan30-Jul-12 6:10 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Member 419459330-Jul-12 12:01
Member 419459330-Jul-12 12:01 
GeneralRe: Windows 7 visual studio 2008 problem. Pin
Richard MacCutchan30-Jul-12 21:36
mveRichard MacCutchan30-Jul-12 21:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.