Hello again Al or anybody
I'm trying to compose a Print Preview with win32lib.ew.
That will display .jpg, .gif, .bmp, .ico, .tiff, .wmf, .emf, etc...
I guess the trick is to convert all pics to bitmaps and then manipulate them.
I thought that was what ALS_DJ.exe did (convert).
I created a Library using the Euviewer files. (Which is the same as the Deluxe
Slide Show library).
For lack of a better name I call it ssclass.
include win32lib.ew
--ssclass group--
include GlobalVars.ew
include LLFuncs.ew as LLF
include WConst.ew as Alc
include WM_Const.ew as Awc
include WinMain.ew as Win
include WinCalls.ew as win
include ReTrack.ew as Track
include Menu.ew as Menu
include GdiPlus_Win98,XP.ew
include Viewer_Globals.ew
I fixed it so I don't get any namesake clashes.
The problem I'm getting is,
d:\eu\ssclass\ReTrack.ew:152 in function GetHandle()
subscript value 17 is out of bounds reading from sequence of length 0
What is the sequence that is length 0?
The window I am trying to paste the picture into is created with win32lib.ew.
Could this make a difference? Must it be created within the ssclass group?
I want the program to be written in win32lib.ew because the bulk of the program
is already written in win32lib.
Any help appreciated,
Don Cole
|
Not Categorized, Please Help
|
|