Jump to content
Fivewin Brasil

Edu

Membros
  • Posts

    126
  • Joined

  • Last visited

  • Days Won

    3

Edu last won the day on January 5 2017

Edu had the most liked content!

About Edu

  • Birthday 11/21/1989

Profile Information

  • Gender
    Male
  • Location
    Niterói-RJ

Contact Methods

  • Skype
    eduardo.sales_dveloper@hotmail.com

Recent Profile Visitors

899 profile views

Edu's Achievements

Newbie

Newbie (1/14)

18

Reputation

  1. Thanks Cristoval but I'm not using Visual Studio. I'm using Fivewin 16.08, xharbour 1.2.3 and BCC 7.0. It's possible work with hbcurl ? If positive, what configurations I need to do? Best regards.
  2. Kapi, Baixei a lib do link que vc enviou mas deu outro erro. Executando: ILINK32 @B32.BC Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: 'LIB\HBCURL.LIB' contains invalid OMF record, type 0x21 (possibly COFF) Sabe o que pode estar causando este erro?
  3. Obrigado Kapi! Mas eu já tenho a lib. Eu não consigo compilar. Erros: Executando: ILINK32 @B32.BC Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_curl_global_init_mem' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_global_cleanup' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_formfree' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_cleanup' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_reset' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_duphandle' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_init' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_hb_gcMark' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_hb_gcAllocate' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_pause' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_perform' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_send' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_recv' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_hb_storclen_buffer' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_formadd' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_slist_append' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_hb_parnldef' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_setopt' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_getinfo' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_slist_free_all' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_escape' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_unescape' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_version' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_version_info' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_strerror' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_getdate' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_escape' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_unescape' referenced from LIB\HBCURL.LIB|core Error: Unresolved external '_curl_free' referenced from LIB\HBCURL.LIB|core
  4. Boa tarde amigos. Vi no link que usa a hbcurl.lib do harbour, como faço para usá-la no xharbour? Grato.
  5. Bom dia amigo! Segue alguns links uteis. http://www.ousob.com/ng/clguide/ http://linguagemclipper.com.br/node/xharbour http://www.toyanet.com.br/bitgaragem.php https://vivaclipper.wordpress.com/ https://harbour.github.io/contribs http://harbour.edu.pl/index.html http://www.fivetechsoft.com/harbour-docs/api.html http://wiki.fivetechsoft.com/doku.php http://forums.fivetechsupport.com/ Abraço.
  6. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27136&hilit=bPaintText http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22506&p=119910&hilit=bpainttext#p119910
  7. Edu

    xharbour

    Boa tarde! Basta importar no projeto a shell32.lib que irá resolver! Abraço.
  8. Edu

    IP Público

    ADutheil, linkei a libcurl.lib no projeto e efetuei #include "hbcurl.ch" mas não consigo compilar. O que está faltando?
  9. Resolvido! Obrigado fladimir. Tive que importar no projeto o arquivo ct.lib e efetuar o include de "directry.ch".
  10. Obrigado pela dica mas esta função não foi reconhecida no meu compilador. Existe algum include.ch que precisa ser importado no projeto?
  11. Boa tarde amigos! Criei uma rotina para alterar arquivos XML. A rotina está legal, mas a data de criação do arquivo está sendo alterada. Existe alguma forma de resolver isso, ou seja, alterar o arquivo sem mexer na data de criação do mesmo? Obs.: Estou usando as funções Memoread() e Memowrit().
  12. João. Acho que não funcionaria pois não tenho como saber qual o tamanho do hexadecimal e nessa função está testando bit a bit. Ex: Caracter: Ç em hexadecimal é : xC7. Caracter: º em hexadecimal é: xBA.
  13. Bom dia! Alguém sabe como posso testar se há caracteres hexadecimal numa string? Tentei com a função IsXDigit(), mas retorna erro: Unrecoverable error 9023: hb_xgrab requested to allocate zero bytes. Grato.
  14. Verifique se o arquivo não está sendo gravado com as tags de envelopamento. Ex: <soap:Envelope...>
  15. Bom dia! Nada específico. Compilei com Fwh1109, xHarbour 1.2.3 e bcc 5.8.2. Abraço.
×
×
  • Create New...