Windows Help files

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Stan
Newbie
Newbie
Posts: 3
Joined: Sat Apr 26, 2008 10:19 pm

Windows Help files

Post by Stan »

I have a shareware product that I sell that is windows only (due to the development system, it never will be ported to Mac or Linux). I have been testing it on WINE for about two years and now it almost works with latest version. I want to pass on some info to the makers of the compiler (so mine and other apps will run under wine). One problem I have is that the CHM Help system does not work on Wine (works on Win 98/ME/2000/XP/Vista). Is this a normal Wine problem (I know old style Help files .HLP load)? Thanks for any pointers/info you can give me.

Cheers,
Stan
Dan Kegel

Windows Help files

Post by Dan Kegel »

On Sat, Apr 26, 2008 at 8:32 PM, Stan <[email protected]> wrote:
I have a shareware product that I sell that is windows only
(due to the development system, it never will be ported to
Mac or Linux). I have been testing it on WINE for about two
years and now it almost works with latest version.
Yay!
I want to pass on some info ... the CHM Help system does not work
It does work for some .chm files, I think.
Can you be more specific about what's wrong?
Can you post a link to your app so we can try it?

Thanks,
Dan
herbert langhans

Windows Help files

Post by herbert langhans »

Hi Stan,
maybe it helps to read the CHM from the Unix-side? http://sourceforge.net/projects/chmviewer/

Cheers
herbs


On Sat, 26 Apr 2008 22:32:51 -0500
"Stan" <[email protected]> wrote:
I have a shareware product that I sell that is windows only (due to the development system, it never will be ported to Mac or Linux). I have been testing it on WINE for about two years and now it almost works with latest version. I want to pass on some info to the makers of the compiler (so mine and other apps will run under wine). One problem I have is that the CHM Help system does not work on Wine (works on Win 98/ME/2000/XP/Vista). Is this a normal Wine problem (I know old style Help files .HLP load)? Thanks for any pointers/info you can give me.

Cheers,
Stan


Marcel W. Wysocki

Windows Help files

Post by Marcel W. Wysocki »

On Sat, 26 Apr 2008 22:32:51 -0500
"Stan" <[email protected]> wrote:
I have a shareware product that I sell that is windows only (due to the development system, it never will be ported to Mac or Linux).
why not port it using winelib ?

--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Windows Help files

Post by vitamin »

Marcel W. Wysocki wrote:On Sat, 26 Apr 2008 22:32:51 -0500
"Stan" <[email protected]> wrote:
I have a shareware product that I sell that is windows only (due to the development system, it never will be ported to Mac or Linux).
why not port it using winelib ?
That's a bad idea. Winelib is not stable enough to be suitable for any real ports.
If you look at such attempts in the past they all ended up in disaster for both users, who couldn't use newer Wine versions and vendors who ended up trying to support multiple incompatible Wine versions.
Dan Kegel

Windows Help files

Post by Dan Kegel »

On Sun, Apr 27, 2008 at 8:42 AM, vitamin <[email protected]> wrote:
why not port it using winelib ?
That's a bad idea. Winelib is not stable enough to be suitable for any real ports.
If you look at such attempts in the past they all ended up in disaster
for both users, who couldn't use newer Wine versions and vendors
who ended up trying to support multiple incompatible Wine versions.
Wow, for once Vitamin and I kind of agree on something :-)

See the Bricscad case study at http://kegel.com/wine/isv/#case-studies
for details.
- Dan
Marcel W. Wysocki

Windows Help files

Post by Marcel W. Wysocki »

On Sun, 27 Apr 2008 09:00:59 -0700
"Dan Kegel" <[email protected]> wrote:
On Sun, Apr 27, 2008 at 8:42 AM, vitamin <[email protected]> wrote:
why not port it using winelib ?
That's a bad idea. Winelib is not stable enough to be suitable for any real ports.
If you look at such attempts in the past they all ended up in disaster
for both users, who couldn't use newer Wine versions and vendors
who ended up trying to support multiple incompatible Wine versions.
Wow, for once Vitamin and I kind of agree on something :-)

See the Bricscad case study at http://kegel.com/wine/isv/#case-studies
for details.
- Dan
thanks for the infos, til know i thought one could easily port his win32 apps to unix via wineleb as long as you dont use any fancy stuff and stick to standard functions.

is it likely this situation will change anytime soon ?
not that i'd ever develop a win32 app but im just curious

--
Marcel W. Wysocki <[email protected]>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Dan Kegel

Windows Help files

Post by Dan Kegel »

On Sun, Apr 27, 2008 at 2:21 PM, Marcel W. Wysocki <[email protected]> wrote:
Winelib is not stable enough to be suitable for any real ports.
If you look at such attempts in the past they all ended up in disaster
for both users, who couldn't use newer Wine versions and vendors
who ended up trying to support multiple incompatible Wine versions.
See the Bricscad case study at http://kegel.com/wine/isv/#case-studies
for details.
thanks for the infos, til now i thought one could easily port his win32
apps to unix via wineleb as long as you dont use any fancy stuff and
stick to standard functions.
That's true - you can - but it's better to simply use Wine. Winelib has
surprising properties that will confuse both you and your users unless
you really know what you're doing. Using Wine has significantly fewer
surprises.
And as a bonus you don't have to recompile your app.
is it likely this situation will change anytime soon ?
When the wine protocol is complete, perhaps. That's a long ways off.
- Dan
Locked