I am attempting to register my first experimental com, and for that I need to first learn how embed the type lib info created by using #com tlib on meta command into my dll that contain the com class.
When I used pbtyp command to do that, by entering window console command "pbtyp myclass.dll" (assuming that myclass.tlb is defaulted) , I got following message:
"type library file myclass.rc not found."
The help file states that the resource file parameter is optional and I don't use resource file to create this com. So any help is appreciated !
Regards and Thanks.
Kunhock
When I used pbtyp command to do that, by entering window console command "pbtyp myclass.dll" (assuming that myclass.tlb is defaulted) , I got following message:
"type library file myclass.rc not found."
The help file states that the resource file parameter is optional and I don't use resource file to create this com. So any help is appreciated !
Regards and Thanks.
Kunhock
Comment