Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How must I configure C++Builder to make an .exe that does not require TVidGrab.bpl at runtime?

0
Posted

How must I configure C++Builder to make an .exe that does not require TVidGrab.bpl at runtime?

0

– go to Project | Options | Packages, check “Build with runtime package”, go to the end of the packages list, remove “;TVidGrab”, and then uncheck “Build with runtime package”. – go to Project | Options | Linker, uncheck “use dynamic RTL”. – rebuild the project. I loaded up the demo for TVideoGrabber in Delphi 6 Trialor Delphi 7 Trial and tried to build it. I am getting and error at address nnnnnnn in module dccn0.dll read of address nnnnnnnn. The trial version comes with a different DCU format than the real one. TVideoGrabber or other third-party components can’t be used in the trial. Exception error CPU window occurs when running the project from the IDE, but not out of the IDE: If you see “breakpoint” labels in the CPU window, this problem is commonly caused by debug statements left in of some codecs (like Voxware audio codecs) that stops the program by sending unwanted “int 3” breakpoints to the Delphi or C++Builder debugger. This problem occurs when TVideoGrabber enumerates the co

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123