Displaying 20 results from an estimated 377 matches for "delphi's".
Did you mean:
delphi
2004 Sep 14
3
memory allocation questions
Dear R-devel
This one seems a bit arcane for R-help. I very often use R to call routines written in Delphi (son of Pascal), doing "persistent" memory allocation within Delphi. That is, I start R and load the Delphi DLL; then I use .C to call a Delphi routine which allocates a piece of memory X and returns to R a pointer to X; then I do some more stuff in R; then I call another Delphi routine,...
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-2...
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...
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...
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
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 output of R in delphi.
i have got the graphic of R in delphi. i wanna get the character output...
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
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...
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...
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,
ww...
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 mentioned this
already, but I don't see a response to this request.
I have already translated much of the str...
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, C developer. I...
1998 Jun 12
1
Problems with Delphi 3 on SAMBA
Hi,
We have a Sun running SAMBA and have a problem with a share which contains
Delphi 3 source code. Compilations on large projects fail, with the .EXE
file stopping generation at ~2Mb, although compilations of the same code on
an NT drive are fine.
Delphi 1 seems to work fine on the SAMBA drive, creating files of >3.5Mb, so
it does not seem to be a file size problem either.
C...
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...
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 Dec 09
3
external pointers
I have some C data I want to pass back to R opaquely, and then back to
C. I understand external pointers are the way to do so.
I'm trying to find how they interact with garbage collection and object
lifetime, and what I need to do so that the memory lives until the
calling R process ends.
Could anyone give me some pointers? I haven't found much documentation.
An earlier message
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 mentioned this
already, but I don't see a response to this request.
I have already translated much of the str...
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 to go anymore.
If you r...
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.
2006 Dec 30
0
Delphi debugger crashes in HVM WinXP
Hello List, this is my first post to the list and I hope my English is
good enough.
I want to use Borland Delphi 7 in a HVM WinXP, but when I run my program
with the debugger from Delphi the following error occurred:
Translated: "The Program can''t be initialized (0xC0000005). Click OK to
quit the Program"
Original German: "Die Anwendung konnte nicht richtig initialisiert
werden (0xC000...