Jump to content
Fivewin Brasil

Erro na compilação


Recommended Posts

Olá galera

Estou tentando compilar um projeto simples com xDevStudio 0.72 versão fwh 13.12 e harbour so que acusa erro na hbclass.ch

//------------------------------------------------------------//

HBClass.ch

Linha : 134

#if __pragma( WARNINGLEVEL ) < 3
#ifndef HB_CLS_NO_PARAMS_ERR
#define HB_CLS_NO_PARAMS_ERR
#endif
#endif
Linha: 290
DECLARED METHOD <type> <MethodName> CLASS <ClassName>
//------------------------------------------------------------//
Arquivo .prg
#include "FiveWin.ch"
function main()
msginfo("Hellow World!", "First")
return nil

//------------------------------------------------------------//

Se caso alguém saiba resolver ou já tenha passado pelo problema agradeço desde já grato valew....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...