Displaying 20 results from an estimated 10000 matches similar to: "Re: XmlHttpObject"
2008 Oct 30
1
Internet Explorer embedded
Hi!
I'm tired of trying to find a fix, so I'm asking you all for help!
This demo of using a webbrowser (extended) embedded in a Delphi application is giving an error:
http://www.bsalsa.com/Downloads/EmbeddedWB_Demo_Exe_File.zip
The error is WINE ole ERROR 80070057
Any Idea?
[Image: http://img76.imageshack.us/img76/3639/48083973zi9.png ] (http://imageshack.us)
2011 Feb 12
1
Re: XmlHttpObject
Simple application in post #1 still doesn't work (Wine 1.3.13)
2010 Sep 02
1
XmlHttpObject
Hello!
Is there a reason why applications using xmlhttprequest don't work?
Simple Delphi code.
Uses comobj;
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
begin
xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0');
xmlhttp.open('GET', edit1.text, true);
xmlhttp.send();
while (xmlhttp.readystate<>4) do application.processmessages;
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
2005 Jan 31
2
Developing an IP Phone
I just thought this link might be interesting to some of you. I know
it's m$ware but please hold back the flames.
http://msdn.microsoft.com/library/en-us/wcetarget5/html/wce50oriDevelopingVoIPPhone.asp
mitchel
2009 Jun 28
1
I need to be able to retrieve windows user info on a windows server.
Hi, I'm a Linux newbie.
I've been doing novice level programming on Delphi win32 for about 2 years,
and recently, I've been exploring freepascal/Lazarus on Ubuntu because I
want to port a small win32 application to Windows. I've managed to port
over most aspects of the win32 app, including database, but I'm now stuck at
trying to find a Linux equivalent of the netapi32 (a
2011 Oct 05
7
OLE error 80004002
Hello!
i create my software by Delphi 2010 for Windows, when i start my program by Wine 1.2.1 on linux i get error 80004002 "No such interface supported".
I debug programm and found error code
--- function
TXMLDocument.SaveToStream(TMemoryStream); // Error
--- stuff of the function
unit XMLDoc;
procedure TXMLDocument.SaveToStream(const Stream: TStream);
begin
CheckActive;
2009 Jun 22
5
Further .NET woes
Further to advice from the list, I tried using winetricks. Below you
can see a list of available packages and the one I felt was the answer
(mono is the linux implementation of .NET). Can anyone tell me what I
am doing wrong ?
andrew at zeus:~/Download/Fictionwise/Mobipocket$ winetricks
Usage: /usr/bin/winetricks [options] package [package] ...
This script can help you prepare your system
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
2011 May 31
2
Winetricks wininet
workaround can't be used in wine 1.3.21
winetricks wininet
wine iexplore
fixme:urlmon:create_object Could not find object for MIME L"application/x-gzip-compressed"
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 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
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
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
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
2010 Aug 27
3
Printing from OS X using Wine
I submitted a question a day ago about printing from darwine. I have since changed to the regular version of wine and a lot of stuff works better but printing is still a problem.
Whenever I try to print my program recognizes there is no default printer (and assumes there is no printer installed at all) and tells the user they need a printer in order to print.
How can I get wine to show the
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
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
Hello,
In case there are other users of the AsteriskWin32 port...
I haven't really used the AGI feature of Asterisk to run an application
from extensions.conf. *Win32 supports Perl, which I don't know. Apparently,
it's also possible to write AGI applications as EXE's (there's a
eagi-test.exe file installed by default).
=> When a call comes in, I'd like an AGI
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