0
votes

I have created an activex control using mfc and added the control to a dialog application. It compiled fine but when i modify the activex control code and build it, i am getting an error message "fatal error LNK1168: cannot open C:\te\Debug\te.ocx for writing".

I removed the activex control from the app and used regsvr32 -u to unregister it but still it fails. Please help me to resolve this issue.

1

1 Answers

0
votes

Please refer this Microsoft article to resolve this issue.