dsw und dsp übersetzt
-
was heißt .dsp (projektdatei) und .dsw (arbeitsbereichdatei) übersetzt?
also data ... schrumdidum...
thanks
-
hmm, für den letzten Buchstaben habe ich einen Vorschlag:
Project bzw. Workarea
-
thx,
aber ich brauche die übersetzung der suffixe..data ...

-
Guck mal hier!!!

http://www.cs.binghamton.edu/~reckert/360/class1_00.htm
Keine Ahnung ob es stimmt, scheint aber zu passen.
The definition of a project is stored in a file with the extension .dsp
(Developer Studio Project). It contains information about how the program
is to be created and the files it will use. It is produced when you
create a new workspace. Under Developer Studio 97 a workspace can have
multiple projects, so another file with the extension .dsw (Developer
Studio Workspace) containing information on the projects in the workspace
is also created. Both the .dsp and the .dsw files are human-readable text
files.
-
many thanks
