topic
stringlengths
1
63
text
stringlengths
1
577k
Alguien ha Trabajado con RSA-SHA1
Estimado Elmoiquique Cómo lo estás haciendo? Que herramientas estás usando?
Alguien ha desarrollado una interfaz con ZKsoftware?
Hola Fivewiners. Requiero hacer una interfaz para leer un reloj ZKsotware, alguien tiene una interfaz que funcione correctamente y este dispuesto vender el codigo fuente? Saludos
Alguien ha desarrollado una interfaz con ZKsoftware?
Hola Ing. Devtuxtla, podrias ser mas especifico a lo que solicitas, algun ejemplo o codigo lo que quieras hacer? referente a reloj, hay una clase tomada desde hace muchos años que me sirvio de mucho, el autor es de William Morales, la gran persona que me ayudo a migrar mis aplicaciones de clipper a fivewin en windows. Saludos Ing. Atte: Adrian C. C. <!-- e --><a href="mailto:acc69@hotmail.com">acc69@hotmail.com</a><!-- e -->
Alguien ha desarrollado una interfaz con ZKsoftware?
Mira se ayuda, se el archivo és en formato .txt. [url:2hnawdo1]http&#58;//www&#46;zksoftware&#46;com&#46;ar/software_control_tiempo_asistencia&#46;php[/url:2hnawdo1] [url:2hnawdo1]http&#58;//www&#46;zksoftware&#46;com&#46;ar/[/url:2hnawdo1] Saludos.
Alguien ha desarrollado una interfaz con ZKsoftware?
Hola karinha / Adrian Lo que requiero es complementar un desarrollo en fivewin que tengo para leer 10 relojes ZK, los cuales se encuentran en edificios separados. Los requerimientos del clientes son muy especificos asi que hay que desarrollarlos... Lo que requiero es el codigo fuente para leer los relojes, pasar las huellas de uno a muchos y descargar las checadas, entre otras muchas cosas... Es por esto que requiero los fuentes para integrar las funciones al sistema actual que tenemos. Saludos
Alguien ha desarrollado una interfaz con ZKsoftware?
Hola, Llámame a través de Skype y que transmita mis pruebas.
Alguien ha desarrollado una interfaz con ZKsoftware?
[quote="Lailton":qe6qeihg]Hola, Llámame a través de Skype y que transmita mis pruebas.[/quote:qe6qeihg] Hola Ing. Laiton, porque no mejor y seria formidable que nos compartas tus experiencias y conocimientos para todos los del grupo fivewin, para eso esta el foro, digo se supone para aprender algo nuevo del maestro que nos comparta su codigo fuente, y asi aprender todos y remejorar dia a dia codigo fuente ... Digo es una sugerencia para todos los del grupo de fivewin o del foro.... Saludos Ing. Laiton Atte: <!-- e --><a href="mailto:acc69@hotmail.com">acc69@hotmail.com</a><!-- e -->
Alguien ha desarrollado una interfaz con ZKsoftware?
demo.prg [code=fw:3nf7tax6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fivewin.ch><br /><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">local</span> m_obj:=getZKTeco<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">if</span> m_obj:<span style="color: #000000;">connect</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"192.168.25.200"</span>,<span style="color: #000000;">4370</span>,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />         <span style="color: #0000ff;">msginfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'connected!'</span><span style="color: #000000;">&#41;</span><br />         <span style="color: #00C800;">if</span> m_obj:<span style="color: #000000;">readGeneralLogData</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />            <span style="color: #0000ff;">xBrowse</span><span style="color: #000000;">&#40;</span>m_obj:<span style="color: #000000;">getGeralLogData</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />         end<br />      <span style="color: #00C800;">else</span><br />         msgstop<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'fail to connect!'</span><span style="color: #000000;">&#41;</span><br />      end<br />      m_obj:<span style="color: #000000;">exit</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /> </div>[/code:3nf7tax6] zkteco.prg [code=fw:3nf7tax6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fiveweb.ch><br /><br /><span style="color: #00D7D7;">#define</span> ZK_ProgID                                    <span style="color: #ff0000;">'zkemkeeper.ZKEM'</span> <span style="color: #B900B9;">// CreateObject</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnAttTransaction                                          <span style="color: #000000;">1</span> <span style="color: #B900B9;">// const EnrollNumber: LongInt; const IsInValid: LongInt; const AttState: LongInt; const VerifyMethod: LongInt; const Year: LongInt; const Month: LongInt; const Day: LongInt; const Hour: LongInt; const Minute: LongInt; const Second: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnKeyPress                                                <span style="color: #000000;">2</span> <span style="color: #B900B9;">// const Key: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEnrollFinger                                            <span style="color: #000000;">3</span> <span style="color: #B900B9;">// const EnrollNumber: LongInt; const FingerIndex: LongInt; const ActionResult: LongInt; const TemplateLength: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnNewUser                                                 <span style="color: #000000;">4</span> <span style="color: #B900B9;">// const EnrollNumber: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEMData                                                  <span style="color: #000000;">5</span> <span style="color: #B900B9;">// (const DataType: LongInt; const DataLen: LongInt; const DataBuffer: ShortInt); dispid 5;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnConnected                                               <span style="color: #000000;">6</span> <span style="color: #B900B9;">//</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnDisConnected                                            <span style="color: #000000;">7</span> <span style="color: #B900B9;">//</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnFinger                                                  <span style="color: #000000;">8</span> <span style="color: #B900B9;">//</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnVerify                                                  <span style="color: #000000;">9</span> <span style="color: #B900B9;">// (const UserID: LongInt): HRESULT; dispid 9;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnFingerFeature                                          <span style="color: #000000;">10</span> <span style="color: #B900B9;">// (const Score: LongInt): HRESULT; dispid 10;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnHIDNum                                                 <span style="color: #000000;">11</span> <span style="color: #B900B9;">// (const CardNumber: LongInt): HRESULT; dispid 11;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnDoor                                                   <span style="color: #000000;">12</span> <span style="color: #B900B9;">// (const EventType: LongInt); dispid 12;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnAlarm                                                  <span style="color: #000000;">13</span> <span style="color: #B900B9;">// (const AlarmType: LongInt; const EnrollNumber: LongInt; const Verified: LongInt); dispid 13;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnWriteCard                                              <span style="color: #000000;">14</span> <span style="color: #B900B9;">// (const EnrollNumber: LongInt; const ActionResult: LongInt; const Length: LongInt): HRESULT; dispid 14;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEmptyCard                                              <span style="color: #000000;">15</span> <span style="color: #B900B9;">// (const ActionResult: LongInt): HRESULT; dispid 15;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnDeleteTemplate                                         <span style="color: #000000;">16</span> <span style="color: #B900B9;">// (const EnrollNumber: LongInt; const FingerIndex: LongInt): HRESULT; dispid 16;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnAttTransactionEx                                       <span style="color: #000000;">17</span> <span style="color: #B900B9;">// (const EnrollNumber: WideString; const IsInValid: LongInt; const AttState: LongInt; const VerifyMethod: LongInt; const Year: LongInt; const Month: LongInt; const Day: LongInt; const Hour: LongInt; const Minute: LongInt; const Second: LongInt; const WorkCode: LongInt); dispid 17;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEnrollFingerEx                                         <span style="color: #000000;">18</span> <span style="color: #B900B9;">// (const EnrollNumber: WideString; const FingerIndex: LongInt; const ActionResult: LongInt; const TemplateLength: LongInt); dispid 18;</span><br /><br /><span style="color: #00C800;">static</span> g_uid:=<span style="color: #000000;">1</span>                                                        <span style="color: #B900B9;">// ID used for each machine connected</span><br /><br /><span style="color: #00C800;">static</span> g_err:=<span style="color: #000000;">&#123;</span>;<br />               <span style="color: #000000;">&#123;</span><span style="color: #000000;">-100</span>,<span style="color: #ff0000;">'Operation failed or data not exist'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span> <span style="color: #000000;">-10</span>,<span style="color: #ff0000;">'Transmitted data length is incorrect'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-7</span>,<span style="color: #ff0000;">'Can not connect to device'</span><span style="color: #000000;">&#125;</span>,;                   <span style="color: #B900B9;">// non-Official define...</span><br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-5</span>,<span style="color: #ff0000;">'Data already exists'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-4</span>,<span style="color: #ff0000;">'Space is not enough'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-3</span>,<span style="color: #ff0000;">'Error size'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-2</span>,<span style="color: #ff0000;">'Error in file read/write'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-1</span>,<span style="color: #ff0000;">'SDK is not initialized and needs to be reconnected'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>   <span style="color: #000000;">0</span>,<span style="color: #ff0000;">'Data not found or data repeated'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>   <span style="color: #000000;">1</span>,<span style="color: #ff0000;">'Operation is correct'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>   <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'Parameter is incorrect'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span> <span style="color: #000000;">101</span>,<span style="color: #ff0000;">'Error in allocating buffer'</span><span style="color: #000000;">&#125;</span>;<br />              <span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">function</span> getZKTeco<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> zkteco<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">data</span> m_obj, m_uid<br /> <span style="color: #00C800;">data</span> m_err <span style="color: #0000ff;">init</span> .f.<br /> <span style="color: #00C800;">method</span> <span style="color: #0000ff;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> constructor<br /> <span style="color: #00C800;">method</span> connect<span style="color: #000000;">&#40;</span>address,port,password<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> serialNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> enableDevice<span style="color: #000000;">&#40;</span>p_bool<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> readGeneralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  SSR_GetGeneralLogData<br /><br />  Read attendance records one by one from the internal buffer. Before using this function,<br />  you can use ReadAllGLogData or ReadGeneralLogData to read attendance records from<br />  the device and write them into the internal buffer of the PC. Each time this function is<br />  executed, the pointer points to the next attendance record.<br /><br />*/</span><br /> <span style="color: #00C800;">method</span> getGeralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> getLastError<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  clearGLog<br /><br />  Clear all attendance records from the device.<br />*/</span><br /> <span style="color: #00C800;">method</span> clearGLog<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  refreshData<br />  Refresh the data in the device. This function is usually called after user information or<br />  fingerprints are uploaded. In this way, the modifications take effect immediately.<br />*/</span><br /> <span style="color: #00C800;">method</span> refreshData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  getDeviceStatus<br /><br />  Obtain the data storage status of the device, for example, number of administrators and<br />  number of current users.<br /><br />  Data to be obtained. The value ranges from 1 to 22. Values:<br />  1 Number of administrators<br />  2 Number of registered users<br />  3 Number of fingerprint templates in the device<br />  4 Number of passwords<br />  5 Number of operation records<br />  6 Number of attendance records<br />  7 Fingerprint template capacity<br />  8 User capacity<br />  9 Attendance record capacity<br />  10 Residual fingerprint template capacity<br />  11 Residual user capacity<br />  12 Residual attendance record capacity<br />  21 Number of faces<br />  22 Face capacity<br />  Returned 0 in other cases.<br />*/</span><br /> <span style="color: #00C800;">method</span> getDeviceStatus<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> disconnect<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  clearAdministrators<br />  Clear all administrator privileges from the device.<br />*/</span><br /> <span style="color: #00C800;">method</span> clearAdministrators<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> version<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> getAllUserInfo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> readAllUserID<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> setCardNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> setUserInfo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> exit<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">endclass</span><br /><br /><span style="color: #00C800;">method</span> <span style="color: #0000ff;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_err:=.f.<br /> <span style="color: #00C800;">try</span><br />  ::<span style="color: #000000;">m_obj</span>:=createobject<span style="color: #000000;">&#40;</span>ZK_ProgID<span style="color: #000000;">&#41;</span><br />  ::<span style="color: #000000;">m_uid</span>:=<span style="color: #000000;">&#40;</span>g_uid++<span style="color: #000000;">&#41;</span><br /> catch<br />  msgstop<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Problem with register SDK !!!'</span>,::<span style="color: #000000;">className</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">' SDK'</span><span style="color: #000000;">&#41;</span><br />    m_err:=.t.<br />  ::<span style="color: #000000;">m_obj</span>:=<span style="color: #00C800;">nil</span><br /> end<br /> ::<span style="color: #000000;">m_err</span>:=m_err<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">self</span><br /><br /><span style="color: #00C800;">method</span> connect<span style="color: #000000;">&#40;</span>address,port,password<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@address,<span style="color: #ff0000;">'127.0.0.1'</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@port,<span style="color: #000000;">4370</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@password,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />   <span style="color: #00C800;">if</span> password<><span style="color: #000000;">0</span><br />      <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">setCommPassword</span><span style="color: #000000;">&#40;</span>password<span style="color: #000000;">&#41;</span><br />         <span style="color: #00C800;">return</span> m_ret<br />      end<br />   end<br />   m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">connect_net</span><span style="color: #000000;">&#40;</span>address,port<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> disconnect<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">disconnect</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #00C800;">method</span> version<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_str:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getSDKVersion</span><span style="color: #000000;">&#40;</span>@m_str<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_str<br /><br /><span style="color: #00C800;">method</span> serialNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_num:=<span style="color: #000000;">0</span>,m_ret:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getSerialNumber</span><span style="color: #000000;">&#40;</span>m_num,@m_ret<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> enableDevice<span style="color: #000000;">&#40;</span>p_bool<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@p_bool,.t.<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">enableDevice</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,p_bool<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> readGeneralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">readGeneralLogData</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> getGeralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_enrollNumber:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_verifyMode:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_inOutMode:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_year:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_month:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_day:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_hour:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_minute:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_second:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_workCode:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_data:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />   <span style="color: #00C800;">while</span> ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SSR_GetGeneralLogData</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,@m_enrollNumber,@m_verifyMode,@m_inOutMode,@m_year,@m_month,@m_day,@m_hour,@m_minute,@m_second,@m_workCode<span style="color: #000000;">&#41;</span><br />    aadd<span style="color: #000000;">&#40;</span>m_data,<span style="color: #000000;">&#123;</span>;<br />         m_enrollNumber                                                               ,; <span style="color: #B900B9;">// employee number</span><br />         m_verifyMode                                                                 ,; <span style="color: #B900B9;">// verifyMode  ??</span><br />         m_inOutMode                                                                  ,; <span style="color: #B900B9;">// inOutmode   ??</span><br />         strzero<span style="color: #000000;">&#40;</span>m_year,<span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">'-'</span>+strzero<span style="color: #000000;">&#40;</span>m_month,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">'-'</span>+strzero<span style="color: #000000;">&#40;</span>m_day,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">' '</span>            +; <span style="color: #B900B9;">// DATE</span><br />         strzero<span style="color: #000000;">&#40;</span>m_hour,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">':'</span>+strzero<span style="color: #000000;">&#40;</span>m_minute,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">':'</span>+strzero<span style="color: #000000;">&#40;</span>m_second,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>            ,; <span style="color: #B900B9;">// TIME</span><br />         m_workCode                                                                    ; <span style="color: #B900B9;">// workCode</span><br />    <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br />   end<br /> end<br /><span style="color: #00C800;">return</span> m_data<br /><br /><span style="color: #00C800;">method</span> readAllUserID<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">readAllUserID</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> getAllUserInfo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_enum:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_name:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_pass:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_priv:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_bool:=.f.<br /> <span style="color: #00C800;">local</span> m_card:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_data:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />   <span style="color: #00C800;">while</span> ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SSR_GetAllUserInfo</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,@m_enum,@m_name,@m_pass,@m_priv,@m_bool<span style="color: #000000;">&#41;</span>==<span style="color: #00C800;">true</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">GetStrCardNumber</span><span style="color: #000000;">&#40;</span>@m_card<span style="color: #000000;">&#41;</span><br />    aadd<span style="color: #000000;">&#40;</span>m_data,<span style="color: #000000;">&#123;</span>m_enum,m_name,m_card,m_priv,m_pass,m_bool<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br />   end<br /> end<br /><span style="color: #00C800;">return</span> m_data<br /><br /><span style="color: #00C800;">method</span> getDeviceStatus<span style="color: #000000;">&#40;</span>m_num<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getdevicestatus</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,<span style="color: #000000;">6</span>,@m_num<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> clearGLog<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">clearGLog</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> clearAdministrators<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">clearAdministrators</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> refreshData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">refreshData</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> getLastError<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_err:=<span style="color: #000000;">0</span>,m_num,m_ret<br /> ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getLastError</span><span style="color: #000000;">&#40;</span>@m_err<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>m_num:=ascan<span style="color: #000000;">&#40;</span>g_err,<span style="color: #000000;">&#123;</span>|a,b|a<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>==m_err<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>><span style="color: #000000;">0</span><br />    m_ret:=g_err<span style="color: #000000;">&#91;</span>m_num<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span><br /> <span style="color: #00C800;">else</span><br />    <span style="color: #00C800;">if</span> m_err<><span style="color: #000000;">0</span><br />       m_ret:=<span style="color: #ff0000;">'Reading data from terminal failed, ErrorCode: '</span>+alltrim<span style="color: #000000;">&#40;</span>str<span style="color: #000000;">&#40;</span>m_err<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">' !'</span><br />    <span style="color: #00C800;">else</span><br />       m_ret:=<span style="color: #ff0000;">'No data from terminal returns!'</span><br />    end<br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> setCardNumber<span style="color: #000000;">&#40;</span>p_card<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@p_card,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span> .and. p_card><span style="color: #000000;">0</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SetStrCardNumber</span><span style="color: #000000;">&#40;</span>p_card<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> setUserInfo<span style="color: #000000;">&#40;</span>p_enum,p_name,p_pass,p_priv,p_bool,p_card<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@p_enum,<span style="color: #ff0000;">''</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_name,<span style="color: #ff0000;">''</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_pass,<span style="color: #ff0000;">''</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_priv,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_bool,.f.<span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_card,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">setCardNumber</span><span style="color: #000000;">&#40;</span>p_card<span style="color: #000000;">&#41;</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SSR_SetUserInfo</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,p_enum,p_name,p_pass,p_priv,p_bool<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> exit<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> ::<span style="color: #000000;">m_obj</span>:=<span style="color: #00C800;">nil</span><br /> ::<span style="color: #000000;">m_err</span>:=.f.<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:3nf7tax6] Saludos.
Alguien ha desarrollado una interfaz con ZKsoftware?
Estimado Laiton Si es tan amable, tiene algún demo para poder acceder a las terminales de reconocimiento facial hanvon Gracias por la ayuda
Alguien ha desarrollado una interfaz con ZKsoftware?
[quote="ACC69":6mdsbhjm]Hola Ing. Devtuxtla, podrias ser mas especifico a lo que solicitas, algun ejemplo o codigo lo que quieras hacer? referente a reloj, hay una clase tomada desde hace muchos años que me sirvio de mucho, el autor es de William Morales, la gran persona que me ayudo a migrar mis aplicaciones de clipper a fivewin en windows. [/quote:6mdsbhjm] EL codigo fue para un puerto serial ?? Si es asi y si no mal recuerdo yo le pase ese codigo a William Morales, ahora los relojes tienen interfaz LAN (RJ45) es mucho mas facil hacer la conexion, el codigo de Laiton hace eso. Saludos!
Alguien ha desarrollado una interfaz con ZKsoftware?
Gracias Gabo por responder Ud. no tiene algún ejemplo de como conectar con RJ45
Alguien ha desarrollado una interfaz con ZKsoftware?
Lo source que fiz es para uso con interface Ethernet ( RJ45 ) y no via serial.
Alguien ha desarrollado una interfaz con ZKsoftware?
Gracias Leiton Pero no logro conectar con un reloj facial Hanvon FA007 Gracias por la ayuda
Alguien ha desarrollado una interfaz con ZKsoftware?
Acuellar Que mensaje o error tienes que no te conectas ? Le haces ping y responde la ip? Tienes firewall y bloqueado el puerto ? Desde Chile Adolfo
Alguien ha desarrollado una interfaz con ZKsoftware?
[quote="Lailton":yv8z1ucc]demo.prg [code=fw:yv8z1ucc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fivewin.ch><br /><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">local</span> m_obj:=getZKTeco<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">if</span> m_obj:<span style="color: #000000;">connect</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"192.168.25.200"</span>,<span style="color: #000000;">4370</span>,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />         <span style="color: #0000ff;">msginfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'connected!'</span><span style="color: #000000;">&#41;</span><br />         <span style="color: #00C800;">if</span> m_obj:<span style="color: #000000;">readGeneralLogData</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />            <span style="color: #0000ff;">xBrowse</span><span style="color: #000000;">&#40;</span>m_obj:<span style="color: #000000;">getGeralLogData</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />         end<br />      <span style="color: #00C800;">else</span><br />         msgstop<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'fail to connect!'</span><span style="color: #000000;">&#41;</span><br />      end<br />      m_obj:<span style="color: #000000;">exit</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /> </div>[/code:yv8z1ucc] zkteco.prg [code=fw:yv8z1ucc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fiveweb.ch><br /><br /><span style="color: #00D7D7;">#define</span> ZK_ProgID                                    <span style="color: #ff0000;">'zkemkeeper.ZKEM'</span> <span style="color: #B900B9;">// CreateObject</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnAttTransaction                                          <span style="color: #000000;">1</span> <span style="color: #B900B9;">// const EnrollNumber: LongInt; const IsInValid: LongInt; const AttState: LongInt; const VerifyMethod: LongInt; const Year: LongInt; const Month: LongInt; const Day: LongInt; const Hour: LongInt; const Minute: LongInt; const Second: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnKeyPress                                                <span style="color: #000000;">2</span> <span style="color: #B900B9;">// const Key: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEnrollFinger                                            <span style="color: #000000;">3</span> <span style="color: #B900B9;">// const EnrollNumber: LongInt; const FingerIndex: LongInt; const ActionResult: LongInt; const TemplateLength: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnNewUser                                                 <span style="color: #000000;">4</span> <span style="color: #B900B9;">// const EnrollNumber: LongInt</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEMData                                                  <span style="color: #000000;">5</span> <span style="color: #B900B9;">// (const DataType: LongInt; const DataLen: LongInt; const DataBuffer: ShortInt); dispid 5;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnConnected                                               <span style="color: #000000;">6</span> <span style="color: #B900B9;">//</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnDisConnected                                            <span style="color: #000000;">7</span> <span style="color: #B900B9;">//</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnFinger                                                  <span style="color: #000000;">8</span> <span style="color: #B900B9;">//</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnVerify                                                  <span style="color: #000000;">9</span> <span style="color: #B900B9;">// (const UserID: LongInt): HRESULT; dispid 9;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnFingerFeature                                          <span style="color: #000000;">10</span> <span style="color: #B900B9;">// (const Score: LongInt): HRESULT; dispid 10;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnHIDNum                                                 <span style="color: #000000;">11</span> <span style="color: #B900B9;">// (const CardNumber: LongInt): HRESULT; dispid 11;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnDoor                                                   <span style="color: #000000;">12</span> <span style="color: #B900B9;">// (const EventType: LongInt); dispid 12;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnAlarm                                                  <span style="color: #000000;">13</span> <span style="color: #B900B9;">// (const AlarmType: LongInt; const EnrollNumber: LongInt; const Verified: LongInt); dispid 13;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnWriteCard                                              <span style="color: #000000;">14</span> <span style="color: #B900B9;">// (const EnrollNumber: LongInt; const ActionResult: LongInt; const Length: LongInt): HRESULT; dispid 14;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEmptyCard                                              <span style="color: #000000;">15</span> <span style="color: #B900B9;">// (const ActionResult: LongInt): HRESULT; dispid 15;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnDeleteTemplate                                         <span style="color: #000000;">16</span> <span style="color: #B900B9;">// (const EnrollNumber: LongInt; const FingerIndex: LongInt): HRESULT; dispid 16;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnAttTransactionEx                                       <span style="color: #000000;">17</span> <span style="color: #B900B9;">// (const EnrollNumber: WideString; const IsInValid: LongInt; const AttState: LongInt; const VerifyMethod: LongInt; const Year: LongInt; const Month: LongInt; const Day: LongInt; const Hour: LongInt; const Minute: LongInt; const Second: LongInt; const WorkCode: LongInt); dispid 17;</span><br /><span style="color: #00D7D7;">#define</span> ZK_OnEnrollFingerEx                                         <span style="color: #000000;">18</span> <span style="color: #B900B9;">// (const EnrollNumber: WideString; const FingerIndex: LongInt; const ActionResult: LongInt; const TemplateLength: LongInt); dispid 18;</span><br /><br /><span style="color: #00C800;">static</span> g_uid:=<span style="color: #000000;">1</span>                                                        <span style="color: #B900B9;">// ID used for each machine connected</span><br /><br /><span style="color: #00C800;">static</span> g_err:=<span style="color: #000000;">&#123;</span>;<br />               <span style="color: #000000;">&#123;</span><span style="color: #000000;">-100</span>,<span style="color: #ff0000;">'Operation failed or data not exist'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span> <span style="color: #000000;">-10</span>,<span style="color: #ff0000;">'Transmitted data length is incorrect'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-7</span>,<span style="color: #ff0000;">'Can not connect to device'</span><span style="color: #000000;">&#125;</span>,;                   <span style="color: #B900B9;">// non-Official define...</span><br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-5</span>,<span style="color: #ff0000;">'Data already exists'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-4</span>,<span style="color: #ff0000;">'Space is not enough'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-3</span>,<span style="color: #ff0000;">'Error size'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-2</span>,<span style="color: #ff0000;">'Error in file read/write'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>  <span style="color: #000000;">-1</span>,<span style="color: #ff0000;">'SDK is not initialized and needs to be reconnected'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>   <span style="color: #000000;">0</span>,<span style="color: #ff0000;">'Data not found or data repeated'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>   <span style="color: #000000;">1</span>,<span style="color: #ff0000;">'Operation is correct'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span>   <span style="color: #000000;">4</span>,<span style="color: #ff0000;">'Parameter is incorrect'</span><span style="color: #000000;">&#125;</span>,;<br />               <span style="color: #000000;">&#123;</span> <span style="color: #000000;">101</span>,<span style="color: #ff0000;">'Error in allocating buffer'</span><span style="color: #000000;">&#125;</span>;<br />              <span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">function</span> getZKTeco<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> zkteco<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">data</span> m_obj, m_uid<br /> <span style="color: #00C800;">data</span> m_err <span style="color: #0000ff;">init</span> .f.<br /> <span style="color: #00C800;">method</span> <span style="color: #0000ff;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> constructor<br /> <span style="color: #00C800;">method</span> connect<span style="color: #000000;">&#40;</span>address,port,password<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> serialNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> enableDevice<span style="color: #000000;">&#40;</span>p_bool<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> readGeneralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  SSR_GetGeneralLogData<br /><br />  Read attendance records one by one from the internal buffer. Before using this function,<br />  you can use ReadAllGLogData or ReadGeneralLogData to read attendance records from<br />  the device and write them into the internal buffer of the PC. Each time this function is<br />  executed, the pointer points to the next attendance record.<br /><br />*/</span><br /> <span style="color: #00C800;">method</span> getGeralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> getLastError<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  clearGLog<br /><br />  Clear all attendance records from the device.<br />*/</span><br /> <span style="color: #00C800;">method</span> clearGLog<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  refreshData<br />  Refresh the data in the device. This function is usually called after user information or<br />  fingerprints are uploaded. In this way, the modifications take effect immediately.<br />*/</span><br /> <span style="color: #00C800;">method</span> refreshData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  getDeviceStatus<br /><br />  Obtain the data storage status of the device, for example, number of administrators and<br />  number of current users.<br /><br />  Data to be obtained. The value ranges from 1 to 22. Values:<br />  1 Number of administrators<br />  2 Number of registered users<br />  3 Number of fingerprint templates in the device<br />  4 Number of passwords<br />  5 Number of operation records<br />  6 Number of attendance records<br />  7 Fingerprint template capacity<br />  8 User capacity<br />  9 Attendance record capacity<br />  10 Residual fingerprint template capacity<br />  11 Residual user capacity<br />  12 Residual attendance record capacity<br />  21 Number of faces<br />  22 Face capacity<br />  Returned 0 in other cases.<br />*/</span><br /> <span style="color: #00C800;">method</span> getDeviceStatus<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> disconnect<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">/*<br />  clearAdministrators<br />  Clear all administrator privileges from the device.<br />*/</span><br /> <span style="color: #00C800;">method</span> clearAdministrators<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> version<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> getAllUserInfo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> readAllUserID<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> setCardNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">method</span> setUserInfo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /> <span style="color: #00C800;">method</span> exit<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">endclass</span><br /><br /><span style="color: #00C800;">method</span> <span style="color: #0000ff;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_err:=.f.<br /> <span style="color: #00C800;">try</span><br />  ::<span style="color: #000000;">m_obj</span>:=createobject<span style="color: #000000;">&#40;</span>ZK_ProgID<span style="color: #000000;">&#41;</span><br />  ::<span style="color: #000000;">m_uid</span>:=<span style="color: #000000;">&#40;</span>g_uid++<span style="color: #000000;">&#41;</span><br /> catch<br />  msgstop<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Problem with register SDK !!!'</span>,::<span style="color: #000000;">className</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">' SDK'</span><span style="color: #000000;">&#41;</span><br />    m_err:=.t.<br />  ::<span style="color: #000000;">m_obj</span>:=<span style="color: #00C800;">nil</span><br /> end<br /> ::<span style="color: #000000;">m_err</span>:=m_err<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">self</span><br /><br /><span style="color: #00C800;">method</span> connect<span style="color: #000000;">&#40;</span>address,port,password<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@address,<span style="color: #ff0000;">'127.0.0.1'</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@port,<span style="color: #000000;">4370</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@password,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />   <span style="color: #00C800;">if</span> password<><span style="color: #000000;">0</span><br />      <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">setCommPassword</span><span style="color: #000000;">&#40;</span>password<span style="color: #000000;">&#41;</span><br />         <span style="color: #00C800;">return</span> m_ret<br />      end<br />   end<br />   m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">connect_net</span><span style="color: #000000;">&#40;</span>address,port<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> disconnect<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">disconnect</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #00C800;">method</span> version<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_str:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getSDKVersion</span><span style="color: #000000;">&#40;</span>@m_str<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_str<br /><br /><span style="color: #00C800;">method</span> serialNumber<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_num:=<span style="color: #000000;">0</span>,m_ret:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getSerialNumber</span><span style="color: #000000;">&#40;</span>m_num,@m_ret<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> enableDevice<span style="color: #000000;">&#40;</span>p_bool<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@p_bool,.t.<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">enableDevice</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,p_bool<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> readGeneralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">readGeneralLogData</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> getGeralLogData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_enrollNumber:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_verifyMode:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_inOutMode:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_year:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_month:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_day:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_hour:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_minute:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_second:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_workCode:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_data:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />   <span style="color: #00C800;">while</span> ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SSR_GetGeneralLogData</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,@m_enrollNumber,@m_verifyMode,@m_inOutMode,@m_year,@m_month,@m_day,@m_hour,@m_minute,@m_second,@m_workCode<span style="color: #000000;">&#41;</span><br />    aadd<span style="color: #000000;">&#40;</span>m_data,<span style="color: #000000;">&#123;</span>;<br />         m_enrollNumber                                                               ,; <span style="color: #B900B9;">// employee number</span><br />         m_verifyMode                                                                 ,; <span style="color: #B900B9;">// verifyMode  ??</span><br />         m_inOutMode                                                                  ,; <span style="color: #B900B9;">// inOutmode   ??</span><br />         strzero<span style="color: #000000;">&#40;</span>m_year,<span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">'-'</span>+strzero<span style="color: #000000;">&#40;</span>m_month,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">'-'</span>+strzero<span style="color: #000000;">&#40;</span>m_day,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">' '</span>            +; <span style="color: #B900B9;">// DATE</span><br />         strzero<span style="color: #000000;">&#40;</span>m_hour,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">':'</span>+strzero<span style="color: #000000;">&#40;</span>m_minute,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">':'</span>+strzero<span style="color: #000000;">&#40;</span>m_second,<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>            ,; <span style="color: #B900B9;">// TIME</span><br />         m_workCode                                                                    ; <span style="color: #B900B9;">// workCode</span><br />    <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br />   end<br /> end<br /><span style="color: #00C800;">return</span> m_data<br /><br /><span style="color: #00C800;">method</span> readAllUserID<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">readAllUserID</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> getAllUserInfo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_enum:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_name:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_pass:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_priv:=<span style="color: #000000;">0</span><br /> <span style="color: #00C800;">local</span> m_bool:=.f.<br /> <span style="color: #00C800;">local</span> m_card:=<span style="color: #ff0000;">''</span><br /> <span style="color: #00C800;">local</span> m_data:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />   <span style="color: #00C800;">while</span> ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SSR_GetAllUserInfo</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,@m_enum,@m_name,@m_pass,@m_priv,@m_bool<span style="color: #000000;">&#41;</span>==<span style="color: #00C800;">true</span><br />    ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">GetStrCardNumber</span><span style="color: #000000;">&#40;</span>@m_card<span style="color: #000000;">&#41;</span><br />    aadd<span style="color: #000000;">&#40;</span>m_data,<span style="color: #000000;">&#123;</span>m_enum,m_name,m_card,m_priv,m_pass,m_bool<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br />   end<br /> end<br /><span style="color: #00C800;">return</span> m_data<br /><br /><span style="color: #00C800;">method</span> getDeviceStatus<span style="color: #000000;">&#40;</span>m_num<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getdevicestatus</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,<span style="color: #000000;">6</span>,@m_num<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> clearGLog<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">clearGLog</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> clearAdministrators<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">clearAdministrators</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> refreshData<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">refreshData</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span><span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> getLastError<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_err:=<span style="color: #000000;">0</span>,m_num,m_ret<br /> ::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">getLastError</span><span style="color: #000000;">&#40;</span>@m_err<span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>m_num:=ascan<span style="color: #000000;">&#40;</span>g_err,<span style="color: #000000;">&#123;</span>|a,b|a<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>==m_err<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>><span style="color: #000000;">0</span><br />    m_ret:=g_err<span style="color: #000000;">&#91;</span>m_num<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span><br /> <span style="color: #00C800;">else</span><br />    <span style="color: #00C800;">if</span> m_err<><span style="color: #000000;">0</span><br />       m_ret:=<span style="color: #ff0000;">'Reading data from terminal failed, ErrorCode: '</span>+alltrim<span style="color: #000000;">&#40;</span>str<span style="color: #000000;">&#40;</span>m_err<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">' !'</span><br />    <span style="color: #00C800;">else</span><br />       m_ret:=<span style="color: #ff0000;">'No data from terminal returns!'</span><br />    end<br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> setCardNumber<span style="color: #000000;">&#40;</span>p_card<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@p_card,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span> .and. p_card><span style="color: #000000;">0</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SetStrCardNumber</span><span style="color: #000000;">&#40;</span>p_card<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> setUserInfo<span style="color: #000000;">&#40;</span>p_enum,p_name,p_pass,p_priv,p_bool,p_card<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> <span style="color: #00C800;">local</span> m_ret:=.f.<br /> hb_default<span style="color: #000000;">&#40;</span>@p_enum,<span style="color: #ff0000;">''</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_name,<span style="color: #ff0000;">''</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_pass,<span style="color: #ff0000;">''</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_priv,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_bool,.f.<span style="color: #000000;">&#41;</span><br /> hb_default<span style="color: #000000;">&#40;</span>@p_card,<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">if</span>!::<span style="color: #000000;">m_err</span><br />    ::<span style="color: #000000;">setCardNumber</span><span style="color: #000000;">&#40;</span>p_card<span style="color: #000000;">&#41;</span><br />    m_ret:=::<span style="color: #000000;">m_obj</span>:<span style="color: #000000;">SSR_SetUserInfo</span><span style="color: #000000;">&#40;</span>::<span style="color: #000000;">m_uid</span>,p_enum,p_name,p_pass,p_priv,p_bool<span style="color: #000000;">&#41;</span><br /> end<br /><span style="color: #00C800;">return</span> m_ret<br /><br /><span style="color: #00C800;">method</span> exit<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">class</span> zkteco<br /> ::<span style="color: #000000;">m_obj</span>:=<span style="color: #00C800;">nil</span><br /> ::<span style="color: #000000;">m_err</span>:=.f.<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:yv8z1ucc] Saludos.[/quote:yv8z1ucc] Buena tarde Podrias enviarme un demo para evaluarlo. Requiero desarrollar una aplicacion para relojes Saludos, Erick Almanza <!-- e --><a href="mailto:Dicoms@gmail.com">Dicoms@gmail.com</a><!-- e -->
Alguien ha desarrollado una interfaz con ZKsoftware?
Tiene fecho la configuracion de ethernet del dispositivo? Tambien tiene de agregar una contrasenã para hacer la comunicacion. Saludos
Alguien ha desarrollado una interfaz con ZKsoftware?
Buenos dias para todos.... Que pena de nuevo por aqui molestando.... retomando este tema, ya logre compilar sin errores, pero ahora cuando intento conectarme con el dispositivo sale el siguiente mensaje de error. [code=fw:21mtjobe]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> msgstop<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Problem with register SDK !!!'</span>,::<span style="color: #000000;">className</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">' SDK'</span><span style="color: #000000;">&#41;</span><br /> </div>[/code:21mtjobe] Estuve buscando el SDK en san google pero no lo encuentro...alguien sabe en donde lo puedo descargar....?
Alguien ha desarrollado una interfaz con ZKsoftware?
Hola Leandro, Contacta-me por skype que te encaminho el fichero de installation. Saludos
Alguien ha desarrollado una interfaz con ZKsoftware?
<!-- m --><a class="postlink" href="https://www.zkteco.com/support/SDK/39_55.html">https://www.zkteco.com/support/SDK/39_55.html</a><!-- m -->
Alguien ha logrado conectarse con FIREBASE?
Buenos dias, Alguien ha podido manipular FIREBASE de google desde alguna App hecha en FWh? gracias
Alguien ha logrado conectarse con FIREBASE?
Bien, si te refieres a sus bases de datos: Posible, parece que sí es posible, de hecho estoy haciendo pruebas aunque aun no son definitivas, ya que me gustaría añadir FireBase a mi libreria Google.lib Te corre mucha prisa? Pd: he querido documentarme antes de profundizar más, ya que sus bases de datos son NOSQL y lo ideal para mí ha sido empezar a leer sobre MongoDb Pero..... <!-- m --><a class="postlink" href="https://crisp.chat/blog/why-you-should-never-use-firebase-realtime-database/">https://crisp.chat/blog/why-you-should- ... -database/</a><!-- m -->
Alguien ha logrado conectarse con FIREBASE?
No tengo prisa, de hecho estoy incursionando recien con fw y firebase. Gracias. Voy a ver el link que me enviaste
Alguien ha logrado conectarse con FIREBASE?
esta info es del 2016 por lo que he leido. CREO que es a mi entender desactualizada. pasaron varias cosas luego de esa fecha, no la descarto para nada a firebase.
Alguien ha logrado conectarse con FIREBASE?
No hombre, para nada era un enlace "negativo", ya que explica bastantes aspectos del funcionamiento de FireBase Si estoy investigando e intentando desarrollar conectarme a FireBase, puedes imaginar que me parece interesante y con muchas posibilidades
Alguien ha logrado usar RMCHART.ocx
Si puede mostrar un ejmplo Gracias
Alguien ha logrado usar RMCHART.ocx
Saludos Vladimir: Yo la usaba con clipper y fw en 16 bits, pero al migrar a xharbour ya no es soportado los OCX´s, opte por usar TGraph de Alfredo Arteaga, funciona al 100% y facil. No creo que alguien use RMChart.ocx en 32bits. Si alguien mas sabe, porfa que comente. Un Saludo desde México..
Alguien ha logrado usar RMCHART.ocx
Hola, Miren esto: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=10436&p=53024&hilit=rmchart#p53024">viewtopic.php?f=3&t=10436&p=53024&hilit=rmchart#p53024</a><!-- l --> Saludos,
Alguien ha usado FWPPC y MySql ?
Tengo una propuesta de desarrollo con ese motor. Saludos
Alguien ha usado FWPPC y MySql ?
Vikthor Habría que averiguar si existe una DLL cliente MySQL para Pocket PC
Alguien ha usado FWPPC y MySql ?
[quote="Antonio Linares":1m1ex3vj]Vikthor Habría que averiguar si existe una DLL cliente MySQL para Pocket PC[/quote:1m1ex3vj] Maestro...alguma novidade..sobre Sql..para Pocket ou ADS ? Saluds
Alguien hizo funcionar FiveWeb con Dolphin
Estimados. La pregunta es esa. Incluso si alguien lo hizo funcionar con dbfs? Ya que los ejemplos que descargue no funcionan. Hay uno que dice Otto que es un ejemplo que abre y usa dbfs y tampoco me funciono. Si alguien ha hecho alguna prueba exitosa de conexion con dolphin, agradecere cualquier informacion Gracias de antemano
Alguien hizo funcionar FiveWeb con Dolphin
Si, Dolphin se puede usar perfectamente como indico en ese post. El error que da se debe a que ha debido cambiar algo en la configuración del servidor, pues yo uso un servidor compartido. Fijate en el código fuente mio y adapatalo a tu conexión y debe funcionarte sin problemas <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Alguien hizo funcionar FiveWeb con Dolphin
Todos los ejemplos que nosotros implementamos usaban DBFs <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Busca en todos los PRGs de ejemplos por DBF
Alguien hizo funcionar FiveWeb con Dolphin
Hola Antonio: Mi pregunta es por el post [url:252yu901]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=26154&start=0&hilit=dolphin+y+fiveweb[/url:252yu901] que publicaste hace un tiempo, y como hay algunos ejemplos de ello en los samples, y me interesaria hacer algun desarrollo al respecto, por eso lo pregunto. También intenté ejecutar el ejemplo de Otto (otto.prg) pero me da error tambien. (Ese es con DBFs). Quería por eso, saber si era posible unir las dos herramientas (Dolphin + FiveWeb) ya que uso Dolphin con mis aplicaciones de escritorio con muy buenos resultados y deseaba seguir con esa estructura. Mas puntualmente, mi pregunta apuntaba a si era posible, o definitivamente tendría que pensar en otra alternativa para Web+MySql. Gracias de antemano por tu respuesta Antonio. Saludos cordiales.!
Alguien hizo funcionar FiveWeb con Dolphin
Gracias Antonio por tu pronta respuesta!! He probado con localhost (para conectarme a mi base de datos) y a otra que tengo acceso remoto, pero no he podido. Pero si se puede, sigo haciendo pruebas! Comento los resultados!!
Alguien hizo funcionar FiveWeb con Dolphin
Anda en localhost!!!!! Gracias Antonio!!! Voy a probarlo remoto y sigo comentando!!! Estoy Felizzzz!!!
Alguien hizo funcionar FiveWeb con Dolphin
Muy bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> A ver si asi más y más usuarios se dan cuenta de la potencia de FiveWeb y se animan a usarlo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Alguien hizo funcionar FiveWeb con Dolphin
cmsoft, porfavor puedes poner el codigo que te funciono ? saludos, albeiro
Alguien hizo funcionar FiveWeb con Dolphin
Aca va, es el ejemplo MyApp1.prg pero lo arregle para localhost con tablas que yo tengo [code=fw:16ul3k5a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWeb.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span> cParams <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> aParams := <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> cParams != <span style="color: #00C800;">nil</span>, hb_aTokens<span style="color: #000000;">&#40;</span> cParams, <span style="color: #ff0000;">":"</span> <span style="color: #000000;">&#41;</span>, <span style="color: #00C800;">nil</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cParam := <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> aParams != <span style="color: #00C800;">nil</span>, aParams<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>, <span style="color: #ff0000;">""</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;SET BACKIMAGE <span style="color: #0000ff;">TO</span> <span style="color: #ff0000;">"http://fiveweb.googlecode.com/svn/trunk/images/citynight.jpg"</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;SetTheme<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"base"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style="color: #00C800;">do</span> <span style="color: #00C800;">case</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">case</span> cParam == <span style="color: #ff0000;">"login"</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CheckLogin<span style="color: #000000;">&#40;</span> aParams <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">case</span> cParam == <span style="color: #ff0000;">"users"</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Users<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">case</span> cParam == <span style="color: #ff0000;">"clients"</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Clients<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">otherwise</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Login<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; <span style="color: #00C800;">endcase</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Login<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oDlg, oImg, oBot<br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oGetName, cUserName := Space<span style="color: #000000;">&#40;</span> <span style="color: #000000;">30</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oGetPass, cPassword := <span style="color: #ff0000;">""</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Login"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">650</span>, <span style="color: #000000;">400</span><br /><br />&nbsp; &nbsp;@ &nbsp;<span style="color: #000000;">30</span>, &nbsp;<span style="color: #000000;">30</span> <span style="color: #0000ff;">IMAGE</span> oImg FILENAME <span style="color: #ff0000;">"../images/user.png"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">120</span>, <span style="color: #000000;">120</span> <span style="color: #0000ff;">OF</span> oDlg<br /><br />&nbsp; &nbsp;@ &nbsp;<span style="color: #000000;">69</span>, <span style="color: #000000;">190</span> <span style="color: #0000ff;">SAY</span> <span style="color: #ff0000;">"User"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">110</span>, <span style="color: #000000;">40</span> <span style="color: #0000ff;">OF</span> oDlg<br /><br />&nbsp; &nbsp;@ <span style="color: #000000;">124</span>, <span style="color: #000000;">190</span> <span style="color: #0000ff;">SAY</span> <span style="color: #ff0000;">"Password"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">110</span>, <span style="color: #000000;">40</span> <span style="color: #0000ff;">OF</span> oDlg<br /><br />&nbsp; &nbsp;@ &nbsp;<span style="color: #000000;">66</span>, <span style="color: #000000;">315</span> <span style="color: #0000ff;">GET</span> oGetName <span style="color: #0000ff;">VAR</span> cUserName <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">300</span>, <span style="color: #000000;">40</span> <span style="color: #0000ff;">OF</span> oDlg<br /><br />&nbsp; &nbsp;@ <span style="color: #000000;">124</span>, <span style="color: #000000;">315</span> <span style="color: #0000ff;">GET</span> oGetPass <span style="color: #0000ff;">VAR</span> cPassword <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">300</span>, <span style="color: #000000;">40</span> <span style="color: #0000ff;">OF</span> oDlg PASSWORD<br /><br />&nbsp; &nbsp;@ <span style="color: #000000;">265</span>, <span style="color: #000000;">189</span> <span style="color: #0000ff;">BUTTON</span> oBot <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Ok"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">110</span>, <span style="color: #000000;">40</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"document.location = '"</span> + AppName<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"?login:' + "</span> <span style="color: #000000;">&#41;</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">'oGetName.value + ":" + oGetPass.value'</span><br /><br />&nbsp; &nbsp;@ <span style="color: #000000;">265</span>, <span style="color: #000000;">335</span> <span style="color: #0000ff;">BUTTON</span> oBot <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Cancel"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">110</span>, <span style="color: #000000;">40</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span> oDlg:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// Executed in the server in advance</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">NOWAIT</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> CheckLogin<span style="color: #000000;">&#40;</span> aParams <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #B900B9;">// ? aParams[ 2 ] &nbsp;username</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">// ? aParams[ 3 ] &nbsp;password </span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;BuildMenu<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> BuildMenu<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oMenu<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style="color: #0000ff;">MENU</span> oMenu<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"About"</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENU</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"This app..."</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> MsgAbout<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"My FiveWeb app"</span>, <span style="color: #ff0000;">"(c) FiveTech Software"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ENDMENU</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Files"</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENU</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Users"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'document.location = "'</span> + AppName<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">'?users"'</span> <span style="color: #000000;">&#41;</span> <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Clients"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'document.location = "'</span> + AppName<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">'?clients"'</span> <span style="color: #000000;">&#41;</span> <br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ENDMENU</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Operations"</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Help"</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">ENDMENU</span><br />&nbsp; &nbsp;<br /><span style="color: #00C800;">return</span> oMenu<br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Users<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oDlg, oServer, oBrw<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;BuildMenu<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;oServer = TDolphinSrv<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"localhost"</span>, <span style="color: #ff0000;">"root"</span>, <span style="color: #ff0000;">""</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> oServer:<span style="color: #000000;">hMySQL</span> == <span style="color: #00C800;">nil</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"can't connect to the database"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;oServer:<span style="color: #000000;">SelectDB</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"bases"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Users"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">1000</span>, <span style="color: #000000;">600</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style="color: #000000;">10</span>, <span style="color: #000000;">10</span> BROWSE oBrw <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">900</span>, <span style="color: #000000;">100</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp; ARRAY oServer:<span style="color: #000000;">Query</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"SELECT * FROM usuarios LIMIT 0, 30"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">NOWAIT</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;oServer:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span> &nbsp; <br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> Clients<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oDlg, oServer, oBrw<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;BuildMenu<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;oServer = TDolphinSrv<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"localhost"</span>, <span style="color: #ff0000;">"root"</span>, <span style="color: #ff0000;">""</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> oServer:<span style="color: #000000;">hMySQL</span> == <span style="color: #00C800;">nil</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"can't connect to the database"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;oServer:<span style="color: #000000;">SelectDB</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"bases"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Clients"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">1200</span>, <span style="color: #000000;">650</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style="color: #000000;">5</span>, <span style="color: #000000;">2</span> BROWSE oBrw <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">1150</span>, <span style="color: #000000;">100</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp; ARRAY oServer:<span style="color: #000000;">Query</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"SELECT * FROM gastos LIMIT 0, 1000"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">NOWAIT</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;oServer:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span> &nbsp; <br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------// &nbsp; </span></div>[/code:16ul3k5a] Tengo una base de datos llamada "bases" y abro una query de la tabla usuarios y otra de gastos y los muestro en el browse. Sencillo pero lo importante que levanta la base de datos. Lo probé en una base de datos remota y funciono bien tambien, aunque el MyApp2.exe estaba en mi host. Para eso instalé xampp y levante el servicio en mi pc. Espero te sirva. Saludos
Alguien hizo funcionar FiveWeb con Dolphin
Gracias cmsoft, pruebo y te comento.
Alguien hizo funcionar FiveWeb con Dolphin
Antonio: Hay alguna manera de poder mostrar el contenido de las variables almacenadas en memoria en FiveWeb? Ya que al declarar una variable STATIC (en mi caso cUsuario) y querer usarla despues, no me funciona [code=fw:35s769a8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> CheckLogin<span style="color: #000000;">&#40;</span> aParams <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #B900B9;">// ? aParams[ 2 ] &nbsp;username</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">// ? aParams[ 3 ] &nbsp;password </span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oServer, oQry<br />&nbsp; <br />&nbsp; &nbsp;oServer = TDolphinSrv<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"localhost"</span>, <span style="color: #ff0000;">"root"</span>, <span style="color: #ff0000;">""</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> oServer:<span style="color: #000000;">hMySQL</span> == <span style="color: #00C800;">nil</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Perdon, pero la conexion no esta disponible"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;oServer:<span style="color: #000000;">SelectDB</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"bases"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oQry := oServer:<span style="color: #000000;">Query</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"SELECT * FROM usuarios WHERE usuario = '"</span> +;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ALLTRIM<span style="color: #000000;">&#40;</span>aParams<span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"' AND clave = '"</span> + ALLTRIM<span style="color: #000000;">&#40;</span>aParams<span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"'"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</span> oQry:<span style="color: #000000;">nRecCount</span> > <span style="color: #000000;">0</span> <br />&nbsp; &nbsp; &nbsp; cUsuario := oQry:<span style="color: #000000;">usuario</span><br />&nbsp; &nbsp; &nbsp; BuildMenu<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">ELSE</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Error, usuario no valido"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;<span style="color: #00C800;">ENDIF</span> &nbsp; <br />&nbsp; &nbsp;<br />&nbsp; &nbsp;oServer:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; <br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:35s769a8] Luego si quiero mostrar esa variable en un MsgInfo o en un MsgAbout no me la muestra, y no muestra nada. [code=fw:35s769a8]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"This app..."</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> MsgAbout<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"My FiveWeb app"</span>, <span style="color: #ff0000;">"Usuario:"</span>+cUsuario <span style="color: #000000;">&#41;</span></div>[/code:35s769a8] El proceso lo probé y si pongo un usuario y clave erroneo no accede Gracias de antemano Antonio
Alguien hizo funcionar FiveWeb con Dolphin
Tienes que entender que el EXE en el servidor devuelve unos valores y luego termina, acaba, ya no hay ni variables ni nada. Un vez entiendes esto, ya no te equivocas al intentar acceder a algo que ya no existe. Piénsalo un poco, porque esto es la clave de entender su funcionamiento <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Alguien hizo funcionar FiveWeb con Dolphin
Hola Antonio, Fiveweb funciona en una Tablet con Android ? necesito levantar pedidos en una Tablet, código producto descripción Cantidad Precio Unitario Importe ******************************* Saludos..
Alguien hizo funcionar FiveWeb con Dolphin
Amigos, estoy haciendo algunas pruebas con Fiveweb, viendo que con la clase Tdolphin se puede conectar a MySql, esta misma clase permite conectarme a SQL Server ?, como puedo conseguir algun ejemplo de conexión a SQL Server ? Saludos
Alguien hizo funcionar FiveWeb con Dolphin
Dolphin te permite conectar a MySql, no a Sql Server, podrías con Ado pero no se si funciona para FiveWeb, eso lo tendría que responder Antonio! Saludos
Alguien hizo funcionar FiveWeb con Dolphin
Cesar, FiveWeb funciona desde un navegador de Internet, por lo que puedes usarlo desde cualquier dispositivo movil que tenga navegador de Internet: Android, iPhone, iPad, Windows Mobile, etc. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> El ejecutable que generas con FiveWeb lo copias en el servidor web que tenga la empresa, y desde el navegador web lo ejecutas. Teneis la documentación y muchos ejemplos de uso aqui: [url:2n8cx6xf]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fiveweb_english[/url:2n8cx6xf]
Alguien hizo funcionar FiveWeb con Dolphin
Dependiendo del tipo de servidor que useis, asi tendreis que escoger la forma de construir FiveWeb: 1. Si el servidor es Windows, entonces estais de suerte porque podreis usar ADO desde FiveWeb y usar cualquier motor de bases de datos. 2. Si el servidor es Linux, entonces podreis usar TDolphin y MySQL, pero obviamente no podreis usar ADO. Dependiendo de si estais en el caso 1 ó 2, asi tendreis que construir FiveWeb usando Windows ó Linux. Tambien se puede usar un servidor Apple. FiveWeb es libre y todo su código fuente y ejemplos estan disponibles desde: [url:f8fdjufs]http&#58;//code&#46;google&#46;com/p/fiveweb/[/url:f8fdjufs] Desde esa misma página teneis la opción de donar por PayPal, asi que si quereis soporte técnico ó que se incluyan mejoras, etc. os agradeceré seais generosos y doneis algo por PayPal, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Alguien hizo funcionar FiveWeb con Dolphin
Buen dia Antonio, Estoy usando xampp para probar fiveweb. Ya hize algunos cambios en datepick.prg, cambiado el idioma a español y el formato de fecha a 'dd/mm/yy', hasta ahi todo bien. Ahora estoy intentado trabajar una funcion contenida en un archivo JS, lo cargo desde WriteHeader() y lo gurda en el archivo html, pero cuando lo llamo no hace nada, entonces voy a ver codigo fuente de la pagina, me muestra bien el archivo html, pero cuando le doy click a la direccion del scr del archivo JS no me muestra nada, caso contrario cuando hago click sobre los url's de los demas src de los scripts de jquery o fiveweb.googlecode si me los muestra. La ubicacion esta bien, inclusive si cargo la direccion del archivo en google chrome me muestra el contenido del archivo. <html> <head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js"></script> <script src="https://fiveweb.googlecode.com/svn/trunk/source/js/fiveweb.js"></script> <script type="text/javascript" src="file://C:/sources-js/jspdf/jspdf.js"></script> <script type="text/javascript" src="file://C:/xampp/cgi-bin/proyectos/jspdf/jspdf.plugin.standard_fonts_metrics.js"></script> <script type="text/javascript" src="file://C:/xampp/cgi-bin/proyectos/jspdf/jspdf.plugin.split_text_to_size.js"></script> <script type="text/javascript" src="file://C:/xampp/cgi-bin/proyectos/jspdf/jspdf.plugin.from_html.js"></script> ..... Ya he probado inclusive cambiando de carpeta y tampoco <script type="text/javascript" src="file://C:/librerias-js/jspdf/jspdf.plugin.from_html.js"></script> Tendra que ver algo con el uso de archivos JS localmente en modo CGI ? Esto lo digo porque he probado el mismo ejemplo usando html + javascript directamente desde la carpeta publica de xampp/htdocs y funciona. Hasta ahora me gusta mas la manera de trabajar en modo CGI. Por eso estoy tratando de evolucionar con fiveweb, con mis pocos conocimientos. Desde ya muchas gracias por tu ayuda, Saludos cordiales, Albeiro.
Alguien hizo funcionar FiveWeb con Dolphin
Albeiro, Puedes poner tu ejemplo en una página web para que lo probemos desde aqui ? gracias
Alguien hizo funcionar FiveWeb con Dolphin
Antonio, No tengo servicio de hosting en este momento. Uso xampp localhost. Hoy cree una cuenta gratis en Host-ed.net que incluye 5mb para uso de aplicaciones CGI, copie el ejemplo en la carpeta cgi-bin pero no he podido ejecutarlo. Sigo investigando. Conoces algun hosting gratuito que maneje cgi y mysql gratis ? Saludos,
Alguien hizo funcionar FiveWeb con Dolphin
No <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> Si alguien supiese de alguno sería estupendo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Alguien la ha pasado esto. Usando menu TopBarMenu()
Saludos al forum He compilado una aplicacion en Harbour y xHarbour , funciona muy bien, el inconveniente son los menus, que muestra un caractar è en vez la flecha. Alguien le ha pasado esto alguna solucion. #ifdef __XHARBOUR__ oMenubar := TopBarMenu():new( 3, 1, MaxCol()-1 ) //TopBarMenu():new( 0, 0, MaxCol() ) TopBar( 0, 0, MaxCol() ) #else oMenubar := HBTopBarMenu():new( 3, 1, MaxCol()-1 ) //HBTopBarMenu():new( 0, 0, MaxCol() ) #endif #ifdef __XHARBOUR__ oSubMenu := POPUPMENU():new() // PopUp():new() #else oSubMenu := HB_POPUPMENU():new() //HB_POPUPMENU() #endif Anexo imagen. [url] <!-- m --><a class="postlink" href="http://www.4shared.com/download/INsocmKNce/error.jpg?sbsr=f1a3cdc9f2adda2726a547462ca3d08d95e&lgfp=3000">http://www.4shared.com/download/INsocmK ... &lgfp=3000</a><!-- m --> [/url] Uso bcc 7 , Harbour 3.2 r1506171039 , xHarbour 1.2.3 de 2015_06_02
Alguien le ha pasado este Dellate al Pintar
Caso en la barra de message no pinta bien. Le muestro en la imagen [img] <!-- m --><a class="postlink" href="http://imageshack.us/photo/my-images/560/errorbe.jpg/">http://imageshack.us/photo/my-images/560/errorbe.jpg/</a><!-- m --> [/img]
Alguien le ha pasado este Dellate al Pintar
Hola Ruben a mi me paso, revisa: [url:3tlerid3]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=22596[/url:3tlerid3] Atentamente, Rolando. Saludos desde Cochabamba, Bolivia
Alguien le ha pasado este Dellate al Pintar
Hice el cambio que indica Lineares. METHOD SetText( cMsg ) INLINE ::cMsg := cValToChar( cMsg ), If( IsWindowVisible( ::oMsgBar:hWnd ), ::Paint(),) Pero solamente Pinta el Num los demas como la fecha , Hora , Ins y Caps quedan igual. Saludos
Alguien le ha pasado este Dellate al Pintar
Ruben: y el cambio en el :refresh(). esta en el mismo post: [url:1jax9127]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=22596&sid=cd2f650b873ee60270f91ceb11975540#p120858[/url:1jax9127] Saludos desde Cochabamba - Bolivia. Rolando.
Alguien le ha pasado este Dellate al Pintar
El Cambio lo hice tmsgitem.prg , lo otro que tu dices no la he cojido. Solamente hice este cambio METHOD SetText( cMsg ) INLINE ::cMsg := cValToChar( cMsg ), If( IsWindowVisible( ::oMsgBar:hWnd ), ::Paint(),) Me podrias especificar el que linea. me imagino que te refireres al tmsgitem.prg Saludos Yo tengo la fwh 11.08
Alguien le ha pasado este Dellate al Pintar
Ruben: En el método [b:1cyjlpxk]::Refresh() [/b:1cyjlpxk]se tiene que reemplazar: [code=fw:1cyjlpxk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> <span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TMsgItem<br /><br />   <span style="color: #00C800;">local</span> cMsg<br /><br />   <span style="color: #00C800;">if</span> ::<span style="color: #000000;">bMsg</span> != <span style="color: #00C800;">nil</span><br />      cMsg = cValToChar<span style="color: #000000;">&#40;</span> Eval<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">bMsg</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">if</span> cMsg != ::<span style="color: #000000;">cMsg</span> .or. ::<span style="color: #000000;">lActive</span> != ::<span style="color: #000000;">lWasActive</span><br />         ::<span style="color: #000000;">cMsg</span> = cMsg<br />         ::<span style="color: #0000ff;">Paint</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>                                       <span style="color: #B900B9;">//<----- cambiar esto</span><br />         ::<span style="color: #000000;">lWasActive</span> = ::<span style="color: #000000;">lActive</span><br />      <span style="color: #00C800;">endif</span><br />   <span style="color: #00C800;">endif</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:1cyjlpxk] por: [code=fw:1cyjlpxk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> <span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TMsgItem<br /><br />   <span style="color: #00C800;">local</span> cMsg<br /><br />   <span style="color: #00C800;">if</span> ::<span style="color: #000000;">bMsg</span> != <span style="color: #00C800;">nil</span><br />      cMsg = cValToChar<span style="color: #000000;">&#40;</span> Eval<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">bMsg</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">if</span> cMsg != ::<span style="color: #000000;">cMsg</span> .or. ::<span style="color: #000000;">lActive</span> != ::<span style="color: #000000;">lWasActive</span><br />         ::<span style="color: #000000;">cMsg</span> = cMsg<br />         <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> IsWindowVisible<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oMsgBar</span>:<span style="color: #000000;">hWnd</span> <span style="color: #000000;">&#41;</span>, ::<span style="color: #0000ff;">Paint</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>,<span style="color: #000000;">&#41;</span>   <span style="color: #B900B9;">//<---- cambiar por esto</span><br />         ::<span style="color: #000000;">lWasActive</span> = ::<span style="color: #000000;">lActive</span><br />      <span style="color: #00C800;">endif</span><br />   <span style="color: #00C800;">endif</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:1cyjlpxk] Aproximadamente en la linea 224 Así lo hice y funciono. Saludos desde Cochabamba - Bolivia. Rolando.
Alguien le ha pasado este Dellate al Pintar
Gracias, Compañero, Voy Hacerlo y te cuento.
Alguien le ha pasado este Dellate al Pintar
Gracias compañrpo , Funciono
Alguien me puede ayudar para construir Harbour BCC64 7.4?
Si alguien lo ha logrado puede compartir? Por otro lado Antonio dice que en githup con las acciones se puede pero yo no lo logro. Ya que genera otros pero yo solo quiero este y no sé como hacerlo. Si alguien lo puede compartir que lo explique para mega dummys!!! Gracias a todos
Alguien me puede ayudar para construir Harbour BCC64 7.4?
Querido Manu, Que error te aparece ? Hasta donde llega ?
Alguien me puede ayudar para construir Harbour BCC64 7.4?
Hola Antonio... Lo último que me sale en el terminal es: [code=fw:owoz97rv]<div class="fw" id="{CB}" style="font-family: monospace;"><br />u:\desarrollo\comp\cc\bcc\<span style="color: #000000;">64</span>\<span style="color: #000000;">7.4</span>\include\windows\crtl\math.h:<span style="color: #000000;">1041</span>:<span style="color: #000000;">25</span>: <span style="color: #000000;">note</span>:<br />&nbsp; &nbsp; &nbsp; <span style="color: #000000;">expanded</span> <span style="color: #0000ff;">from</span> macro <span style="color: #ff0000;">'_Tg_R'</span><br /><span style="color: #00C800;">static</span> int _Tg_overload _Tg_##fn<span style="color: #000000;">&#40;</span>long double _Left<span style="color: #000000;">&#41;</span> \<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br /><scratch space>:<span style="color: #000000;">7</span>:<span style="color: #000000;">1</span>: <span style="color: #000000;">note</span>: <span style="color: #000000;">expanded</span> <span style="color: #0000ff;">from</span> here<br />_Tg_Dsign<br />^<br />u:\desarrollo\comp\cc\bcc\<span style="color: #000000;">64</span>\<span style="color: #000000;">7.4</span>\include\windows\crtl\math.h:<span style="color: #000000;">1059</span>:<span style="color: #000000;">1</span>: <span style="color: #000000;">note</span>:<br />&nbsp; &nbsp; &nbsp; <span style="color: #000000;">previous</span> definition is here<br />u:\desarrollo\comp\cc\bcc\<span style="color: #000000;">64</span>\<span style="color: #000000;">7.4</span>\include\windows\crtl\math.h:<span style="color: #000000;">1037</span>:<span style="color: #000000;">25</span>: <span style="color: #000000;">note</span>:<br />&nbsp; &nbsp; &nbsp; <span style="color: #000000;">expanded</span> <span style="color: #0000ff;">from</span> macro <span style="color: #ff0000;">'_Tg_R'</span><br /><span style="color: #00C800;">static</span> int _Tg_overload _Tg_##fn<span style="color: #000000;">&#40;</span>float _Left<span style="color: #000000;">&#41;</span> \<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br /><scratch space>:<span style="color: #000000;">7</span>:<span style="color: #000000;">1</span>: <span style="color: #000000;">note</span>: <span style="color: #000000;">expanded</span> <span style="color: #0000ff;">from</span> here<br />_Tg_Dsign<br />^<br /><span style="color: #000000;">19</span> errors generated.<br />mingw32-make<span style="color: #000000;">&#91;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#93;</span>: <span style="color: #000000;">***</span> <span style="color: #000000;">&#91;</span>../../../../../../config/rules.mk:<span style="color: #000000;">88</span>: <span style="color: #000000;">auxtif</span>.o<span style="color: #000000;">&#93;</span> Error <span style="color: #000000;">1</span><br />mingw32-make<span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span>: <span style="color: #000000;">***</span> <span style="color: #000000;">&#91;</span>../../../config/lib.mk:<span style="color: #000000;">68</span>: <span style="color: #000000;">descend</span><span style="color: #000000;">&#93;</span> Error <span style="color: #000000;">2</span><br />mingw32-make<span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span>: <span style="color: #000000;">***</span> <span style="color: #000000;">&#91;</span>../../config/dir.mk:<span style="color: #000000;">68</span>: <span style="color: #000000;">tiff</span>.inst<span style="color: #000000;">&#93;</span> Error <span style="color: #000000;">2</span><br />mingw32-make<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>: <span style="color: #000000;">***</span> <span style="color: #000000;">&#91;</span>../config/dir.mk:<span style="color: #000000;">68</span>: 3rd.inst<span style="color: #000000;">&#93;</span> Error <span style="color: #000000;">2</span><br />mingw32-make: <span style="color: #000000;">***</span> <span style="color: #000000;">&#91;</span>config/dir.mk:<span style="color: #000000;">68</span>: <span style="color: #000000;">src</span>.inst<span style="color: #000000;">&#93;</span> Error <span style="color: #000000;">2</span><br />Presione una tecla para continuar . . .<br />&nbsp;</div>[/code:owoz97rv] Y en el log que genero redireccionando la salida: [code=fw:owoz97rv]<div class="fw" id="{CB}" style="font-family: monospace;"><br />! Building Harbour <span style="color: #000000;">3.2</span>.0dev <span style="color: #0000ff;">from</span> source - https:<span style="color: #B900B9;">//harbour.github.io</span><br />! MAKE: <span style="color: #000000;">e</span>:/xbase/hbr/mingw32-make <span style="color: #000000;">4.2</span><span style="color: #000000;">.1</span> sh.exe clean install &nbsp;<br />! HB_USER_PRGFLAGS: -l-<br />! HB_INSTALL_PREFIX: <span style="color: #000000;">e</span>:\xbase\harbour\bcc64<br />! HB_INSTALL_DYN: <span style="color: #000000;">e</span>:\xbase\harbour\bcc64\varios\dyn<br />! HB_INSTALL_DOC: <span style="color: #000000;">e</span>:\xbase\harbour\bcc64\varios\doc<br />! HB_INSTALL_MAN: <span style="color: #000000;">e</span>:\xbase\harbour\bcc64\varios\man<br />! HB_INSTALL_ETC: <span style="color: #000000;">e</span>:\xbase\harbour\bcc64\varios\etc<br />! HB_BUILD_DYN: <span style="color: #000000;">no</span><br />! HB_BUILD_CONTRIB_DYN: <span style="color: #000000;">no</span><br />! HB_BUILD_SHARED: <span style="color: #000000;">no</span><br />! HB_BUILD_OPTIM: <span style="color: #000000;">no</span><br />! HB_BUILD_MODE: <span style="color: #000000;">c</span><br />! HB_REBUILD_EXTERN: <span style="color: #000000;">yes</span><br />! HB_HOST_PLAT: <span style="color: #000000;">win</span> <span style="color: #000000;">&#40;</span>x86_64<span style="color: #000000;">&#41;</span> &nbsp;HB_SHELL: <span style="color: #000000;">nt</span><br />! HB_PLATFORM: <span style="color: #000000;">win</span> <span style="color: #000000;">&#40;</span>x86<span style="color: #000000;">&#41;</span> <br />! HB_COMPILER: <span style="color: #000000;">bcc64</span> <br />! Component: <span style="color: #ff0000;">'zlib'</span> found in e:/xbase/hbr/harbour/src/3rd/zlib <span style="color: #000000;">&#40;</span><span style="color: #00C800;">local</span><span style="color: #000000;">&#41;</span><br />! Component: <span style="color: #ff0000;">'pcre'</span> found in e:/xbase/hbr/harbour/src/3rd/pcre <span style="color: #000000;">&#40;</span><span style="color: #00C800;">local</span><span style="color: #000000;">&#41;</span><br />! Component: <span style="color: #ff0000;">'gpm'</span> not supported <span style="color: #0000ff;">on</span> win platform<br />! Component: <span style="color: #ff0000;">'slang'</span> not found. Configure with HB_WITH_SLANG.<br />! Component: <span style="color: #ff0000;">'curses'</span> not found. Configure with HB_WITH_CURSES.<br />! Component: <span style="color: #ff0000;">'x11'</span> not found. Configure with HB_WITH_X11.<br />! Component: <span style="color: #ff0000;">'wattcp/watt-32'</span> not supported <span style="color: #0000ff;">on</span> win platform<br />! GIT_REVISION: 492ae2a79b<br />! <span style="color: #ff0000;">'hbdossrl'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>platform or compiler not supported<span style="color: #000000;">&#41;</span><br />! <span style="color: #ff0000;">'gtcrs'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>component not found<span style="color: #000000;">&#41;</span><br />! <span style="color: #ff0000;">'gtdos'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>platform not supported<span style="color: #000000;">&#41;</span><br />! <span style="color: #ff0000;">'gtos2'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>platform not supported<span style="color: #000000;">&#41;</span><br />! <span style="color: #ff0000;">'gtsln'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>component not found<span style="color: #000000;">&#41;</span><br />! <span style="color: #ff0000;">'gttrm'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>platform or compiler not supported<span style="color: #000000;">&#41;</span><br />! <span style="color: #ff0000;">'gtxwc'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>component not found<span style="color: #000000;">&#41;</span><br />! Warning: <span style="color: #000000;">hbmk2</span> not found, contrib/make.hb skipped.<br />! Warning: <span style="color: #000000;">hbmk2</span> not found, config/postinst.hb skipped.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />! <span style="color: #ff0000;">'hbdossrl'</span> <span style="color: #0000ff;">library</span> skipped <span style="color: #000000;">&#40;</span>platform or compiler not supported<span style="color: #000000;">&#41;</span><br />bcc64.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opng.o &nbsp;-c ../../../png.c<br />../../../png.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngerror.o &nbsp;-c ../../../pngerror.c<br />../../../pngerror.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngget.o &nbsp;-c ../../../pngget.c<br />../../../pngget.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngmem.o &nbsp;-c ../../../pngmem.c<br />../../../pngmem.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngpread.o &nbsp;-c ../../../pngpread.c<br />../../../pngpread.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngread.o &nbsp;-c ../../../pngread.c<br />../../../pngread.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngrio.o &nbsp;-c ../../../pngrio.c<br />../../../pngrio.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngrtran.o &nbsp;-c ../../../pngrtran.c<br />../../../pngrtran.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngrutil.o &nbsp;-c ../../../pngrutil.c<br />../../../pngrutil.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngset.o &nbsp;-c ../../../pngset.c<br />../../../pngset.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngtrans.o &nbsp;-c ../../../pngtrans.c<br />../../../pngtrans.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngwio.o &nbsp;-c ../../../pngwio.c<br />../../../pngwio.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngwrite.o &nbsp;-c ../../../pngwrite.c<br />../../../pngwrite.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngwtran.o &nbsp;-c ../../../pngwtran.c<br />../../../pngwtran.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -Ie:/xbase/hbr/harbour/src/3rd/zlib -DPNG_NO_STDIO -DPNG_ARM_NEON_OPT=<span style="color: #000000;">0</span> &nbsp;-opngwutil.o &nbsp;-c ../../../pngwutil.c<br />../../../pngwutil.c:<br /><span style="color: #000000;">tlib64</span>.exe &nbsp;/P128 &nbsp; <span style="color: #ff0000;">"..<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\l</span>ib<span style="color: #000000;">\w</span>in<span style="color: #000000;">\b</span>cc64<span style="color: #000000;">\p</span>ng.a"</span> -+png.o -+pngerror.o -+pngget.o -+pngmem.o -+pngpread.o -+pngread.o -+pngrio.o -+pngrtran.o -+pngrutil.o -+pngset.o -+pngtrans.o -+pngwio.o -+pngwrite.o -+pngwtran.o -+pngwutil.o<br />TLIB64 <span style="color: #000000;">7.0</span> Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color: #000000;">1987</span><span style="color: #000000;">-2019</span> Embarcadero Technologies, Inc.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />bcc64.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojaricom.o &nbsp;-c ../../../jaricom.c<br />../../../jaricom.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcapimin.o &nbsp;-c ../../../jcapimin.c<br />../../../jcapimin.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcapistd.o &nbsp;-c ../../../jcapistd.c<br />../../../jcapistd.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcarith.o &nbsp;-c ../../../jcarith.c<br />../../../jcarith.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojccoefct.o &nbsp;-c ../../../jccoefct.c<br />../../../jccoefct.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojccolor.o &nbsp;-c ../../../jccolor.c<br />../../../jccolor.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcdctmgr.o &nbsp;-c ../../../jcdctmgr.c<br />../../../jcdctmgr.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcinit.o &nbsp;-c ../../../jcinit.c<br />../../../jcinit.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcmainct.o &nbsp;-c ../../../jcmainct.c<br />../../../jcmainct.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcmarker.o &nbsp;-c ../../../jcmarker.c<br />../../../jcmarker.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcmaster.o &nbsp;-c ../../../jcmaster.c<br />../../../jcmaster.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcomapi.o &nbsp;-c ../../../jcomapi.c<br />../../../jcomapi.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcparam.o &nbsp;-c ../../../jcparam.c<br />../../../jcparam.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcprepct.o &nbsp;-c ../../../jcprepct.c<br />../../../jcprepct.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojcsample.o &nbsp;-c ../../../jcsample.c<br />../../../jcsample.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojctrans.o &nbsp;-c ../../../jctrans.c<br />../../../jctrans.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdapimin.o &nbsp;-c ../../../jdapimin.c<br />../../../jdapimin.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdapistd.o &nbsp;-c ../../../jdapistd.c<br />../../../jdapistd.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdarith.o &nbsp;-c ../../../jdarith.c<br />../../../jdarith.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdatadst.o &nbsp;-c ../../../jdatadst.c<br />../../../jdatadst.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdatasrc.o &nbsp;-c ../../../jdatasrc.c<br />../../../jdatasrc.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdcoefct.o &nbsp;-c ../../../jdcoefct.c<br />../../../jdcoefct.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdcolor.o &nbsp;-c ../../../jdcolor.c<br />../../../jdcolor.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojddctmgr.o &nbsp;-c ../../../jddctmgr.c<br />../../../jddctmgr.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdhuff.o &nbsp;-c ../../../jdhuff.c<br />../../../jdhuff.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdinput.o &nbsp;-c ../../../jdinput.c<br />../../../jdinput.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdmainct.o &nbsp;-c ../../../jdmainct.c<br />../../../jdmainct.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdmarker.o &nbsp;-c ../../../jdmarker.c<br />../../../jdmarker.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdmaster.o &nbsp;-c ../../../jdmaster.c<br />../../../jdmaster.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdmerge.o &nbsp;-c ../../../jdmerge.c<br />../../../jdmerge.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdpostct.o &nbsp;-c ../../../jdpostct.c<br />../../../jdpostct.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdsample.o &nbsp;-c ../../../jdsample.c<br />../../../jdsample.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojdtrans.o &nbsp;-c ../../../jdtrans.c<br />../../../jdtrans.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojerror.o &nbsp;-c ../../../jerror.c<br />../../../jerror.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojfdctflt.o &nbsp;-c ../../../jfdctflt.c<br />../../../jfdctflt.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojfdctfst.o &nbsp;-c ../../../jfdctfst.c<br />../../../jfdctfst.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojfdctint.o &nbsp;-c ../../../jfdctint.c<br />../../../jfdctint.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojidctflt.o &nbsp;-c ../../../jidctflt.c<br />../../../jidctflt.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojidctfst.o &nbsp;-c ../../../jidctfst.c<br />../../../jidctfst.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojidctint.o &nbsp;-c ../../../jidctint.c<br />../../../jidctint.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojmemmgr.o &nbsp;-c ../../../jmemmgr.c<br />../../../jmemmgr.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojmemnobs.o &nbsp;-c ../../../jmemnobs.c<br />../../../jmemnobs.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojquant1.o &nbsp;-c ../../../jquant1.c<br />../../../jquant1.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojquant2.o &nbsp;-c ../../../jquant2.c<br />../../../jquant2.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ojutils.o &nbsp;-c ../../../jutils.c<br />../../../jutils.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ordbmp.o &nbsp;-c ../../../rdbmp.c<br />../../../rdbmp.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ordcolmap.o &nbsp;-c ../../../rdcolmap.c<br />../../../rdcolmap.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ordgif.o &nbsp;-c ../../../rdgif.c<br />../../../rdgif.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ordppm.o &nbsp;-c ../../../rdppm.c<br />../../../rdppm.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ordrle.o &nbsp;-c ../../../rdrle.c<br />../../../rdrle.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ordswitch.o &nbsp;-c ../../../rdswitch.c<br />../../../rdswitch.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-ordtarga.o &nbsp;-c ../../../rdtarga.c<br />../../../rdtarga.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-otransupp.o &nbsp;-c ../../../transupp.c<br />../../../transupp.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-owrbmp.o &nbsp;-c ../../../wrbmp.c<br />../../../wrbmp.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-owrgif.o &nbsp;-c ../../../wrgif.c<br />../../../wrgif.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-owrppm.o &nbsp;-c ../../../wrppm.c<br />../../../wrppm.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-owrrle.o &nbsp;-c ../../../wrrle.c<br />../../../wrrle.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE &nbsp;-owrtarga.o &nbsp;-c ../../../wrtarga.c<br />../../../wrtarga.c:<br /><span style="color: #000000;">tlib64</span>.exe &nbsp;/P128 &nbsp; <span style="color: #ff0000;">"..<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\l</span>ib<span style="color: #000000;">\w</span>in<span style="color: #000000;">\b</span>cc64<span style="color: #000000;">\j</span>peg.a"</span> -+jaricom.o -+jcapimin.o -+jcapistd.o -+jcarith.o -+jccoefct.o -+jccolor.o -+jcdctmgr.o -+jcinit.o -+jcmainct.o -+jcmarker.o -+jcmaster.o -+jcomapi.o -+jcparam.o -+jcprepct.o -+jcsample.o -+jctrans.o -+jdapimin.o -+jdapistd.o -+jdarith.o -+jdatadst.o -+jdatasrc.o -+jdcoefct.o -+jdcolor.o -+jddctmgr.o -+jdhuff.o -+jdinput.o -+jdmainct.o -+jdmarker.o -+jdmaster.o -+jdmerge.o -+jdpostct.o -+jdsample.o -+jdtrans.o -+jerror.o -+jfdctflt.o -+jfdctfst.o -+jfdctint.o -+jidctflt.o -+jidctfst.o -+jidctint.o -+jmemmgr.o -+jmemnobs.o -+jquant1.o -+jquant2.o -+jutils.o -+rdbmp.o -+rdcolmap.o -+rdgif.o -+rdppm.o -+rdrle.o -+rdswitch.o -+rdtarga.o -+transupp.o -+wrbmp.o -+wrgif.o -+wrppm.o -+wrrle.o -+wrtarga.o<br />TLIB64 <span style="color: #000000;">7.0</span> Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color: #000000;">1987</span><span style="color: #000000;">-2019</span> Embarcadero Technologies, Inc.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />bcc64.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-ochartabs.o -DPCRE_STATIC -c ../../../chartabs.c<br />../../../chartabs.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrebyte.o -DPCRE_STATIC -c ../../../pcrebyte.c<br />../../../pcrebyte.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrecomp.o -DPCRE_STATIC -c ../../../pcrecomp.c<br />../../../pcrecomp.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcreconf.o -DPCRE_STATIC -c ../../../pcreconf.c<br />../../../pcreconf.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcredfa.o -DPCRE_STATIC -c ../../../pcredfa.c<br />../../../pcredfa.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcreexec.o -DPCRE_STATIC -c ../../../pcreexec.c<br />../../../pcreexec.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrefinf.o -DPCRE_STATIC -c ../../../pcrefinf.c<br />../../../pcrefinf.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcreget.o -DPCRE_STATIC -c ../../../pcreget.c<br />../../../pcreget.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcreglob.o -DPCRE_STATIC -c ../../../pcreglob.c<br />../../../pcreglob.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrejitc.o -DPCRE_STATIC -c ../../../pcrejitc.c<br />../../../pcrejitc.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcremktb.o -DPCRE_STATIC -c ../../../pcremktb.c<br />../../../pcremktb.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrenewl.o -DPCRE_STATIC -c ../../../pcrenewl.c<br />../../../pcrenewl.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcreoutf.o -DPCRE_STATIC -c ../../../pcreoutf.c<br />../../../pcreoutf.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrerefc.o -DPCRE_STATIC -c ../../../pcrerefc.c<br />../../../pcrerefc.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrestud.o -DPCRE_STATIC -c ../../../pcrestud.c<br />../../../pcrestud.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcretabs.o -DPCRE_STATIC -c ../../../pcretabs.c<br />../../../pcretabs.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcreucd.o -DPCRE_STATIC -c ../../../pcreucd.c<br />../../../pcreucd.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrever.o -DPCRE_STATIC -c ../../../pcrever.c<br />../../../pcrever.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrevutf.o -DPCRE_STATIC -c ../../../pcrevutf.c<br />../../../pcrevutf.c:<br /><span style="color: #000000;">bcc64</span>.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DSUPPORT_UTF -DSUPPORT_UCP -DHAVE_STDINT_H -DHAVE_CONFIG_H &nbsp;-opcrexcls.o -DPCRE_STATIC -c ../../../pcrexcls.c<br />../../../pcrexcls.c:<br /><span style="color: #000000;">tlib64</span>.exe &nbsp;/P128 &nbsp; <span style="color: #ff0000;">"..<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\.</span>.<span style="color: #000000;">\l</span>ib<span style="color: #000000;">\w</span>in<span style="color: #000000;">\b</span>cc64<span style="color: #000000;">\h</span>bpcre.a"</span> -+chartabs.o -+pcrebyte.o -+pcrecomp.o -+pcreconf.o -+pcredfa.o -+pcreexec.o -+pcrefinf.o -+pcreget.o -+pcreglob.o -+pcrejitc.o -+pcremktb.o -+pcrenewl.o -+pcreoutf.o -+pcrerefc.o -+pcrestud.o -+pcretabs.o -+pcreucd.o -+pcrever.o -+pcrevutf.o -+pcrexcls.o<br />TLIB64 <span style="color: #000000;">7.0</span> Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color: #000000;">1987</span><span style="color: #000000;">-2019</span> Embarcadero Technologies, Inc.<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">1</span> archivo<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span> copiado<span style="color: #000000;">&#40;</span>s<span style="color: #000000;">&#41;</span>.<br />bcc64.exe &nbsp; -I. -I../../../../../../include -q -tWM &nbsp; &nbsp;-DUNICODE -DZIP_SUPPORT -Ie:/xbase/hbr/harbour/src/3rd/zlib &nbsp;-oauxtif.o &nbsp;-c ../../../auxtif.c<br />../../../auxtif.c:<br />&nbsp;</div>[/code:owoz97rv]
Alguien me puede ayudar para construir Harbour BCC64 7.4?
Manu, Con el bcc 64 7.1 lo construimos bien, pero es cierto que con versiones posteriores aparecen muchos errores en los ficheros de cabecera, etc
Alguien me puede decir el porque
Hola a todos los amigos del foro, mi dilema es el siguiente, tengo un problema desde hace varios dias en lo siguiente: Tengo aplicaciones en 16 bits que estoy pasandola a 32 bits y me he percatado que en pc con Windows Xp , hay momentos en que la aplicacion se queda procesando algo (o se pone lento) y la misma aplicación de 16 bits corriendo en xp , normal sin problemas, me dijeron que era un problema del windows xp , que cambiara el 1. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters\ OplocksDisabled=1 , otro 2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters EnableOplocks = 0 , otro 3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters] "UseOpportunisticLocking"=0 Pero nada, sigue el mismo problema , aunque debo reconocer que me ha ayudado un poco, pero hay momentos que me pasa lo mismo, mi pregunta es porque sucede esto con aplicaciones hechas en 32 bits , si con aplicauiones de 16 bits en xp no tenia ningun problema y el usuario estaba contento, y ahora que "actualize " su modulo, me dice que lo ve mas lento que antes,.. porqué? no deberia ser mas rapido o en todo caso porque hesos culegues repentinos , sera un problema del fwh, del xharboour o del windoews xp Agradeceria muchisimo si alguien me puede dar una ayuda en esto ya que mis usuarios estan descontentos y me piden una solución a gritos. Estoy compiladno con fwh 8.3 + xharbour 1.1 + workshop.. + dbf y ntx
Alguien me puede decir el porque
Yo hace poco migre de 16 a 32 bits no mire problemas de lentitud, sera que uso cdx uso fwh y xhb,, saludos..
Alguien me puede decir el porque
Cesar, efectivamente el amigo usa NTX, creo que su solución sea el uso de CDX, aunque bien valdría probar antes de cambios importantes en su sistema. Aunque según hemos visto, no hay muchos cambios "traumáticos" el migrar de NTX a CDX.
Alguien me puede decir el porque
Angel, Usas tu aplicacion en red ? En caso afirmativo, usas la misma version de Windows en todos los ordenadores ? Puedes tener problemas de lentitud si usas distintas versiones de Windows en la misma red.
Alguien me puede decir el porque
Antonio, Creo que Angel usa diferentes versiones de windows server XP estaciones Win98 y XP prof y home obviamente espero Angel confirme los datos
Alguien me puede decir el porque
Amigo Willian, tenog como servidor un linux mandrake con samba, algunas pc clinetes con windows 98 y otras con winodws xp, el problema o la dudas es porque con estas mismas especificaciones de hardware y corriendo a 16 bits no tengo problema alguno y se "supone" que si he pasado mis aplicaciones a 32 bits, deberian correr igual o mejor esa es mi prgeunta, alguien se anima a contestarme porfavor....
Alguien me puede decir el porque
Angel, No es un problema de Harbour/xHarbour, que son quienes usan las funciones de red, sino del propio Windows que está diseñado asi. En 16 bits se permitían cosas que no se permiten en 32 bits. Microsoft quiere que se use la misma versión de Windows en los clientes de la red, ó la red no responde bien a las aplicaciones de 32 bits. En este sentido es una limitación, pero comparando las aplicaciones de 32 bits con las de 16 bits, hay muchísimas ventajas en los 32 bits. En 16 bits estabamos "encerrados" entre "muros" de 64Ks. En 32 bits usamos la memoria que realmente tiene el ordenador. Y sobre todo, es que 16 bits ya solo existe por compatibilidad. En algún momento dejará de ser soportado por Windows.
Alguien me puede facilitar la Clase TDbf
Saludos al Forum Alguien me puede facilitar la Clase TDbf
Alguien me puede facilitar la Clase TDbf
Ruben, Por que no usas la Clase TDataBase de FWH ? Funciona muy bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Alguien me puede facilitar la clase texcels ?
Hola amigos del foro Por favor me puede facilitar la clase texcelscript Trate de bajarla de utilidades, pero hay un problema con el link Gracias, Saludos, erick FWH 8.6, XHARBOUR, BCC55
Alguien me puede facilitar la clase texcels ?
Hola, Enviame tu email y te la envio. Saludos, Alfonso
Alguien me puede facilitar la clase texcels ?
[quote="alfonso":37q3m9pq]Hola, Enviame tu email y te la envio. Saludos, Alfonso[/quote:37q3m9pq] Gracias Alonso por contestar prontamente Mi correo es <!-- e --><a href="mailto:dicoms@gmail.com">dicoms@gmail.com</a><!-- e -->
Alguien me puede facilitar la clase texcels ?
Hola Erik, Te envie un correo y me ha devuelto error. ¿Algun problema? Saludos, Alfonso
Alguien me puede facilitar la clase texcels ?
Hola, Download link TExcels [url:8aif7vwk]http&#58;//rapidshare&#46;com/files/214410192/Texcels&#46;zip[/url:8aif7vwk] Anser
Alguien me puede facilitar la clase texcels ?
Muchas gracias de mi parte..... Podrian publicar algún ejemplo de como usar esta clase saludos david argentina
Alguien me puede facilitar la clase texcels ?
[quote="dobfivewin":1v6ftlse]Muchas gracias de mi parte..... Podrian publicar algún ejemplo de como usar esta clase saludos david argentina[/quote:1v6ftlse] ejemplo 1 FUNCTION Test() LOCAL cOrigen := cFilePath( GetModuleFileName( GetInstance() )) + "browse.xls" LOCAL i oExcel := TExcelScript():New() ** oExcel:add( ) oExcel:Open( cOrigen ) oExcel:visualizar(.T.) FOR i := 1 TO 4 oExcel:AutoFit( i ) NEXT oExcel:SetPrintArea("A1:D20") oExcel:Margins( 0 , 50 ) oExcel:Headers( 1 , "Titulo Superior" ) oExcel:Footers( 2 , "Footer Izquiedo con numero de paginas..."+"&P" ) oExcel:Zoom( 110 ) // Ajuste al 110% de tamaño de la Hoja oExcel:say( 20,20, "AGREGAR TEXTO ") oExcel:lCenterH( .T. ) oExcel:lCenterV( .T. ) oExcel:SetLandScape() oExcel:SetPage( 1 ) // Papel Tamaño Carta oExcel:Save( ) RETURN ( .T. ) EXIT PROCEDURE Cerrar() oExcel:End(.F.) ; oExcel := NIL RETURN
Alguien puede ayudarme
Estoy usando el Symantec Resources Studio, he diseñado una caja de dialogo, ahora estoy intentado arrancarla desde el PRV y me de un mensaje de error, no se puede arrancar la caja de dialogo, alguien de este foro tiene alguna idea de porque puede estar pasando esto.
Alguien puede ayudarme
Manuel, Es el mismo fichero RC que has publicado en otro mensaje ?
Alguien puede ayudarme
Si quieres te envio de nuevo todo el codigo fuente para que lo veas. Estoy desesperado, ya que no puedo seguir probando las cosas y necesito decirle a mi cliente si las cosas que el me pide se pueden realizar o no se pueden realizar. Gracias.
Alguien puede ayudarme
Manuel, Envíame todo en un ZIP por email.
Alguien puede ayudarme
Dime el email a donde te lo envio.
Alguien puede ayudarme
<!-- e --><a href="mailto:alinares@fivetechsoft.com">alinares@fivetechsoft.com</a><!-- e -->
Alguien puede ayudarme
Lo tienes en tu correo.
Alguien puede ayudarme
Manuel, Funciona correctamente. Solo tienes que cambiar el fichero RC de esta forma: [code:5loy0nj5] #include "winapi&#46;ch" mcliente DIALOG MOVEABLE LOADONCALL DISCARDABLE 10, 10, 186, 70 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_POPUP CAPTION "Clientes" FONT 8, "MS Sans Serif" BEGIN END [/code:5loy0nj5] Y modifica buildce.bat en esta línea: IF EXIST %1.rc %vcdir%\bin\rc -r -d_CE -ic:\fwce\include %1 Aqui lo ves funcionando: [url=http&#58;//imageshack&#46;us:5loy0nj5][img:5loy0nj5]http&#58;//img69&#46;imageshack&#46;us/img69/2546/manuel9cs&#46;png[/img:5loy0nj5][/url:5loy0nj5]
Alguien puede ayudarme
Otra pregunta mas por favor, tendo la ventana diseñada, pero ahora necesito asignarle a cada uno de los campos y botones las acciones y valores que mi interesan, como hago este proceso, te envio el fichero RC para que me hagas un ejemplo con un boton y un campo, como cargarle valores y como actualizar un dbf despues con los valores de este campo Gracias. #include "..\include\winapi.ch" #include "inicio.rh" MCLIENTE DIALOG 7, 3, 146, 142 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "Añadir modificar clientes" FONT 8, "MS Sans Serif" { CTEXT "Código", -1, -1, 1, 33, 8 CTEXT "Fecha Alta", -1, 34, 1, 54, 8 CTEXT "CIF/NIF", -1, 87, 1, 54, 8 EDITTEXT IDC_EDIT1, 2, 10, 28, 12, NOT WS_TABSTOP | WS_DISABLED | WS_BORDER EDITTEXT IDC_EDIT2, 39, 10, 48, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT3, 91, 10, 52, 12, WS_BORDER | WS_TABSTOP LTEXT "Nombre, Calle, CP, Población, Provincia", -1, 2, 23, 135, 8 EDITTEXT IDC_EDIT4, 3, 32, 140, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT5, 3, 43, 140, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT6, 3, 54, 28, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT7, 30, 54, 113, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT8, 3, 65, 140, 12, WS_BORDER | WS_TABSTOP CTEXT "Teléfono", -1, 2, 78, 41, 8 EDITTEXT IDC_EDIT9, 3, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Fax", -1, 48, 78, 41, 8 EDITTEXT IDC_EDIT10, 50, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Movil", -1, 98, 78, 41, 8 EDITTEXT IDC_EDIT11, 99, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Otros comentarios y notas 70(x)", -1, 3, 100, 135, 8 EDITTEXT IDC_EDIT12, 4, 108, 137, 12, WS_BORDER | WS_TABSTOP DEFPUSHBUTTON "Grabar", IDC_PUSHBUTTON1, 4, 127, 50, 14 DEFPUSHBUTTON "Salir", IDC_PUSHBUTTON2, 91, 127, 50, 14 } gracias Eres un fenomeno en este lenguaje, muchas gracias.
Alguien puede ayudarme
Hace falta "inicio.rh"
Alguien puede ayudarme
Lo que pasa es que el editor de pantalla, lo incluye y lo he dejado.
Alguien puede ayudarme
[b:2fyzmyx9]Dime como puedo declarar el REDEFINE dentro del PRG para que una de estas variables contenga el valor de un fichero, y despues como puedeo actualizarla[/b:2fyzmyx9] #include "..\include\winapi.ch" MCLIENTE DIALOG 7, 3, 146, 142 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "Añadir modificar clientes" FONT 8, "MS Sans Serif" { CTEXT "Código", -1, -1, 1, 33, 8 CTEXT "Fecha Alta", -1, 34, 1, 54, 8 CTEXT "CIF/NIF", -1, 87, 1, 54, 8 EDITTEXT IDC_EDIT1, 2, 10, 28, 12, NOT WS_TABSTOP | WS_DISABLED | WS_BORDER EDITTEXT IDC_EDIT2, 39, 10, 48, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT3, 91, 10, 52, 12, WS_BORDER | WS_TABSTOP LTEXT "Nombre, Calle, CP, Población, Provincia", -1, 2, 23, 135, 8 EDITTEXT IDC_EDIT4, 3, 32, 140, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT5, 3, 43, 140, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT6, 3, 54, 28, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT7, 30, 54, 113, 12, WS_BORDER | WS_TABSTOP EDITTEXT IDC_EDIT8, 3, 65, 140, 12, WS_BORDER | WS_TABSTOP CTEXT "Teléfono", -1, 2, 78, 41, 8 EDITTEXT IDC_EDIT9, 3, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Fax", -1, 48, 78, 41, 8 EDITTEXT IDC_EDIT10, 50, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Movil", -1, 98, 78, 41, 8 EDITTEXT IDC_EDIT11, 99, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Otros comentarios y notas 70(x)", -1, 3, 100, 135, 8 EDITTEXT IDC_EDIT12, 4, 108, 137, 12, WS_BORDER | WS_TABSTOP DEFPUSHBUTTON "Grabar", IDC_PUSHBUTTON1, 4, 127, 50, 14 DEFPUSHBUTTON "Salir", IDC_PUSHBUTTON2, 91, 127, 50, 14 }
Alguien puede ayudarme
Manuel, [code:36pdbyju] FUNCTION ocliente&#40;oWnd,sel_dbf,registro&#41; * Estado 1 &#40;Borrado&#41; 2 &#40;Cambiado&#41; 3 &#40;Nuevo&#41; local oDbf SELECT &#40;sel_dbf&#41; DATABASE oDbf DEFINE DIALOG maecli RESOURCE "mcliente" REDEFINE GET oDbf&#58;Codigo ID 10 OF maecli REDEFINE GET oDbf&#58;CifNif ID 30 OF maecli REDEFINE GET oDbf&#58;NombreC ID 40 OF maecli REDEFINE GET oDbf&#58;Direccion ID 50 OF maecli REDEFINE GET oDbf&#58;CP ID 60 OF maecli REDEFINE GET oDbf&#58;Poblacion ID 70 OF maecli REDEFINE GET oDbf&#58;Provincia ID 80 OF maecli REDEFINE GET oDbf&#58;Telefono ID 90 OF maecli REDEFINE GET oDbf&#58;Fax ID 100 OF maecli REDEFINE GET oDbf&#58;Movil ID 110 OF maecli REDEFINE GET oDbf&#58;Notas ID 120 OF maecli REDEFINE BUTTON ID 130 OF maecli ACTION oDbf&#58;Save&#40;&#41;, maecli&#58;End&#40;&#41; REDEFINE BUTTON ID 140 OF maecli ACTION maecli&#58;End&#40;&#41; ACTIVATE DIALOG maecli RETURN 0 [/code:36pdbyju] Así se ve: [url=http&#58;//imageshack&#46;us:36pdbyju][img:36pdbyju]http&#58;//img61&#46;imageshack&#46;us/img61/9539/manuel4ak&#46;png[/img:36pdbyju][/url:36pdbyju] Y el RC se ha modificado asi para identificar cada control por su ID: [code:36pdbyju] #include "winapi&#46;ch" MCLIENTE DIALOG 7, 3, 146, 142 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "Añadir modificar clientes" FONT 8, "MS Sans Serif" &#123; CTEXT "Código", -1, -1, 1, 33, 8 CTEXT "Fecha Alta", -1, 34, 1, 54, 8 CTEXT "CIF/NIF", -1, 87, 1, 54, 8 EDITTEXT 10, 2, 10, 28, 12, NOT WS_TABSTOP | WS_DISABLED | WS_BORDER EDITTEXT 20, 39, 10, 48, 12, WS_BORDER | WS_TABSTOP EDITTEXT 30, 91, 10, 52, 12, WS_BORDER | WS_TABSTOP LTEXT "Nombre, Calle, CP, Población, Provincia", -1, 2, 23, 135, 8 EDITTEXT 40, 3, 32, 140, 12, WS_BORDER | WS_TABSTOP EDITTEXT 50, 3, 43, 140, 12, WS_BORDER | WS_TABSTOP EDITTEXT 60, 3, 54, 28, 12, WS_BORDER | WS_TABSTOP EDITTEXT 70, 30, 54, 113, 12, WS_BORDER | WS_TABSTOP EDITTEXT 80, 3, 65, 140, 12, WS_BORDER | WS_TABSTOP CTEXT "Teléfono", -1, 2, 78, 41, 8 EDITTEXT 90, 3, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Fax", -1, 48, 78, 41, 8 EDITTEXT 100, 50, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Movil", -1, 98, 78, 41, 8 EDITTEXT 110, 99, 86, 43, 12, WS_BORDER | WS_TABSTOP CTEXT "Otros comentarios y notas 70&#40;x&#41;", -1, 3, 100, 135, 8 EDITTEXT 120, 4, 108, 137, 12, WS_BORDER | WS_TABSTOP DEFPUSHBUTTON "Grabar", 130, 4, 127, 50, 14 DEFPUSHBUTTON "Salir", 140, 91, 127, 50, 14 &#125; [/code:36pdbyju]
Alguien puede ayudarme
Muchas gracias.
Alguien puede darme un ejemplo de tree desde recurso
He probado el ejemplos que hay pero no encuentro ninguno que utilice los recursos: [code=fw:171lcuh2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> Prueba2<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> oDlg, oTree, oImageList<br /><br /><br /><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"TreeView from source"</span> <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"A_PRUEBA"</span><br /><br /><br />   oTree := TTreeview<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">ReDefine</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">110</span>, oDlg, <span style="color: #000000;">0</span>, GetSysColor<span style="color: #000000;">&#40;</span> COLOR_WINDOW <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br /><br />   oImageList := TimageList<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   oImageList:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> TBitmap<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Define</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"IMG1"</span>,, oDlg <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />   oImageList:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> TBitmap<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Define</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"IMG2"</span>,, oDlg <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />   oImageList:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> TBitmap<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">Define</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"IMG3"</span>,, oDlg <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />   oTree:<span style="color: #000000;">SetImageList</span><span style="color: #000000;">&#40;</span> oImageList <span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">CENTERED</span> ;<br />      <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> AddItems<span style="color: #000000;">&#40;</span> oTree <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><br /><span style="color: #00C800;">function</span> AddItems<span style="color: #000000;">&#40;</span> oTree <span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">local</span> oItem1, oItem2, oItem3<br /><br />   oItem1 = oTree:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"First"</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span><br /><br />   oItem1:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"One"</span>, <span style="color: #000000;">2</span> <span style="color: #000000;">&#41;</span><br />   oItem1:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Two"</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span><br />   oItem1:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Three"</span>,<span style="color: #000000;">2</span> <span style="color: #000000;">&#41;</span><br />   oItem2 = oTree:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Second"</span> <span style="color: #000000;">&#41;</span><br />   oItem2:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Hello"</span> <span style="color: #000000;">&#41;</span><br />   oItem2:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"World"</span> <span style="color: #000000;">&#41;</span><br />   oItem3 = oTree:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Third"</span>, <span style="color: #000000;">3</span> <span style="color: #000000;">&#41;</span><br />   oItem3:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Last"</span> <span style="color: #000000;">&#41;</span><br />   oItem3:<span style="color: #000000;">Add</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"item"</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:171lcuh2] Consigo que aparezca el tree pero no me aparecen las imágenes Gracias
Alguien puede darme un ejemplo de tree desde recurso
A mi me sucede lo mismo, inclusive el ejemplo que trae FWH no trae imágenes. ¿ se podrá ?. Saludos
Alguien puede darme un ejemplo de tree desde recurso
la llamada a este metodo debe de ser dentro del ON INIT del dialogo, cuando el objeto treeview ya esta creado de lo contrario no funciona. oTree:SetImageList( oImageList ) Saludos.
Alguien puede darme un ejemplo de tree desde recurso
Gracias, ya funciona
Alguien puede darme un ejemplo de tree desde recurso
Hola Andres Reyes nuevamente por aqui Una Consulta, alguna novedad de la estupenda WinDebug.. [url:j7rgh8e5]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=9768&p=47129#p47129[/url:j7rgh8e5]
Alguien puede darme un ejemplo de tree desde recurso
Hola Patricio, Sin novedades todavía, sigo trabajando en varios proyectos al mismo tiempo, y sobre todo aprendiendo cosas nuevas cada día, que por supuesto se verán reflejadas en las nuevas versiones mis programas. Espero no sea largo el tiempo, pero ahí estaremos, Saludos, Andrés Reyes