Info

This question is closed. Reopen it to edit or answer.

problem with .p code since change from win XP to win 7

1 view (last 30 days)
Dear Matlab Community
Since the update from Win XP to Win 7 I can't use a programm which was used to import mdf files in to matlab.
Ther is an alternativ in the file exchange to import mdf files, I know, but then I would have to rewrite a lots of programms which are based on this .p file.
So I could find out that Matlab can run the .p file but he can't find any files in the direction. I checked that for maybe 1000 times but there is no mistake.
Someone told me that maybe the Libary of Win XP, maybe had changed a little bit, so I found in the Folder a .dll file with the same name as the .p file.
Here a extract of which I could read cleary with the notepad.
<assebmly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.VC80.CRT"
version="8.0.50608.0" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b">
</assemblyIdentity>
</dependentAssembly>
</assembly>
Maybe I have to change some data? (Current operating System: Win 7 64 bit) Someone had a similar problem after changing from Win XP to Win 7?
Thank you very much
Greets
Kai

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!