Adding C functions to COM object
From: Rajesh (Rajesh_at_discussions.microsoft.com)
Date: 08/02/04
- Previous message: Alexander Nickolov: "Re: vTable offsets"
- Next in thread: Sripraneeth: "RE: Adding C functions to COM object"
- Reply: Sripraneeth: "RE: Adding C functions to COM object"
- Reply: Alexander Nickolov: "Re: Adding C functions to COM object"
- Reply: Steve Alpert: "Re: Adding C functions to COM object"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 2 Aug 2004 00:37:01 -0700
I'm trying to convert my console application to a COM object. the console application is a woking one, so i want to make use of it in some other scripting languages. so I created a ATL simple object and added the console application's header and c files to the project . I ve renamed the main fuction and its arguments to a normal fuctions, but ive nt associated the function call yet in the simple object.
But when ive compiled the project i found some Linker errors
error LNK2001: unresolved external symbol __MSRCom_ProxyFileInfo
MSRCom error LNK2019: unresolved external symbol __imp__NdrDllGetClassObject@24 referenced in function _DllGetClassObject@12
error LNK2019: unresolved external symbol __imp__NdrDllCanUnloadNow@4 referenced in function _DllCanUnloadNow@0
MSRCom error LNK2019: unresolved external symbol _NdrCStdStubBuffer2_Release@8 referenced in function _CStdStubBuffer2_Release@4
error LNK2019: unresolved external symbol _NdrCStdStubBuffer_Release@8 referenced in function _CStdStubBuffer_Release@4
if Ive commited any errors plz specify that and how to solve this linker errors..
- Previous message: Alexander Nickolov: "Re: vTable offsets"
- Next in thread: Sripraneeth: "RE: Adding C functions to COM object"
- Reply: Sripraneeth: "RE: Adding C functions to COM object"
- Reply: Alexander Nickolov: "Re: Adding C functions to COM object"
- Reply: Steve Alpert: "Re: Adding C functions to COM object"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|