|
안녕하세요.
ActiveX Library에서 Param html태그를 가져오게 만들려고 합니다.
Actvie Form은 잘되는데 ActvieX Library에선 IPersistPropertyBagImpl
을 추가하면 아래와 같은 에러가 납니다.
[C++ Error] atlcom.h(885): E2451 Undefined symbol 'GetPropertyMap'
제가 작업한 순서는
1. ActvieX Libary 프로젝트 추가
2. Com Object 추가
class ATL_NO_VTABLE TTestComImpl :
...
public IPersistPropertyBagImpl<TTestComImpl>,
...
|