Discussions related to Visual Prolog
Harrison Pratt
VIP Member
Posts: 439
Joined: 5 Nov 2000 0:01

What is this: ideStorage.DLL in Exe folder

Unread post by Harrison Pratt »

I found a file named ideStorage.DLL in the Exe folder of two of my very tiny Vip8x a testing project. One project is for testing code in console mode and the other for testing in GUI mode.

The Project Settings directories are the default locations initialized when a new project is created.

It is not found in any other project.

Is it used by versionControl ?
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Re: What is this: ideStorage.DLL in Exe folder

Unread post by Thomas Linder Puls »

It is there because you used vip\versionDataFactory

Code: Select all

VersionData = vip\versionDataFactory::get(vip\versionData::interfaceVersion, "main.version")
Now that you don't use that anymore you can remove diverse $(ProDir)\vip\.. packages and $(ProDir)\lib\ideStorage.dll.
Regards Thomas Linder Puls
PDC
Post Reply