Re: Visual C++ wont autcomplete?



when i reference this DLL in my visual C++ 6.0 IDE the autocomplete
works for all the members of the structure except for the 3 new
COLOURREF members rgbA, rgbB, and rgbC. I have recompiled the DLL and
i can actually use these members but they do not autocomplete.

Adam,

Try closing the VC6 workspace and deleting the .ncb file, then re-open
it and see if that resolves the situation.

Dave
.



Relevant Pages

  • Re: dll custom properties
    ... In your application that uses the DLL you create a new instance of "MyClass" ... properties are members of classes that have a lifetime. ... Answer those GDI+ questions with the GDI+ FAQ ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Alternative to AfxSetResourceHandle
    ... 'AfxGetResourceHandle' function, ... It contains the handle to the DLL as a static member and another HINSTANCE. ... In addition there are static members for doing things like loading strings, ...
    (microsoft.public.vc.mfc)
  • Re: Visual C++ wont autcomplete?
    ... I have built a C++ DLL not in manged code but using visual ... COLORREF rgbBackground; ... COLOURREF members rgbA, rgbB, and rgbC. ... i can actually use these members but they do not autocomplete. ...
    (microsoft.public.vc.mfc)
  • Deubbing forward classes in DLLs
    ... can't see any of the implementation data members in applications which use ... const char* getPropertyconst; ... const char* foo; ... Any user of this DLL just sees a TestClass 'impl' member variable with no ...
    (microsoft.public.dotnet.languages.vc)
  • Debugging forward classes in dlls
    ... can't see any of the implementation data members in applications which use ... const char* getPropertyconst; ... const char* foo; ... Any user of this DLL just sees a TestClass 'impl' member variable with no ...
    (microsoft.public.vsnet.debugging)