Missing cc2_lcd.h

HappyC

New member
Hello,

I've tying to compile the example sdk plugin in CC2. I added all Windows Kit 8.0 include folders to the "Additional Include Directories" in VS 2005 and 2008 to fix the missing windows header. I'm getting an error now where it is looking for "cc2_lcd.h" that is being called from "cc2_libs.h".

#ifdef ALL_LIBS
# include "cc2_lcd.h"
# include "svc_structs.h"
#endif

I cannot file this file in any of the CC2 directories. I also looked in version cc2setup-20150915. Can someone help me find this file please?
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

CF Mark

Administrator
Hello.

"ALL_LIBS" should not be declared for plugin builds.
It's only used in the full CrystalControl2 build process.

Let us know if you have any more problems.
 
Top