Locating dll files for 64 bit MC 8.0  [SOLVED]

Questions about MultiCharts and user contributed studies.
familytrading
Posts: 33
Joined: 24 Sep 2009
Location: Monterey, CA
Been thanked: 3 times
Contact:

Locating dll files for 64 bit MC 8.0

Postby familytrading » 11 Aug 2012

I use the external grail package (no longer available) with MC, and after I updated to the 64 bit version of MC, I am having difficulty finding the dll called in the program. The error I am receiving is as follows:

"Can't find dll "fileappenddll.dll" . I have tried to put it in all system directories, and any shared directories under windows but usually I have avoided this error by placing it in the MC file (program) but there is none for the 64 version. I placed these files under MultiCharts 64 file but it still says it can't find it.

????

The call in the power editor is as follows:

DefineDLLFunc: "FileAppendDll.dll",void,"_FileAppendEndl",lpstr,lpstr;


Need some help, since this optimizer is far superior to the one contained in MC and the one with TS is too slow.

Thanks

bluejack
Posts: 42
Joined: 02 Aug 2012
Has thanked: 25 times
Been thanked: 27 times

Re: Locating dll files for 64 bit MC 8.0  [SOLVED]

Postby bluejack » 11 Aug 2012

You can't load 32 bit dll's into 64 bit software. You would need the 64 bit dll.

Perhaps Multicharts has some workaround so theres still some hope.

User avatar
Andrew MultiCharts
Posts: 1587
Joined: 11 Oct 2011
Has thanked: 931 times
Been thanked: 559 times

Re: Locating dll files for 64 bit MC 8.0

Postby Andrew MultiCharts » 14 Aug 2012

You can't load 32 bit dll's into 64 bit software. You would need the 64 bit dll.

Perhaps Multicharts has some workaround so theres still some hope.
Unfortunately in this case there is no hope... :-(
You will need 64 bit .dll files for MC 64 bit, and 32 bit .dll files for MC 32 bit. No workarounds.


Return to “MultiCharts”