FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour To Antonio
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio
Posted: Fri Nov 07, 2008 04:25 AM

Antonio:

I asked you directly because I have not got a definitive answer/example yet. Thank you.

Can I call a 32bit (xHarbour/FiveWin) program from DOS ? ¿ How can I display the image (BMP/JPG) in the xHarbour/FiveWin app ? The image must remain visible when I return to the DOS program ?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
To Antonio
Posted: Sat Nov 08, 2008 12:14 AM

Gustavo,

> Can I call a 32bit (xHarbour/FiveWin) program from DOS ?

You can only call a 32 bits DLL from a 16 bits Windows application.

You can't call a 32 bits DLL (or EXE) from a MsDos 16 bits application.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio
Posted: Sat Nov 08, 2008 11:29 PM

Antonio:

Thanks for your reply. The problem that I have on hand is the following: I have a Clipper (16bit) app that needs to show an image on screen (and leave it open). The Clipper app cannot be ported to FiveWin now :-(, so I have to do the image program as a separate program in FiveWin/xHarbour. How can I do this ? Any suggestions ? Thank you very much.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
To Antonio
Posted: Sun Nov 09, 2008 05:30 AM

Gustavo,

What file format has the image ? Can it be any format ?

You can show some images from MsDos applications :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio
Posted: Sun Nov 09, 2008 10:26 AM

Antonio:

The image format are: JPG & BMP. Can I display them from a Clipper app without using FiveWin ? Thank you.

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Graphic-Library
Posted: Sun Nov 09, 2008 12:09 PM

Hello HunterEC,

to show graphics from inside a clipper-application,
you have to include a graphic-lib to get the functions.

I think, you don't want to spend extra money for a old application.

You can download a FREE - Clipper-Graphic-Lib from my website :

http://www.pflegeplus.com/fw_downloads/Clippgraphic.zip

Regards
Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio
Posted: Mon Nov 10, 2008 07:40 PM

Uwe:

Thank you ! I'll give it a try right away. :D

Continue the discussion