git » fp-git.git » commit 7a9fd75

added vb module explanation

author ecalot
2005-03-26 13:53:55 UTC
committer ecalot
2005-03-26 13:53:55 UTC
parent 15d5ab2d5af98c9b0f6fccbe79d3739ed6c652fd

added vb module explanation

PR/src/addons/vb/readme.txt +5 -0

diff --git a/PR/src/addons/vb/readme.txt b/PR/src/addons/vb/readme.txt
new file mode 100644
index 0000000..30ca681
--- /dev/null
+++ b/PR/src/addons/vb/readme.txt
@@ -0,0 +1,5 @@
+This folder contains the interface to import pr to a visual basic project.
+Just include pr.bas module.
+There is a sample project in the sample folder. There you will also find
+a compiled version of pr.dll that matches with the interface.
+The interfaces are a bit old, but we will upgrade them and recompile it.