>-----Original Message-----
>From: Viktor Szakáts [mailto:harbour...@syenar.hu] 
>Sent: Tuesday, June 09, 2009 6:15 PM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] Re: How to simulate select ... where 
>... orderby...limit ... offset
>
>>> I'll add odbc32 in next commit.
>>
>> C:\harbour\contrib\rddsql\sddodbc\tests>hbmk2 test1.prg -lodbc32
>> hbmk: Processing configuration: C:\harbour\bin\hbmk.cfg
...
>> -otest1.exe -LC:/harbour/lib/win/mingw -LC:/harbour/lib
>>
>> :(
>
>You have non-mingw libraries in your lib path.
>
>Again I still cannot more strongly recommend to start with 
>new, empty Harbour directory.
>

Yes, I know. But when I rename olds lib from OW to *.bil, I have :


C:\harbour\contrib\rddsql\sddodbc\tests>hbmk2 test1.prg -lodbc32 
-LC:\harbour-11\mingw\lib\
hbmk: Processing configuration: C:\harbour\bin\hbmk.cfg
hbmk: Processing: sddodbc.hbc
Harbour 2.0.0dev (Rev. 11280)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'test1.prg'...
Lines 23, Functions/Procedures 1
Generating C source output to 'test1.c'... Done.
c:/harbour-11/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe:
 cannot find -lrddsql

Because in this build is not create rddsql. I have find it in your distro, and 
when I make :

C:\harbour\contrib\rddsql\sddodbc\tests>hbmk2 test1.prg -lodbc32 
-LC:\harbour-11\mingw\lib -LC:\harbour-11\lib\win\mingw
hbmk: Processing configuration: C:\harbour\bin\hbmk.cfg
hbmk: Processing: sddodbc.hbc
Harbour 2.0.0dev (Rev. 11280)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'test1.prg'...
Lines 23, Functions/Procedures 1
Generating C source output to 'test1.c'... Done.

have I test1.exe and acces to test.MDB. It works ! :)
Now I'm try to acces to Oracle.
Please give me a moment of time.

Regards,
Marek Horodyski
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to