Facebook
From Metro Zenko, 5 Years ago, written in C.
">

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

from

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

- view diff
Embed
Download Paste or View Raw
Hits: 898
  1. Just Set the followin before 'NvFBCCreateParams params;'
  2. int magic[] = { 0x0D7BC620, 0x4C17E142, 0x5E6B5997, 0x4B5A855B };
  3.  
  4. And after set/replace this :
  5. NvFBCCreateParams params;
  6. ZeroMemory(&params, sizeof(NvFBCCreateParams));
  7. params.dwVersion       = NVFBC_CREATE_PARAMS_VER;
  8. params.dwInterfaceType = NVFBC_TO_SYS;
  9. params.pDevice         = NULL;
  10. params.dwAdapterIdx    = 0;
  11. params.pPrivateData      = &magic;
  12. params.dwPrivateDataSize = sizeof(magic);
  13.  
  14. if (m_fnCreateEx(&params) != NVFBC_SUCCESS)
  15. {
  16.  
  17. @Soft Camel : I love you for this !