GDI+ Effects Problem

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi guys,

I got GDI+ to work pretty well in VC6 but I can't get the effects to work.

Do I need a namespace ? What should I do ?

This won't work:
Sharpen sharpen;

I get the classic C2065 undeclared identifier compilation error.

Thanks,
Robert


.



Relevant Pages

  • Re: ASPJPEG in vb.net ???
    ... Your looking to use the System.Drawing namespace and GDI+. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting Started w/ Standard C++ in Microsoft VC++ 6.0?
    ... makes programming for the Windows API *much* easier than using the API ... subsystems and rewrite the "back end" system in standard C++. ... You don't have to write "using namespace std" anywhere. ... application" (in VC6) and the standard library will be available. ...
    (microsoft.public.vc.mfc)
  • Re: VC8 GDI+ dll in VC6
    ... Can I write a VC8 dll which used GDI+ and then use this dll in VC6. ... as long as you expose a pure C interface to your VC8 DLL. ... If you expose functions that have MFC, ATL or STL types in the interface, ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Switching my app from GDI to GDI+
    ... "The System.Drawing namespace provides access to GDI+ basic graphics ... And I know for sure the functionality greatly impreved even for existing ...
    (microsoft.public.win32.programmer.gdi)
  • Compiler limitation/bug on VC6 (only interesting if you want to try it on VC7.1, it works on VC8b2)
    ... On VC6, template definitions in nested anonymous namespaces cannot ... be seen within the same translation unit, unless the outer namespace is ... brought into scope with a 'using' directive. ... I've not found any posts on Gougle ...
    (microsoft.public.vc.language)