Re: Edit & Continue does not work

Tech-Archive recommends: Fix windows errors by optimizing your registry



David Lowndes wrote on 07/09/2008 01:38:

Do you have a means of reproducing this to order? If you do, try
submitting it as a bug report on connect.microsoft.com

sure, will be nice, but so far I can only say "it does work" (useless)
or it depends on I don't know what.

btw, the editor refuses to find & display definition of any functions
imported thru the .pch file (RT, Win32 API, ...) is there something
special to do to have these files 'intellisensed'.

Can you give an example of something common that doesn't work that you
expect should work?

that is reproducible (in my env. at least)
if I right-click on "memcpy" & select 'show definition', the string.h
file is opened, the same right-click on OffsetRect or CreateWindow, or
also types like RECT or POINT provides an alert "The Symbol 'OffsetRect'
is not defined."

my .pch starts with
#include <windows.h>
#include <windowsx.h>
#include <CommCtrl.h>

Sylvain.

.