oleacc link issues
-
Greetings! I am trying to implement the Active Accessibility capabbilities to my ATL ActiveX control.I have added #include #include #include and the paths to where oleacc.lib AND oleacc.dll are present in the settings of VS 2003. However I am getting the following errors when I try to compile. Knob.obj : error LNK2001: unresolved external symbol _PROPID_ACC_ROLE Knob.obj : error LNK2001: unresolved external symbol _PROPID_ACC_VALUE Knob.obj : error LNK2001: unresolved external symbol _CLSID_AccPropServices Debug/Controls.dll : fatal error LNK1120: 3 unresolved externals Any ideas as to what is going wrong? :confused: Thanks in advance, Aristotel
-
Greetings! I am trying to implement the Active Accessibility capabbilities to my ATL ActiveX control.I have added #include #include #include and the paths to where oleacc.lib AND oleacc.dll are present in the settings of VS 2003. However I am getting the following errors when I try to compile. Knob.obj : error LNK2001: unresolved external symbol _PROPID_ACC_ROLE Knob.obj : error LNK2001: unresolved external symbol _PROPID_ACC_VALUE Knob.obj : error LNK2001: unresolved external symbol _CLSID_AccPropServices Debug/Controls.dll : fatal error LNK1120: 3 unresolved externals Any ideas as to what is going wrong? :confused: Thanks in advance, Aristotel
Anyone? :|