show BITMAP

Post Reply
remecd
Posts: 9
Joined: Wed Dec 14, 2005 10:09 am

show BITMAP

Post by remecd »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Darjo,

Please download a new FWPPC we have just published that should fix that problem. Thanks.
regards, saludos

Antonio Linares
www.fivetechsoft.com
remecd
Posts: 9
Joined: Wed Dec 14, 2005 10:09 am

show BITMAP

Post by remecd »

Antonio, thank you for quick answer. I installed new version. Now is better. But now is black border around picture - the shown picture is greater then original ???

regards, Darjo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Darjo,

Fixed. Please download and install FWPPC again :)

Thanks for your feedback,
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply