COM Componet creation..? Urgent
Hi,
Envornment: VC++5.0,WinNT
Iam trying create a COM component from ATL COM apppwizard and when I tried to add the COM object to the project from the ATL Object wizard none of the ATL objects are listed.Please let me know how to procede further.
THanx in advance.
NMNB
Re: COM Componet creation..? Urgent
I also faced the same problem.
I reinstalled VC++. It got corrected
This may be due to installation option ?
There is one installation option to include ATL during installation - may be that was uncheked ?
Re: COM Componet creation..? Urgent
It's a known bug in VC5. See Knowledge Base article Q166720 for the fix.
Re: COM Componet creation..? Urgent
If you are creating ATL project, EXE or DLL, after creating, select "insert" menu, select "New Atl Object" menu & add interface. Now when you will select "class view", you will be able to see interface you added. When you right click on the interface, you can add properties or methods.
You can refer book "Beginning ATL COM porgramming by Dr Richrd Grimes".