View Single Post
Old 08-12-2015, 02:52 AM   #3
mviljamaa
Human being with feelings
 
Join Date: Jun 2015
Posts: 348
Default

I'm seeing errors

error C2065: 'IPlugMyPlug' : undeclared identifier.
error C2059: syntax error : ')'

The line is:

IPlugMyPlug * pPlug = (IPlugGamma*)pPlug;

The header "IPlugMyPlug.h" has been included.

Is it a circular dependency if now my IPlugMyPlugControls.h includes IPlugMyPlug.h and IPlugMyPlug.h includes IPlugMyPlugControls.h?

Last edited by mviljamaa; 08-12-2015 at 04:23 AM.
mviljamaa is offline   Reply With Quote