Could you please advice, can I disable third-party component license checks in Visual Basic 6 ?
I have a task to compile VB6 project with big amount of legacy code and this project uses some third-party DLL and OCX components. We found some versions of this components, but when I try to build EXE file I get following compilation errors: "Cannot load control FrameTimer; license not found."
Can I disable somehow this license checks from VB6 Studio setting or registry?
Thank you.