similar to: Re: XmlHttpObject

Displaying 20 results from an estimated 200000 matches similar to: "Re: XmlHttpObject"

2010 Oct 19
2
Re: XmlHttpObject
Using winetricks its fine! 8) Bug now seems to be "fixed" 1.35. But example still doesn't work good. Often it gives empty response, sometimes get only part of the page HTML [Rolling Eyes] Btw, here is another example that doesn't work. Just try to use.. http://bsalsa.com/Downloads/EmbeddedWB_Demo_Exe_File.zip
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;
2005 Oct 27
2
Problem with strings in Delphi Program
Hello, I tried to run a program written in Delphi in wine and it ran quite perfectly, but sadly there was one important detail that made using it impossible... It seems that wine has a problem with the text inputs (edits). They are "string" datatypes (8 bit ansi string), and not null terminated. The problem was showing itself e.g. at the login form of the program. The password I
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
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.
2008 Mar 06
4
dot matrix POS parallel printer problems
I have a application that writes to the LPT1 directly, in wine there is a lot of missing characters in the printout, in the console printing to /dev/lp0 works ok. I'm using puppy linux. Any help welcome. Thank you
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
2008 May 08
10
GetAsyncKeyState
I wrote an application in c++ which should return the GetAsyncKeyState(0x01). But I always get 0. If I click on the window of my app,I will get the right answer. GetAsyncKeyState should return systemwide clicks! The same things happens when I write a VB application. I found an app written in Delphi which uses the GetAsyncKeyState call and returns systemwide clicks. Can someone tell me whats the
2009 Mar 07
2
direct i/o using wine
I built a projet that use direct i/o access to $100-$1F0 and $300-$307 i/o address. I use delphi 6 with a driver to enable direct i/o access in winNT,XP etc. and all is ok. Now I'd like to run my project in linux (I choose ubuntu 8.10) but all i/o access are refuse. Do you know if wine permit the direct use of i/o? What is the correct methode? (recompiling wine or the kernel, using a different
2007 Aug 08
12
Some more win32-changenotify analysis
Hi all, I decided to check the responsiveness of the pure Ruby vs C extension versions of win32-changenotify. I setup this little file generator program: a = [] 10.times{ |n| a << Thread.new{ File.open("File_#{n}", ''w''){ |fh| fh.puts "test #{n}" } } } a.each{ |t| t.join } The pure Ruby version did not do so well. In some cases it
2010 Jul 16
8
Native libpq.so instead of libpq.dll?
Hello all, is it possible to use the native Linux libraries instead of their Windows builds? This can be a newbie question. :) I have a database program based on PostgreSQL and I think that coyping the Windows libraries for the application to run is a bit luxury when the same but native libraries with the same functions already exist for Linux and they are already installed on my system. I
2005 Sep 25
3
The Wine project needs YOU to help triage bugs!
Wine is approaching the 0.9 release, and it's time to start fixing all the lingering bug reports in Wine's bug database. You can help the Wine developers do this even if you're not a developer yourself! All you have to do is spend an hour trying to reproduce a bug that somebody else filed. If you're interested, please go to http://kegel.com/wine/qa for step-by-step instructions.
2009 Jan 22
6
Application will only run when executed from its directory
Hi everyone! I am running Wine 1.0 on Linux Mint 5.1. I have a custom developed program that was designed in Delphi using the Borland Database library that will only run correctly if executed from the directory it is contained in. It will not run from the start menu nor will it run from a launcher that I have built on the Desktop. I figure it has to be something with the path referencing. I
2006 Jun 20
1
DAO 3.5 and OLEAUT32.DLL troubles...
Hi, I'm a Delphi developer. Using DAO 3.5 (the engine for MS Access 97 databases) and Wine 0.9.15 or 0.9.9 I've got a trouble: when I launch a query that uses some expressions (ie: "SELECT Format(...) FROM Customers") the query fails, lamenting that the function doesn't exist... (A note that can help: Dao uses VBAR332.DLL or Expsrv.dll module to evaluate expressions) The
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 19
1
MSSQL + ODBC + BDE + WINE colaboration
Dear Master I am new comer in this mailing list. Can you tell me how to connect BDE and ODBC for MSSQL connection using wine. I have already install BDE from Delphi 5 and DBCrab from Winetools. ODBC is OK to connect MS SQL database. But when I joint with BDE using ODBC to connect database there is some error like : [Microsoft][ODBC SQL Server Driver][DBNETLIB] SQL Server does not exist or
2009 Jan 16
2
How to discover within my application if executed in Wine?
Hi, I'm a Delphi (Windows) developer and I was trying to use Wine to execute my applications on Linux (actually using a Kubuntu 8.10) Most thing works great, but some don't. I was wondering if there's a way to discover if I'm under Windows or Linux just having a function like IsWine() that returns a boolean value. In this way I will be able to fix those small things that don't
2011 May 21
5
Wine development (program lenguage)
Hi, I'm learning about programing and I would like to know what language use wine to learn it.
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
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