When I run this program the error message shown:
Message not found
TBITMAP:DISPBEGIN
stack calls:
__ERRRT_SBASE(0)
......
#include "FWCE.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd TITLE "Bmp-Res"
* @ 10, 20 BITMAP RESOURCE "users" SIZE 60, 60 && working
@ 10, 20 BITMAP filename CURDIR()+"\users.bmp" SIZE 60, 60 && does't working
ACTIVATE WINDOW oWnd
return nil
tnx for help, Darjo