Windows 7

Beta releases, announcements and anything else that doesn't fit below. Please read the <B>Welcome</B> topic.

Moderator: DPlotAdmin

Post Reply
AWaterman
Posts: 52
Joined: Sun Jan 08, 2006 7:25 pm
Location: Canberra, Australia

Windows 7

Post by AWaterman »

We are about to make a move to win 7 64 bit. I use DPlot Dplotjr And Dplotlib called from MS Access and Excel. Are there any known holes I can avoid falling down with a bit of timely advice?
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

If you have a recent (less than a year old or so) version of the Excel Add-In it won't be a problem with either the 32- or 64-bit version of Excel 2010. You can easily figure out if you do by taking a look inside the VBA and searching for "#if VBA7". If it is there, you're in good shape.

I'm not sure what you're doing from Access, but if you install the 64-bit version and are calling functions in dplotlib.dll, it won't work.

I'm still working on a 64-bit version of the DLL. When that is done this will no longer be a problem.
Visualize Your Data
support@dplot.com
AWaterman
Posts: 52
Joined: Sun Jan 08, 2006 7:25 pm
Location: Canberra, Australia

Post by AWaterman »

In Access, I use dplotlib. I rambled on about this (and a lot of other stuff) in a previous post http://www.dplot.com/forums/viewtopic.php?t=1208&

When do you reckon on having the 64 bit dll done?

#if VBA7 does appear in our version, so the XL side is OK. Maybe I should be less of a lazy dog and use this technique in Access (ie put it all in an addin rather than using the dll) as you suggested in that earlier post.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

I'm working on the 64-bit version now. I'm sure it should be much easier than I'm encountering, but it is just a matter of time.

That DLL will be available soon, but there actually is a good reason to move all of the DDE calls into your VBA code and get rid of dependence on the DLL other than 32- vs. 64-bit issues. The old Excel VBA changed the working directory to that of the Add-In so that Excel could find the DLL, which seems a bit kludgy to me. If the DLL isn't needed then this goes away.
Visualize Your Data
support@dplot.com
AWaterman
Posts: 52
Joined: Sun Jan 08, 2006 7:25 pm
Location: Canberra, Australia

Post by AWaterman »

I have just implemented similar kludgy fix in Access, as I am running it in two different environments with dplotlib in different places. However, good news is that our move to win 7 isn't a move to 64 bit office. We are moving to 32 bit Office 2010 (I just found out) so I think we should be OK.

Thanks
Lurking
Posts: 29
Joined: Mon May 24, 2010 1:05 am

Post by Lurking »

Personally, I use 64 bit Win7 and Office 2007.

All my stuff goes to Dplot from Excel though.
Post Reply