Page 1 of 1

Dolphin embebbed

PostPosted: Sun Aug 20, 2017 8:38 pm
by horacio
Hello everyone,

I am building the example "testemb1.prg" that comes in the examples of Dolphin but when compiling it generates this error

Code: Select all  Expand view

   Error description: Error MYSQL/2003  Can't connect to MySQL server on 'localhost' (10061)

Stack Calls
===========
   Called from: .\source\prg\tdolpsrv.prg => DOLPHIN_DEFERROR( 2807 )
   Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:CHECKERROR( 793 )
   Called from: .\source\prg\tdolpsrv.prg => TDOLPHINSRV:EMBEDDED( 373 )
   Called from: C:\Tdolphin\samples\testemb1.prg => MAIN( 14 )


use Harbor 3.2, BCC7 and compile with libraries Dolphin.lib (the one that supplies FWH 17.01), libmysql.lib and libmysqld.lib and where the application libmysql.dll is located. What I lack? Many thanks.

regards