Hi
I have a very old OCX project.
I need to compile the RC file alone with the RC compiler. The problem is that the RC compiler fails with error "file not found: logsX.tlb"
I removed the line : 1 TYPELIB "logsX.tlb" from the RC and the compilation succeeded.
Now the problem is the the OCX is not registaring without the TYPELIB definition.
The DLLRegisterServer failed with error code 0x80040200
If I return the line 1 TYPELIB "logsX.tlb" it's register with no issues.

Can anyone assist on that issue ?

Thanks in advanced.