Groups
Groups
Sign in
Groups
Groups
Harbour Users
Conversations
About
Send feedback
Help
Compiler Error C2223 left of '->identifier' must point to struct/union
131 views
Skip to first unread message
alex;
unread,
Mar 6, 2024, 1:39:46 PM
3/6/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
Hello.
What could be the problem?
Error in the code
#pragma BEGINDUMP
#include "hbapi.h"
#include "hbapiitm.h"
HB_FUNC( INC )
{
PHB_ITEM pItem = hb_param( 1, HB_IT_INTEGER );
pItem->item.asInteger.value++;
hb_retni( 0 );
}
#pragma ENDDUMP
antonio....@gmail.com
unread,
Mar 7, 2024, 2:24:29 AM
3/7/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
To manage the internals you have to
#define
_HB_API_INTERNAL_
#pragma BEGINDUMP
#define
_HB_API_INTERNAL_
#include "hbapi.h"
#include "hbapiitm.h"
HB_FUNC( INC )
{
PHB_ITEM pItem = hb_param( 1, HB_IT_INTEGER );
pItem->item.asInteger.value++;
hb_retni( 0 );
}
#pragma ENDDUMP
regards
alex;
unread,
Mar 7, 2024, 4:24:00 AM
3/7/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Harbour Users
Hi, Antonio.
Thank you.
WBR, alex;
четверг, 7 марта 2024 г. в 10:24:29 UTC+3,
antonio....@gmail.com
:
Reply all
Reply to author
Forward
0 new messages