www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Help me!

reply "Katayama Hirofumi MZ" <katayama.hirofumi.mz gmail.com> writes:
https://dl.dropbox.com/sh/yeu7fx8tgebf25x/CJupc40pKq/wonders.zip?dl=1

sqlext.d(361): Error: undefined identifier SQL_TYPE_DATE, did you 
mean variable
  SQL_C_TYPE_DATE?
  sqlext.d(362): Error: undefined identifier SQL_TYPE_TIME, did 
you mean variable
  SQL_C_TYPE_TIME?
  sqlext.d(363): Error: undefined identifier SQL_TYPE_TIMESTAMP, 
did you mean vari
  able SQL_C_TYPE_TIMESTAMP?
Jul 24 2012
parent reply "Bernard Helyer" <b.helyer gmail.com> writes:
On Wednesday, 25 July 2012 at 06:01:37 UTC, Katayama Hirofumi MZ 
wrote:
 https://dl.dropbox.com/sh/yeu7fx8tgebf25x/CJupc40pKq/wonders.zip?dl=1

 sqlext.d(361): Error: undefined identifier SQL_TYPE_DATE, did 
 you mean variable
  SQL_C_TYPE_DATE?
  sqlext.d(362): Error: undefined identifier SQL_TYPE_TIME, did 
 you mean variable
  SQL_C_TYPE_TIME?
  sqlext.d(363): Error: undefined identifier SQL_TYPE_TIMESTAMP, 
 did you mean vari
  able SQL_C_TYPE_TIMESTAMP?
What are you trying to compile and how? I had a look at the linked project, but got different errors, even when trying sqlext.d on its own.
Jul 25 2012
parent reply "Katayama Hirofumi MZ" <katayama.hirofumi.mz gmail.com> writes:
It requires Windows and GNU Make MinGW binary. Don't use DM's 
make.
Jul 25 2012
parent reply "Katayama Hirofumi MZ" <katayama.hirofumi.mz gmail.com> writes:
GNU Make MinGW binary is downloadable at here:

http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82-mingw32/
Jul 25 2012
parent "Katayama Hirofumi MZ" <katayama.hirofumi.mz gmail.com> writes:
---END---
Aug 03 2012