
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
"Vic Fraenckel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]I would like to announce the launching of my new website that is dedicated to all of the geodesy oriented software that I have created over the past years. All of the code found there is completly free and is completely open source. You can take it and massage it any way and use it as you see fit. It is covered by the Mozilla open source license and carrys the obligations under that license. The new website replaces the cumbersome e-mail distribution that I was using.
I will continue to support the software and respond to any bug reports that I receive.
Check it out at:
http://www.windreader.com/geodesy
Questions should be directed to me at:
[EMAIL PROTECTED]
Vic Fraenckel
Module=Utilities; ..\Common Modules\WICUtilities.bas Module=Module1; Test.bas
These are the lines in the project file. Even though one of the files is included, it can't find it because of the "Utilities; ..\Common Modules\"
Michael
You can safely delete the path in that line so it reads: Module=Utilities; WICUtilities.bas
It seems the test.bas file is not needed so you can delete the line Module=Module1; Test.bas
Dominic Sexton http://www.dscs.demon.co.uk/
| <-- __Chronological__ --> | <-- __Thread__ --> |