=?utf-8?q?=E2=88=9A_Use_DLL,_when_checked_-_Builder_could_not_build?= - xharbour

This is a discussion on =?utf-8?q?=E2=88=9A_Use_DLL,_when_checked_-_Builder_could_not_build?= - xharbour ; in my .prg #include "SqlRDD.ch" #include "Oracle.ch" REQUEST SQLRDD REQUEST SR_ORACLE when building this with xHarbour Builder, i checked the Use DLL option. Error: Couldn't build. can anybody see my problem? thanks. Toyet Amores...

+ Reply to Thread
Results 1 to 4 of 4

=?utf-8?q?=E2=88=9A_Use_DLL,_when_checked_-_Builder_could_not_build?=

  1. Default =?utf-8?q?=E2=88=9A_Use_DLL,_when_checked_-_Builder_could_not_build?=

    in my .prg

    #include "SqlRDD.ch"
    #include "Oracle.ch"

    REQUEST SQLRDD
    REQUEST SR_ORACLE

    when building this with xHarbour Builder, i checked the Use DLL
    option.

    Error: Couldn't build.

    can anybody see my problem?

    thanks.

    Toyet Amores


  2. Default Re: v Use DLL, when checked - Builder could not build

    Hi

    >
    > #include "SqlRDD.ch"
    > #include "Oracle.ch"


    dont use the xharbour runtime as dll when using sqlrdd

    apps that use sqlrdd, cannot use the xhbdll.lib, they need to be linked with
    standart static libs

    Regards
    Luiz




  3. Default =?UTF-8?Q?Re:_=E2=88=9A_Use_DLL,_when_checked_-_Builder_could_not_build?=

    Hello Toyette,

    > in my .prg
    >
    > #include "SqlRDD.ch"
    > #include "Oracle.ch"
    >
    > REQUEST SQLRDD
    > REQUEST SR_ORACLE
    >
    > when building this with xHarbour Builder, i checked the Use DLL
    > option.
    >
    > Error: Couldn't build.
    >
    > can anybody see my problem?


    Can you see any error.log or trace.log file?

    Please post xHarbour Builder related questions on the dedicated
    xHarbour Builder newsgroup at
    news://news.xHarbour.com/local.xHarbour.Builder

    --
    Sincerely,

    Patrick Mast,
    xHarbour.com Inc.
    http://www.xHarbour.com


  4. Default =?utf-8?q?Re:_=E2=88=9A_Use_DLL,_when_checked_-_Builder_could_not_build?=

    Patrick,

    > Please post xHarbour Builder related questions on the dedicated
    > xHarbour Builder newsgroup at
    > news://news.xHarbour.com/local.xHarbour.Builder


    My apologies. I have posted to the news server and have been
    answered by Luiz.

    Thanks.

    Toyet Amores



+ Reply to Thread