Paramstr
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 22 articles for 0.000 sec
Re: Runtime Error 216 risolto...o quasi     

Group: it.comp.lang.delphi · Group Profile · Search for Paramstr in it.comp.lang.delphi
Author: Max
Date: Feb 13, 2008 02:17

... C'e` qualcosa di sbagliato in quel codice? Grazie LUCA Io non userei Halt e poi farei il controllo, nel dpr, in questo modo [..] cfg: TIniFile; begin if (ParamStr(1) = '-coc') then begin //Io metterei anche un controllo se esiste il FileIni oppure un valore di default //bisogna poi vedere che ci fai con il valore. cfg := TIniFile.Create(...
Show full article (0.80Kb) · Show article thread
Runtime Error 216 risolto...o quasi     

Group: it.comp.lang.delphi · Group Profile · Search for Paramstr in it.comp.lang.delphi
Author: Pop Merrill
Date: Feb 13, 2008 00:45

... il mistero del perche` si chiuda con errore! Prima l'esecuzione terminata da codice senza errori. Nella OnCreato ho scritto questo: If ParamCount<>1 Then Halt; If ParamStr(1)<>'-coc' Then Halt; Application.Title := 'schedule...'; cfg := TIniFile.Create(ExtractFilePath(Application.ExeName)+'coc_plugins.ini'); CocIniFile := cfg.ReadString( 'General Settings', 'COC Ini Path...
Show full article (1.12Kb)
FAIL MIME-tools-5.423 i386-openbsd 4.2     

Group: perl.cpan.testers · Group Profile · Search for Paramstr in perl.cpan.testers
Author: Simon Bertrang
Date: Dec 29, 2007 09:49

...Simple case, second-best choice of filename ok 20 - no filenames found ok t/Misc...............1..14 ok 1 - bug 971008-MWN: are MIME attributes parsed ok? ok 2 - bug 970822-AL: Mail::Field register problem (paramstr) ok 3 - bug 970822-AL: Mail::Field register problem (type) ok 4 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 5 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 6 - bug...
Show full article (18.92Kb)
FAIL MIME-tools-5.425 i386-openbsd 4.2     

Group: perl.cpan.testers · Group Profile · Search for Paramstr in perl.cpan.testers
Author: Simon Bertrang
Date: Dec 29, 2007 09:43

...Simple case, second-best choice of filename ok 20 - no filenames found ok t/Misc...............1..14 ok 1 - bug 971008-MWN: are MIME attributes parsed ok? ok 2 - bug 970822-AL: Mail::Field register problem (paramstr) ok 3 - bug 970822-AL: Mail::Field register problem (type) ok 4 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 5 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 6 - bug...
Show full article (19.05Kb)
Re: FormCreate     

Group: it.comp.lang.delphi · Group Profile · Search for Paramstr in it.comp.lang.delphi
Author: GuidoNoe'
Date: Dec 7, 2007 03:18

frankyae wrote: Salve, e grazie in principio. Avrei bisogno di passare parametri al FormCreate(Sender:TObject);, tipo FormCreate(Sender:TObject; Ambiente:String); dove Ambiente ГЁ il mio parametro. Come posso fare? --- posted by geoForum on http://www.delphiedintorni.it Guardare l'help sotto paramstr no ? Guido
Show full article (0.34Kb) · Show article thread
Help with Tsession     

Group: borland.public.bde · Group Profile · Search for Paramstr in borland.public.bde
Author: Tuto
Date: Sep 27, 2007 14:43

..., i've used for long time, but now i'm loosing data from the tables and i think it's because net/priv dir. i've my app in diferent dir of the tables, but now i want to create NET/PRIV dirs. i use this code in the .DPR unit and on the datamodule.oncreate session.Privatedir:= extractfilepath(paramstr(0)) + '..\PRIV'; session.Netfiledir:= extractfilepath(paramstr(0)) + '..\NET';
Show full article (0.63Kb)
Re: Lock file has grown to large?     

Group: borland.public.bde · Group Profile · Search for Paramstr in borland.public.bde
Author: Tuto
Date: Sep 27, 2007 08:39

... steps according to the software you are using. DELPHI: Session.PrivateDir := ExtractFilePath(ParamStr(0)) + 'PRIV'; C / C++: DbiSetPrivateDir(szPath); // szPath is the fully ... steps according to the software you are using. DELPHI: Session.NetFileDir := ExtractFilePath(ParamStr(0)) + 'NET'; C / C++: DbiSetProp(hSes, sesNETFILE, (UINT32)szPath); // ...
Show full article (2.54Kb) · Show article thread
Re: Lock file has grown to large?     

Group: borland.public.bde · Group Profile · Search for Paramstr in borland.public.bde
Author: Bill Todd
Date: Sep 20, 2007 08:02

... following steps according to the software you are using. DELPHI: Session.PrivateDir := ExtractFilePath(ParamStr(0)) + 'PRIV'; C / C++: DbiSetPrivateDir(szPath); // szPath is the fully qualified ... steps according to the software you are using. DELPHI: Session.NetFileDir := ExtractFilePath(ParamStr(0)) + 'NET'; C / C++: DbiSetProp(hSes, sesNETFILE, (UINT32)szPath); // szPath...
Show full article (2.10Kb) · Show article thread
Re: Lanciare applicazione dotnet da un programma win32     

Group: it.comp.lang.delphi · Group Profile · Search for Paramstr in it.comp.lang.delphi
Author: Morde
Date: Jul 16, 2007 08:36

... l'input del successivo. il codice che dimostra questo ГЁ semplice: procedure TForm1.Button4Click(Sender: TObject); var SEInfo: TShellExecuteInfo; ExitCode: DWORD; ExecuteFile, ParamString, StartInString: string; begin ExecuteFile:='C:\TEMP\publish\publish\GenericMapping.application'; FillChar(SEInfo, SizeOf(SEInfo), 0) ; SEInfo.cbSize := SizeOf(TShellExecuteInfo) ...
Show full article (1.54Kb) · Show article thread
Re: Versione eseguibile     

Group: it.comp.lang.delphi · Group Profile · Search for Paramstr in it.comp.lang.delphi
Author: Gaetano
Date: May 18, 2007 10:39

...VerValueSize: DWORD; VerValue: PVSFixedFileInfo; Dummy: DWORD; begin VerInfoSize := GetFileVersionInfoSize(PChar(ParamStr(0)), Dummy); GetMem(VerInfo, VerInfoSize); GetFileVersionInfo(PChar(ParamStr(0)), 0, VerInfoSize, VerInfo); VerQueryValue(VerInfo, '\', Pointer(VerValue), VerValueSize); with VerValue^ do begin Result ...
Show full article (0.72Kb)
1 · 2 · 3 · next