FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FIVEWIN/samples/win32.prg
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
FIVEWIN/samples/win32.prg
Posted: Fri Nov 30, 2007 06:44 AM

ad) TAnimate sample
FWH\samples\win32.prg or FWH\samples\win32_.prg

If I click on play nothing happens.
Regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FIVEWIN/samples/win32.prg
Posted: Fri Nov 30, 2007 09:26 AM

Otto,

Are you testing in Vista ? If so, it seems that Microsoft has not kept backwards compatibility with XP :-(

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
FIVEWIN/samples/win32.prg
Posted: Fri Nov 30, 2007 12:00 PM

Yes, Vista.
Regards,
Otto

Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM
Re: FIVEWIN/samples/win32.prg
Posted: Tue Jan 18, 2011 08:20 AM
Hi,

It's a bit late, but if you add the avi to your exe file as follows in the app.rc:

Code (fw): Select all Collapse
151 AVI "\\dev\\avi\\findfile.avi"


And change tAnimate to:

Code (fw): Select all Collapse
   METHOD FindFile() BLOCK { | Self, h |::OpenEx( nil, 151 ) }


It works.

I only changed from XP to Windows 7 at the end of last year, and only hit this issue now :-)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN/samples/win32.prg
Posted: Tue Jan 18, 2011 08:27 AM

Alex, thank you for your help.
Best regards,
Otto

Continue the discussion