similar to: how to use R in delphi or vb ?

Displaying 20 results from an estimated 2000 matches similar to: "how to use R in delphi or vb ?"

2007 Jun 07
3
is it possible to run delphi apps(forms) using wine
is it possible to run delphi apps/forms(that was build, compiled, and targeted to windows machines) on linux(fc6, suse 10.x) These delphi apps connects to MS SQL server. if it is possible, then I can easily ground all those windows xp machines, that are just use to run these delphi apps... and use linux instead Regards --------------------------------- Got a little couch potato? Check
2005 Jan 19
4
how to call R in delphi?
Dear All: Now I am writing program in delphi , found it is very convenience to do anova, T-test, F-Test, etc in R , how to call R in delphi? Thsnks. Best Regards YiYao Jiang Product Division/ product Testing Department Semiconductor Manufacturing International Corporation ZhangJiang Road, PuDong New Area, Shanghai ZIP: 201203 Tel:86-21-5080-2000 Ext. 15173
2004 Dec 07
2
WINE x Delphi BDE + MSSQL Client
Hi, I have an app with Delphi7 + MSSQL, developed during 10 years. Now, the users have asked me about some way to run this app into Linux Fedora Core 2/3. I use Fedora for apps in Java with no problems, but I never heard about Delphi run. I look at WineHQ site about this combination of Delphi + MSSQL but I didn't find. I found some thing about Delphi 7 install and slow behaviour in
2007 Mar 19
8
Printing with delphi
I have a application in delphi 7, but i don?t printing, how do I can print in wine with application delphi ? Thanks
2002 Jul 03
3
Runing win32 Delphi applications with wine ?
Hello list reader, Did people succed in trying to run Delphi applications with wine ??? Well, if they didn't work we can always try to use kylix to get them work. But I suspect that we will have to go with lot of rewriting because of the type of these applications : graphical intensive ones. Any ideas about that ? Thanks ! Guy
2012 Oct 10
5
Contacting Delphi ??
What does the sudden appearance of "Contacting Delphi ......the oracle is unavailable. We apologize for any inconvenience." mean? A bug? It appears at plotting. Thanks Christian -- Christian W. Hoffmann, CH - 8915 Hausen am Albis, Switzerland Rigiblickstrasse 15 b, Tel.+41-44-7640853 c-w.hoffmann at sunrise.ch, christian at echoffmann.ch, www.echoffmann.ch
2006 May 25
1
help get character output R in Delphi
Hi all, first thanks reading my letter, Im statistics student . im doing my final assignment bout application of correspondence analysis in geographical information system. i use delphi 7 for developing and R for statistical computation. I use RDCom to cennect delphi and R. there was some example in visual basic to get the vharacter output of R in in vb. but i cant get the character
2005 Sep 08
3
R API call from delphi
Hello, Has anyone tried to call R API from Delphi under windows ? How was it done if it was ? Or has anyone any idea about how it could be done ? Thanks for your answers Laurent Tessier [[alternative HTML version deleted]]
2005 Jan 10
1
Missing files for Delphi
Hello speex-dev, Like several others who develop in Delphi I have searched for the speex.dll or speex.pas file to no avail. Its a pity that this compilation is not available as many developers use Delphi, and this codec does seem to be an excellent free alternative. Do you know if anyone has been able to contact John Villar the author of the delphi example? -- Regards, Alistair+
2004 Feb 16
2
Delphi 6 app with QReport
The program it is working in wine except that I can't print. When I try I receive this: fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS fixme:psdrv:PSDRV_EndPage Already ended a page? And nothing is printed... Any hint? Thankyou and please excuse my english.
2008 Sep 05
2
Wine Delphi 5 Pro Usage Glitches
Hi, With help of AppDB howto and tips from wine community I managed to install Delphi 5 on KUbuntu 8.0.4.1 Wine 1.1.3. I can use it fairly flawlessly with some features missing. I compiled Application on this installation and launched in production also almost week ago and have not received any complaints till date. I have noticed some minor glitches which are hampering productivity a little bit.
2000 Sep 19
2
Vorbis / Delphi Question
Hi all. I just downloaded the vorbisdll_bin.zip file from the archive, which appears to be the complete libvorbis in DLL format. This is wonderful news, as I was trying to convert the C library to a Delphi library by hand, and it was very slow in going. The only question I have is has anyone translated the necessary structures from C to Delphi yet? I noticed in the list that someone
2002 Oct 31
1
winelib: porting Delphi apps
Just a (probably crazy) thought: What about porting Windoze apps that aren't written in C? I've got a Delphi application that currently runs under Virtual PC under OS 9.2 on an eMac (PPC Processor), which would run much faster without those OS layers in between. I don't really have a clue as to whether this really far-out-whacky or not cuz I am not really a Delphi, or, for that matter,
2006 Jan 17
4
Delphi Application.
Friends, Sorry my english, i'am speaking from brazil. I have a problem with an delphi application running on wine 0.93. The application open exactly, but the buttons not it appears correctly. I send the link of screenshot: http://200.195.11.195/~prolinx/screen01.jpg any help is coming well. Thanks!!! Angelo Braga
2006 Dec 04
8
Calling R functions in Delphi
Hello All, We would like to call quantile() function from the R-package STATS in a Delphi program. If this is possible, could anyone provide us with an example? Thanks in advance. --Anna ----------------------------------------- Anna Belova Abt Associates Inc. 4800 Montgomery Ln, St 600 Bethesda, MD-20814 phone: 301-347-5304 fax: 301-652-7530 http://www.abtassociates.com/environment
2009 Apr 20
7
Trying to make a Delphi database application run correctly
Hello, everybody! First of all I have to say that I'm already posted this question in another forum: http://www.delphipages.com/threads/thread.cfm?ID=206179&G=206179 but as I haven't got any response from there I thought that this would be the right place to ask what I asked there. I really hope to get your help about this because I am totally new to Linux and I don't know where
2003 Nov 08
2
Encoding in Delphi - Help
Hi! I've made a vorbis encoder in delphi, but it's very verey slow! It takes 5 minutes to encode a pcm file. And i don't know why. Could anyone help me??? ---------------------------------------------------------------------------------- result := ogg_stream_flush(os, og); while result <> 0 do begin OutFile.Write(Pointer(og.header)^, og.header_len);
2000 Sep 19
1
Vorbis / Delphi Question
Hi all. I just downloaded the vorbisdll_bin.zip file from the archive, which appears to be the complete libvorbis in DLL format. This is wonderful news, as I was trying to convert the C library to a Delphi library by hand, and it was very slow in going. The only question I have is has anyone translated the necessary structures from C to Delphi yet? I noticed in the list that someone
2002 Dec 01
7
Samples of external code with various compilers?
R can run external code in C, C++, Fortran, Delphi, etc., but the R extensions manual only gives limited documentation for anything but C and C++. It would be useful to have a collection of sample code showing how to dyn.load functions written in other languages, if necessary for a variety of different compilers, in case that makes a difference. Does such a collection already exist? If not,
2004 Aug 06
2
delphi speex.dll
Hi I don't have the tools (or the ability) to compile the speex.dll as required in the delphi sample. Could someone maybe point me to a site or contact where I can get hold of this dll and other related files. Kind regards Theo --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to