World Wind Forums

Go Back   World Wind Forums > WorldWind .Net Development > Developers' Corner

Developers' Corner General World Wind development.

Reply
 
Thread Tools Display Modes
Old 03-16-2005, 03:23 PM   #1
Skall
Member
 
Skall's Avatar
 
Join Date: Feb 2005
Posts: 68
Skall
Default

I wanted a topic where people like me (IE : that are discovering the code) could put some informations to help the others.

So I begin :
There are two .NET solution files in the main forlder : worldwind.sln and worldwindow.sln
worldwind.sln does worldwind.exe, and the other makes worldwindow.dll.

My first feeling is that the new functions of worldwind 1.3 come from the dll, and that the worldwind.sln still contains a lot of code not used anymore. (for example, the old layer manager).
__________________
My page about wordlwind (addons, programs, etc...)
Skall is offline   Reply With Quote
Old 03-17-2005, 03:32 PM   #2
miguel
Junior Member
 
Join Date: Mar 2005
Posts: 5
miguel
Default

If you want to reuse your WorldWind cache and other data files, change the following line in WorldWind.cs from:

public static readonly string DirectoryPath = Path.GetDirectoryName(Application.Execut ablePath);

to something like

public static readonly string DirectoryPath = @"C:\Program Files\NASA\World Wind 1.3\";
miguel is offline   Reply With Quote
Old 03-17-2005, 05:01 PM   #3
Herrminator
Member
 
Herrminator's Avatar
 
Join Date: Feb 2005
Location: Bacolod, Phillippines, 10.64 N, 122.97 E
Posts: 47
Herrminator
Default

Quote:
Originally posted by miguel@Mar 17 2005, 04:32 PM
If you want to reuse your WorldWind cache and other data files, change the following line in WorldWind.cs from:

...

to something like

public static readonly string DirectoryPath = @"C:\Program Files\NASA\World Wind 1.3\";
Why not just change the line in WorldWind.exe.config

from
<add key="CacheDirectory" value="Cache"></add>
to
<add key="CacheDirectory" value="E:\Science\NASA\World Wind 1.3\Cache"></add>

or whatever your WW directory is? That's whyt I'm doing for more than a month now...
Herrminator is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DStile Source Code adamhill Image Serving & GIS 7 09-13-2011 06:15 PM
DStile Source Code adamhill Developers' Corner 7 03-13-2006 01:40 AM
Discussion on some features of WW source code ivr Developers' Corner 2 05-13-2005 06:34 PM
Can't connect to servers hroo772 Technical Support 11 02-12-2005 01:19 AM


All times are GMT +1. The time now is 10:17 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.