View previous topic :: View next topic |
Author |
Message |
jicman
Joined: 22 Dec 2004 Posts: 298 Location: Rochester, NY
|
Posted: Wed Jan 09, 2008 3:30 pm Post subject: imp.d programming examples |
|
|
Greetings.
Any ideas where I can find any D programs using imp.d?
thanks,
jose |
|
Back to top |
|
|
stonecobra
Joined: 25 May 2004 Posts: 48 Location: Rough and Ready, CA
|
Posted: Fri Jan 11, 2008 3:44 pm Post subject: |
|
|
what imp.d file are you referring to? as an example I will refer to the dbi/mysql/imp.d.
the imp.d file is intended to be an internal "translation/integration" layer between D and the C API for MySQL. So, the only library using that file is DDBI itself, and your program would just use dbi.mysql.Database, etc.
Make sense? |
|
Back to top |
|
|
jicman
Joined: 22 Dec 2004 Posts: 298 Location: Rochester, NY
|
Posted: Sun Jan 13, 2008 11:09 pm Post subject: |
|
|
Sorry, I was referring to the SQLite3 imp.d. |
|
Back to top |
|
|
stonecobra
Joined: 25 May 2004 Posts: 48 Location: Rough and Ready, CA
|
Posted: Mon Jan 14, 2008 12:37 pm Post subject: |
|
|
jicman wrote: | Sorry, I was referring to the SQLite3 imp.d. |
Will be a similar situation. I am currently using SqliteDatabase in my project code, so imp.d is being used indirectly. |
|
Back to top |
|
|
jicman
Joined: 22 Dec 2004 Posts: 298 Location: Rochester, NY
|
Posted: Mon Jan 14, 2008 12:52 pm Post subject: |
|
|
thanks. I kinda figured.
jose |
|
Back to top |
|
|
|