Pessoal, bom dia.
Estou com um problema.
Meu PC é de 64bits, e não está reconhecendo uma função ao abrir Access (2010).
====================================
Option Compare Database
Option Explicit
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" _
(ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" _
(ByVal hWnd As Long, ByVal nIndex As Long) As Long
Private Declare Function SetLayeredWindowAttributes Lib "user32" _
(ByVal hWnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long
Private Const GWL_EXSTYLE = (-20)
Private Const WS_EX_LAYERED = &H80000
Private Const LWA_ALPHA = &H2
====================================
Ao executar ocorre o seguinte erro: “Erro de compilação: O código desse projeto deve ser atualizado para uso em sistemas de 64bits. Analise e atualize as instruções Declare e, em seguida, marque-as com atributo PtsSafe”.
Alguém sabe o procedimento para solucionar o problema?
Desde já agradeço a atenção.
Estou com um problema.
Meu PC é de 64bits, e não está reconhecendo uma função ao abrir Access (2010).
====================================
Option Compare Database
Option Explicit
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" _
(ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" _
(ByVal hWnd As Long, ByVal nIndex As Long) As Long
Private Declare Function SetLayeredWindowAttributes Lib "user32" _
(ByVal hWnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long
Private Const GWL_EXSTYLE = (-20)
Private Const WS_EX_LAYERED = &H80000
Private Const LWA_ALPHA = &H2
====================================
Ao executar ocorre o seguinte erro: “Erro de compilação: O código desse projeto deve ser atualizado para uso em sistemas de 64bits. Analise e atualize as instruções Declare e, em seguida, marque-as com atributo PtsSafe”.
Alguém sabe o procedimento para solucionar o problema?
Desde já agradeço a atenção.