[Ace-users] [ciao-users] Problem trying to include "Deployment_ExecutionManagerC.h" and DeploymentC.h" in an component executor header file

Sowayan, Abdullah (N-DUA) abdullah.sowayan at lmco.com
Thu Mar 6 15:14:10 CST 2008


Santos,

 

Instead of doing things by hand, you can inherit from
ciao_deployment_stub.mpb, so add ciao_deployment_stub to the project
inheritance list. I don't know if that will solve your problem or not,
but maybe you're missing something that's in the base project.

 

project(Manager_Dnc_exec) : ciao_component_dnc {
  avoids += ace_for_tao
  after   += Manager_Dnc_svnt
  sharedname = Manager_exec
  libs += Manager_stub Manager_svnt \ 
              CIAO_Deployment_stub

  idlflags += -Wb,export_macro=MANAGER_EXEC_Export \
              -Wb,export_include=Manager_exec_export.h \

  dynamicflags   = MANAGER_EXEC_BUILD_DLL
  includes +=   ${CIAO_ROOT}/DAnCE/Deployment/

  IDL_Files {  
  }
  Source_Files { 
      Manager_exec.cpp
  }
  Header_Files { 
  }
  Inline_Files { 
  }
}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.isis.vanderbilt.edu/pipermail/ace-users/attachments/20080306/df121336/attachment.html 


More information about the Ace-users mailing list