I'm working through the 'Mumbles' examples and a big thank you to him for providing them.
However, I can't get past the first Form example because of obvious errors created by VB Studio 2010.
{1} Type BFGlobal.APIRequestHeader is not defined.
Fairly obviously it needs to be. I can write plain VBA reasonable well but haven't graduated to the OOP.
The free API code is available and works. I'm assuming somewhere I need a statement like this
Private Const K_URL_ENDPOINT_SERVICE_GLOBAL_URL = "api.betfair.com/global/v3/BFGlobalService"
It's a bit frustrating to have code that works but I don't understand enough to modify it OR code I understand which doesn't work
I'll be grateful to anyone taking pity on a bit of a Newbie. The drawerful of certificates for Powerhouse, DCL and other presumably dead languages are no use whatever.
However, I can't get past the first Form example because of obvious errors created by VB Studio 2010.
{1} Type BFGlobal.APIRequestHeader is not defined.
Fairly obviously it needs to be. I can write plain VBA reasonable well but haven't graduated to the OOP.
The free API code is available and works. I'm assuming somewhere I need a statement like this
Private Const K_URL_ENDPOINT_SERVICE_GLOBAL_URL = "api.betfair.com/global/v3/BFGlobalService"
It's a bit frustrating to have code that works but I don't understand enough to modify it OR code I understand which doesn't work

I'll be grateful to anyone taking pity on a bit of a Newbie. The drawerful of certificates for Powerhouse, DCL and other presumably dead languages are no use whatever.



Comment