Posted: Thu Mar 28, 2002 5:24 pm
Restored from previous forum. Originally posted by VPureBasic.
Hi all
I would like to know why PureBasic returns me this message "Can't create the PureBasic.exe file( alredy running ) everytime I use a callback like wndproc.
WndProc:
%define hWnd ebp+8
%define uMsg ebp+12
%define wParam ebp+16
%define lParam ebp+20
enter 0,0
Mov eax,dword[ uMsg ]
... cmp etc
; default
Push dword[ lparam ]
Push dword[ wparam ]
Push dword[ uMsg ]
Push dword[ hWnd ]
Call _DefWindowProc@16
xor eax,eax
leave
ret 16
Thx to evryone who's gonna help
Roger
Hi all
I would like to know why PureBasic returns me this message "Can't create the PureBasic.exe file( alredy running ) everytime I use a callback like wndproc.
WndProc:
%define hWnd ebp+8
%define uMsg ebp+12
%define wParam ebp+16
%define lParam ebp+20
enter 0,0
Mov eax,dword[ uMsg ]
... cmp etc
; default
Push dword[ lparam ]
Push dword[ wparam ]
Push dword[ uMsg ]
Push dword[ hWnd ]
Call _DefWindowProc@16
xor eax,eax
leave
ret 16
Thx to evryone who's gonna help
Roger