Results 1 to 2 of 2

Thread: Dd_ok

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    26

    Dd_ok

    Please help, I try to use DD_OK but it says it's not declared. I tried to use DxVBLib.DD_OK but it's not in there. How do I use this? I'm using DirectX7 and really need help. Here's the context of it.

    VB Code:
    1. Function ExModeActive() As Boolean
    2.         Dim TestCoopRes As Long
    3.         TestCoopRes = dd.TestCooperativeLevel
    4.         If (TestCoopRes = DD_OK) Then
    5.  
    6.         End If
    7.     End Function

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    What's 'DD_OK' ? and did you add reference of DirectX to your proj ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width