dolphin.lib needed

dolphin.lib needed

Postby compaqt » Sat Nov 24, 2012 11:02 am

I tried to download and buildh the dolphin.lib but all the efforts in vain.

Can any one provide me dolphin.lib? I am using bcc582 for linking...
Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
compaqt
 
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

Re: dolphin.lib needed

Postby Daniel Garcia-Gil » Sat Nov 24, 2012 11:07 am

Hello

what problem do you have?

the best way is get the source and build the lib your self

check:

http://tdolphin.blogspot.com.ar/2010/06/comanzando-starting.html
after
http://tdolphin.blogspot.com.ar/2010/11/construir-lib-ejemplos-build-lib.html
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: dolphin.lib needed

Postby compaqt » Sat Nov 24, 2012 11:43 am

I got these errors...

Compiling .\source\prg\tdolpsrv.prg
\borland\bcc582\bin\bcc32 -c -D__WIN__ -D__HARBOUR__ -DHB_LEGACY_TYPES_ON -tWM -I\hb30\include -I.\include -o.\obj\HARBOUR\BCC\tdolpsrv.obj .\obj\HARBOUR\BCC\tdolpsrv.c
Compiling .\obj\HARBOUR\BCC\tdolpsrv.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
.\obj\HARBOUR\BCC\tdolpsrv.c:
# -----------------------------------------------------------------------
\borland\bcc582\bin\bcc32 -c -D__WIN__ -D__HARBOUR__ -DHB_LEGACY_TYPES_ON -tWM -I\hb30\include -I.\include -o.\obj\HARBOUR\BCC\function.obj .\source\c\function.c
Compiling .\source\c\function.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
.\source\c\function.c:
Warning W8060 .\source\c\function.c 811: Possibly incorrect assignment in function HB_FUN_DOLPHINFILLARRAY
Warning W8004 .\source\c\function.c 838: 'i' is assigned a value that is never used in function HB_FUN_DOLPHINFILLARRAY
Warning W8012 .\source\c\function.c 1323: Comparing signed and unsigned values in function HB_FUN_MYSEEK2
Warning W8012 .\source\c\function.c 1325: Comparing signed and unsigned values in function HB_FUN_MYSEEK2
Warning W8060 .\source\c\function.c 1597: Possibly incorrect assignment in function HB_FUN_MYBACKUP
Warning W8004 .\source\c\function.c 1576: 'cField' is assigned a value that is never used in function HB_FUN_MYBACKUP
# -----------------------------------------------------------------------
\borland\bcc582\bin\bcc32 -c -D__WIN__ -D__HARBOUR__ -DHB_LEGACY_TYPES_ON -tWM -I\hb30\include -I.\include -o.\obj\HARBOUR\BCC\gerrapi.obj .\source\c\gerrapi.c
Compiling .\source\c\gerrapi.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
.\source\c\gerrapi.c:
Warning W8064 .\source\c\gerrapi.c 87: Call to function with no prototype in function LoadMsgs
Warning W8070 .\source\c\gerrapi.c 114: Function should return a value in function GetGErrorMsg
# -----------------------------------------------------------------------
\borland\bcc582\bin\bcc32 -c -D__WIN__ -D__HARBOUR__ -DHB_LEGACY_TYPES_ON -tWM -I\hb30\include -I.\include -o.\obj\HARBOUR\BCC\msges.obj .\source\lang\msges.c
Compiling .\source\lang\msges.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
.\source\lang\msges.c:
Error E2451 .\source\lang\msges.c 99: Undefined symbol 'ERR_EMPTYALIAS' in function LoadMsgsES
Error E2040 .\source\lang\msges.c 99: Declaration terminated incorrectly in function LoadMsgsES
Error E2139 .\source\lang\msges.c 99: Declaration missing ; in function LoadMsgsES
Warning W8070 .\source\lang\msges.c 99: Function should return a value in function LoadMsgsES
Warning W8004 .\source\lang\msges.c 99: 'ErrMsg' is assigned a value that is never used in function LoadMsgsES
Error E2190 .\source\lang\msges.c 99: Unexpected }
Error E2190 .\source\lang\msges.c 101: Unexpected }
Error E2293 .\source\lang\msges.c 103: ) expected
Error E2040 .\source\lang\msges.c 105: Declaration terminated incorrectly
Error E2190 .\source\lang\msges.c 106: Unexpected }
*** 8 errors in Compile ***
:|
Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
compaqt
 
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

Re: dolphin.lib needed

Postby compaqt » Sat Nov 24, 2012 11:45 am

My setenvh.bat is as follows:

@CALL CLEANENV.BAT
@SET PRG_COMPILER=HARBOUR
@SET PRG_COMP_PATH=\hb30
@SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin
@SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib\win\bcc
@SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include
@SET C_COMPILER=BCC
@SET C_COMP_PATH=\borland\bcc582
@SET C_COMP_BIN_PATH=%C_COMP_PATH%\bin
@SET C_COMP_LIB_PATH=%C_COMP_PATH%\lib;%C_COMP_PATH%\lib\psdk
@SET C_COMP_INC_PATH=%C_COMP_PATH%\include
@SET DOLPHIN_INC=.\include
@CALL win-make
Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
compaqt
 
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

Re: dolphin.lib needed

Postby Daniel Garcia-Gil » Sat Nov 24, 2012 12:54 pm

hello

did you downloaded from svn?

can you chat with me by gmail?
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita

Re: dolphin.lib needed

Postby compaqt » Sat Nov 24, 2012 1:25 pm

I downloaded from svn.

My gmail id: csplsurat@gmail.com

Thanks in advance...
Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
compaqt
 
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

Re: dolphin.lib needed

Postby nnicanor » Sat Nov 24, 2012 2:55 pm

Your system is using and old verrsion of dolerr.ch you must change includes path to use tdolphin include.

Regards,
Nicanor Martinez M.
Auditoria y Sistemas Ltda.
MicroExpress Ltda.
FW + FWH + XHARBOUR + HARBOUR + PELLES C + XDEVSTUDIO + XEDIT + BCC + VC_X86 + VCC_X64 + MINGW + R&R Reports + FastReport + Tdolphin + ADO + MYSQL + MARIADB + ORACLE
nnicanor@yahoo.com
nnicanor
 
Posts: 301
Joined: Fri Apr 23, 2010 4:30 am
Location: Colombia

Re: dolphin.lib needed

Postby compaqt » Sun Nov 25, 2012 4:58 am

Hi Daniel,
I checked out the dolphin library and came up with certain suggestions ( if you feel right ) that SHOULD be incorporated. It would be much better to converse on google talk. It will make dolphin even more acceptable and fantastic.
Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
compaqt
 
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

Re: dolphin.lib needed

Postby Daniel Garcia-Gil » Sun Nov 25, 2012 10:19 am

Hello

is ok to me, while more people use the class we can do a better product.
User avatar
Daniel Garcia-Gil
 
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 36 guests