Subject | Re: [firebird-support] Re: FB install questions. |
---|---|
Author | Helen Borrie |
Post date | 2004-03-10T00:28:14Z |
At 11:58 PM 9/03/2004 +0000, you wrote:
that your application passes to the various API functions. So, instead of
you constructing your own classes and methods, it's already done for you.
complies with the "Windows installer" standard. Equivalent to RPM files on
Redhat and Mandrake, if you like...
are used by the installer.
As several people have already explained to you, the zip files are the
wrong kit for a novice to try to do his first install.
You should download the Windows Installer kit and simply double-click on
it. The installer program will start up, it will prompt you to answer some
questions (but HIGHLY RECOMMENDED for a newbie is to take all of the
defaults). A few seconds later, it is all installed and the server will be
running.
Once again, the download you want is the very first item under "Downloads"
if you click through to here:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1078877846:81175&page=ibp_download_15
Or, get it directly with this URL:
http://prdownloads.sourceforge.net/firebird/Firebird-1.5.0.4306-Win32.exe
Gee, I don't do this for everyone. :-))
/heLen
> > What are you trying to "link" to? The dll exposes the API - that isThe functions you call are all prototyped in ibase.h.
>its
> > purpose.
>
> Ok Helen. I've been hung up on the idea that I
>should be able to call the API directly, like I do
>the functions in the one DLL I've built, and the
>DLL's I've used in my very limited experience with
>Windows.
> I now understand that that isn't going to happenHuh?
>with Firebird's API.
>What is the motivation forNot. It is a regular DLL that exports function entrypoints.
>shipping a DLL that requires loading the library,
>then assigning a pointer to each function one wishes
>to use?
>IBPP looks like a solution to this problem,Again, huh? What IBPP does, is it encapsulates the parameter structures
>but why create the problem in the first place?
that your application passes to the various API functions. So, instead of
you constructing your own classes and methods, it's already done for you.
> > Still not clear what you're expecting to do hereA "Windows installer" is a scripted and compiled installation program that
>
> What I was trying to do here, in this thread, is
>to understand the "Windows installer" described in
>the install notes.
complies with the "Windows installer" standard. Equivalent to RPM files on
Redhat and Mandrake, if you like...
>I don't see an installerThe zip files contain - well - files. And scripts and some binaries that
>executable in the distribution.
are used by the installer.
As several people have already explained to you, the zip files are the
wrong kit for a novice to try to do his first install.
>Are we talkingNo.
>about the control panel's "Add New Software"
>facility?
You should download the Windows Installer kit and simply double-click on
it. The installer program will start up, it will prompt you to answer some
questions (but HIGHLY RECOMMENDED for a newbie is to take all of the
defaults). A few seconds later, it is all installed and the server will be
running.
Once again, the download you want is the very first item under "Downloads"
if you click through to here:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1078877846:81175&page=ibp_download_15
Or, get it directly with this URL:
http://prdownloads.sourceforge.net/firebird/Firebird-1.5.0.4306-Win32.exe
Gee, I don't do this for everyone. :-))
/heLen