Why not try a more simple program ?

this need a library

and try using:    hbmk2 myprg.prg

Bruno

2009/5/27 <[email protected]>

> Newbie here. Just downloaded harbour-1.0.1-win32-mingw432.
>
> Got sample code from here:
>
> http://www.nabble.com/Mini-tutorial-MySQL-connection-td23524813.html
>
> Did this:
>
> D:\harbour-1.0.1-win32-mingw432\bin>bld mysqltest
>
> Got this:
>
> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x48):
> undefined? reference to `HB_FUN_HB_ADOSETTABLE'
> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x58):
> undefined? reference to `HB_FUN_HB_ADOSETENGINE'
> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x68):
> undefined? reference to `HB_FUN_HB_ADOSETSERVER'
> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x78):
> undefined? reference to `HB_FUN_HB_ADOSETUSER'
> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0x88):
> undefined? reference to `HB_FUN_HB_ADOSETPASSWORD'
> C:\DOCUME~1\A1\LOCALS~1\Temp/ccQVus8n.o:mysqltest.c:(.data+0xc8):
> undefined? reference to `HB_FUN_ADORDD'
> collect2: ld returned 1 exit status
>
> I got the follong files in the lib directory:
> ??? adordd.lib
> ??? hboleaut.lib
> ??? usrrdd.lib
>
> I even tried compiling the included example but I still get the same error.
> (e.g. bld mysql3)
>
> Please help.
>
> _______________________________________________
> Harbour-users mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour-users
>
_______________________________________________
Harbour-users mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to