shhac Expert Cheater
Reputation: 0
Joined: 30 Oct 2007 Posts: 108
|
Posted: Wed Oct 28, 2009 11:56 am Post subject: [delphi] recompile mkvextractgui problems |
|
|
source from Code: | http://coreforge.org/frs/?group_id=33 (MKVExtractGUI-1.6.4.1_src.zip) |
delphi version Code: | Embarcadero.Delphi.2010.RTM.v14.0.3513.24210.Lite.v3.6 | (clean install, just installed it)
OS: Vista Home Prem (x32)
Problems opening project: "ProjectGroup1.bdsgroup" references an unknown file -> open with "MKVextractGUI.dpr", then missing component/class warnings as file opens, and when you try to compile.
(Missing) Components/Classes: TDosCommand, TOpenDirDialog
Reason for wanting to recompile: problem with viewing/extracting chapters, the textarea displays following message when mkv is loaded Code: | Error: Unrecognized command line option ''. Maybe you put a mode specific option before the input file name? | Checked with processmonitor and the command line being sent has '' stuck on the end, note that is two 's, not an ".
Command should be Code: | "C:\path\to\mkvextract.exe" chapters "file.mkv" -s |
Problem should be around line 230 or 968 of Unit1.pas
Either telling me how to proceed or fix+recompile for me would be much appreciated.
Thanks.
|
|