Displaying 20 results from an estimated 500 matches similar to: "How to install gds32.dll into wine"
2011 Jun 09
0
Delphi 7 + Firebird SQL - Application
Application created in Delphi 7. It connects to a database created with
Firebird.
The required dll are in the application folder and if necessary are copied to
the System32 folder.
The dll's needed are:
midas.dll
fbclient.dll
gds32.dll
dbexpint.dll
Operating system where you want to run:
11.04 Ubuntu - Linux Kernel 2.6.38-8-generic
2.9 GB memory - Intel Core Duo T6400.
Error reporting:
2010 May 18
1
using firebird 1.5 client
Hi,
in my directory:
test.exe
gds32.dll - from Interbase 6
this works, but if I put GDS32.DLL from Firebird 1.5:
test.exe
GDS32.DLL
the program test.exe has encountered a serious problem and needs to close.
any fix to this? Thanks,
Angelo
2007 Sep 28
2
Delphi application on Wine
Hi there,
I'm very new(bie) here, I just subscribe to the list, but I can not even see the past messages!!! How to do that???
Well, my true problem is:
I trying to run an application write in Delphi (win32) on a Linux machine using Wine (version 0.9.33).
This application access Firebird database, and uses some unique libraries: borlndmm.dll, dbexpint.dll, gds32.dll, midas.dll. All of them
2009 Dec 21
1
Borland Database Engine (BDE)
I've installed Wine 1.1.35 on a fresh Ubunti 9.10 and attempted to install the BDE.
The BDE Administrator runs normally (BDEADMIN.EXE) but I'm unable to make any connections to our Firebird server - attempts to open the connection give me error "Vendor initialization failed" and "Cannot load an IDAPI service library. File GDS32.DLL".
I've put this file into the
2008 Aug 13
4
Running IBPump.exe
Hi,
I am Newbie to Linux and Wine.
Config is Ubuntu Hardy Latest Update
Wine 1.1.2, winecfg win xp, desktop window
IBPump Download Link
http://www.clevercomponents.com/downloads/datapump/getfile.asp?f=demo%2Fdatapump%2FIBPump.zip&d=Interbase+DataPump+v+3.4+standalone+application
2005 Nov 23
1
Richedit problem
Hi All,
I've tried to run my software using wine...
It looks like work,
connection into database.... work...
but there's something missing... these are the comment :
fixme:winspool:WINSPOOL_EnumPrinters We don't handle
PRINTER_ENUM_CONNECTIONS
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_HIDESELECTION: stub
2006 Apr 28
2
Rails and Firebird
Hello! I''m new to Ruby and Rails, but have been reading along here, and
searched the archives and didn''t see anything addressing some concerns I
have with using Rails and Firebird.
I prefer Firebird when it is available, and I''m very pleased to see that
others have gotten it working with Ruby. I have been trying to use it
with Rails, with mixed success.
2006 Sep 05
0
can't use rake deploy with Capistrano
Hello,
When I do rake deploy I have an error. As you can see, capistrano
tryes to ln a dir that already removed (and I think that the
directory is never created by capistrano).
Before this command I made rake remote:exec ACTION="setup" that
executed the following command:
mkdir -p -m 775 /home/explicadores/apps/tutor/releases /home/
explicadores/apps/tutor/shared/system
2006 Mar 16
5
Multiple databases + switching databases
Hello,
I have an application that access two different DBMS - Firebird
and Postgres. So far, that''s ok. The problem is, depending on the
customer logged, a different database (Firebird) must be selected.
To make the things clearer:
Postgres: 1 database shared by all customers with these tables:
- user
- vehicle
- driver
Firebird: several databases with different names and identical
2005 Sep 04
0
Firebird adapter - updated info
For anyone testing the Firebird adapter (or interested in doing so), I
updated the instructions on the wiki with a simpler, improved test
setup. Click "See changes" on the bottom of the page for details on
what changed:
http://wiki.rubyonrails.com/rails/show/Firebird%20Adapter
Also... I hear that some people actually use Windows as a development
environment (perhaps due to factors
2005 Aug 12
10
Anyone using Firebird w/ Rails?
I saw that there''s a patch in the queue
(http://dev.rubyonrails.com/ticket/1874) for a Firebird adapter. Just
wondering if anyone is using this, the other Firebird adapter, or
something else w/ Rails. My main interest is that sometimes Windows is a
target platform, and Firebird is stable on Windows, whereas I''ve heard
that the Windows version of PostgreSQL isn''t
2006 Feb 22
0
Realtime queues with Firebird SQL through unixodbc
Hello,
I have a partially working Realtime Queue using unixODBC and Firebird. I
followed the steps on asterisk-guru and the voip-info asterisk message
boards but have been having no success.
I say that my queue is partially working because callers can join the
queue. However the calls do not go to the agents even if the agent is
not tied up and is available for calls. So the caller is stuck
2004 Jan 26
0
Trouble with HTML search engine & Mozilla Firebird
I'm having trouble with the HTML-based search engine, and I'd be grateful
for any advice. I am using Mozilla Firebird 0.7 on Debian 3.0 with R
1.8.0. (I've also had the trouble with Mozilla Firebird 0.6 on Debian 3.0.
I also use Mozilla Firebird 0.6 on Windows XP, and I have no trouble with
the HTML-based search engine.)
When I type help.start() in R, it brings up the proper search
2009 Jun 12
3
Can't run Mercedes Benz Star Service Manual Library CD
I'm mainly a noobie to Wine.
I've got Wine installed in Ubuntu 9.04 via Synaptic
The viewer.exe won't run directly as it's supposed to
I've managed to get WHIP4 to start the installation process but it comes to a point and gives the message"Cannot detect Netscape or Microsoft Internet Explorer on your machine. You must use DWF files with OLE compliant tools like
2007 Jan 13
0
problem with adding firebird/interbase support to PHP5
Hi,
I'm using CentOS since 4.2 on my server. Now, I need to add support for
firebird to PHP. I've installed PHP5 from Centos-contrib or Centos-plus. The
firebird2 was installed from sources (./configure && make && make install). I
tried to add "--with-interbase=shared,/usr/local/firebird" to php.spec but it
doesn't work :(. Can you please help me howto add
2006 Jan 29
4
Problems with FireRuby and scaffolding
I am trying to generate some scaffolding using "ruby script/generate
scaffold order order". It always fails with the message "uninitialized
constant CHARACTER_SET". I have an orders table in a Firebird databse
called TARPRILOGISTICS.GDB. The database is in a folder named "database"
in my rails app root folder. I tried FireRuby 0.4 and 0.4.1. My config
file looks
2009 Mar 15
2
Rails + Firebird 2.1.x
Hi all,
I have played with JRuby on Rails in the past and managed to make it
work with Firebird. Although migrations did not work, I managed to do
everything manually and it worked. Now, I am working with Ruby on
Rails and was wondering if anyone here has managed to get Rails to
work with Firebird 2.1.x.
If yes, what were the steps? I installed fb and fb_adapter, and I get
the following error:
2005 Nov 16
2
Firebird adapter next steps
I saw that the Firebird adapter was merged to the trunk last night...
thanks Jeremy!
Since I last submitted the fb patch (11/1), I''ve been working on
several improvements, including:
1) I reorganized the code to match the newer conventions used in the
other adapters (mostly just changed the order and grouping of methods,
and added some "section header" comments).
2) An updated,
2006 Apr 11
0
Problem using generate/scaffold and FireRuby
Hi to all,
I am trying to use "ruby script/generate scaffold product". I always get
the message "uninitialized constant CHARACTER_SET". I have a products
table in a Firebird database called depot_development.fdb. Here is my
config file :
> common: &common
> adapter: firebird
> host: localhost
> username: SYSDBA
> password: masterkey
>
2009 Mar 31
7
Firebird adapter HELP???????
Hi All,
Is anyone successfully using ROR 2.x with Firebird 2.x in a production
environment? The support seems to have dwindled.
I would greatly appreciate any installation guidelines, comments or
tips. What is somewhat confusing is what is required to for ROR to play
nicely with firebird.
I have come across fireruby, fb_adapter, fb-0.5.9...there does not seem
to be cohesive install /