[fpc-pascal] Re: environmentstrings in windows (Jason P Sage)

2006-12-15 Thread Jason P Sage
Regarding My Code Snippet - I was trying to show how I used the "envstr(which one)" to snag the environment variables. This may be the call you want to use. As far as I know - it grabs the WHOLE thing - You obviously will have to do different parsing - as my code snippet relies on the Equal Sign be

[fpc-pascal] Special math. functions (erf, erfc, ...)

2006-12-15 Thread Johann Glaser
Hi! I'm searching for FreePascal implementations of some special mathematical functions related to statistics like erf, erfc and some other cumulative probability functions. Did anybody implement such functions already (e.g. from the Numerical Recipies)? Is it allowed to use the Numerical Recipie

Re: [fpc-pascal] Special math. functions (erf, erfc, ...)

2006-12-15 Thread Florian Klaempfl
Johann Glaser schrieb: Hi! I'm searching for FreePascal implementations of some special mathematical functions related to statistics like erf, erfc and some other cumulative probability functions. Did anybody implement such functions already (e.g. from the Numerical Recipies)? Is it allowed to

Re: [fpc-pascal] Special math. functions (erf, erfc, ...)

2006-12-15 Thread Johann Glaser
Hi! Am Freitag, den 15.12.2006, 21:31 +0100 schrieb Florian Klaempfl: > Johann Glaser schrieb: > > Hi! > > > > I'm searching for FreePascal implementations of some special > > mathematical functions related to statistics like erf, erfc and some > > other cumulative probability functions. Did anyb

Re: [fpc-pascal] unit inet... for resolving dns

2006-12-15 Thread Lionel Drevon
Nice i try the netbd but i found a "bug",i use the testdns.pp provide in the directory of netbd. hostAddrtostr('www.adeli.fr') give the good 195.167.230.4 answer. but the H:=StrtoHostAddr('195.167.230.4'); L:=ResolveAddress(H,NAns); give me 0 result ! i notice that the result for this is pr

Re: [fpc-pascal] unit inet... for resolving dns

2006-12-15 Thread Lionel Drevon
ok after a long read inside the rfc actually it seem that http://tools.ietf.org/html/rfc2317 the rfc 2317 specify that the in-addr.arpa can be a CNAME in case of Classless IN-ADDR.ARPA delegation. less than a /24 so the answer could be a CNAME not only a PTR. I need to correct the Function