Hi All
I made an MFC app and then added an atl object to it and expose an interface. I then register the tlb file and call its functions from an ASP page.
I use Server,CreateObject to create the my C++ object which is fine and it gets created.
But when I call one of its function I get this error messagbox :
The instruction at "0x--------" referenced memory at "0x0------", the memory could ... 'Memory Cannot be read'
Could you please help me and tell me what is wrong?????
Thanks in advance