How must I configure C++Builder to make an .exe that does not require TVidGrab.bpl at runtime?
– 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
- Can I build stand alone applications, meaning, applications that do not require the presence of runtime DLLs on the system, with C++Builder?
- Does the Adobe AIR runtime require administrative privileges for installation on the desktop?
- How must I configure C++Builder to make an .exe that does not require TVidGrab.bpl at runtime?