64 bit version MadCap.HelpViewerEmbeddedClient.dll

This forum is for all Flare issues related to the DotNet Help target, and the Dot Net Viewer
Post Reply
zap
Jr. Propeller Head
Posts: 6
Joined: Tue Aug 24, 2010 5:17 am

64 bit version MadCap.HelpViewerEmbeddedClient.dll

Post by zap »

Hi,
we are building our application as a 64 bit application and need a 64 bit version of the embedded help viewer client. is there one available? would it be possible for you to make one?

thanks,
jf
RamonS
Senior Propellus Maximus
Posts: 4293
Joined: Thu Feb 02, 2006 9:29 am
Location: The Electric City

Re: 64 bit version MadCap.HelpViewerEmbeddedClient.dll

Post by RamonS »

Just out of curiosity, why limit to 64 bit?
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: 64 bit version MadCap.HelpViewerEmbeddedClient.dll

Post by LTinker68 »

zap wrote: would it be possible for you to make one?
First, this is a peer-to-peer forum, so it's for other users. MadCap Support occasionally drops by, but the formal way to submit a feature request is to do so from http://www.madcapsoftware.com/bugs/submit.aspx.

Second, I thought 32-bit apps could run in a 64-bit environment, but not the other way around. Is the help viewer not running correctly? Or is it ok but you'd prefer a 64-bit version be available?
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
RamonS
Senior Propellus Maximus
Posts: 4293
Joined: Thu Feb 02, 2006 9:29 am
Location: The Electric City

Re: 64 bit version MadCap.HelpViewerEmbeddedClient.dll

Post by RamonS »

LTinker68 wrote:Second, I thought 32-bit apps could run in a 64-bit environment, but not the other way around. Is the help viewer not running correctly? Or is it ok but you'd prefer a 64-bit version be available?
zap is asking about the DLL for embedded help. So if the app is to be 64 bit only the DLL it uses needs to be as well. It would be different if zap wants to use the stand-alone viewer, because that is its own application. The embedded help is not. But as posted before, I'm curious as to why the app must be limited to 64 bit.

zap, Lisa is right, you should contact MadCap and have them compile the DLL for 64 bit.
samjones6
Sr. Propeller Head
Posts: 168
Joined: Tue Mar 08, 2011 5:03 pm

Re: 64 bit version MadCap.HelpViewerEmbeddedClient.dll

Post by samjones6 »

zap wrote:we are building our application as a 64 bit application and need a 64 bit version of the embedded help viewer client. is there one available? would it be possible for you to make one?
If Flare / Madcap does not distro the source to the .net help viewer, then you should dump .net help.

In the .net world, if you lack full sources, you are effectively tied to compiling x86 (32 bit), as many modules have cascading dependencies (so you get a dll that is universal, but it consumes a 32 bit something, so your whole app ends up being 32 bit because of a 5th level dependency...).


That said, 32 bit is fine for almost all apps anyway!
Post Reply