Du bist nicht angemeldet.

Stilllegung des Forums
Das Forum wurde am 05.06.2023 nach über 20 Jahren stillgelegt (weitere Informationen und ein kleiner Rückblick).
Registrierungen, Anmeldungen und Postings sind nicht mehr möglich. Öffentliche Inhalte sind weiterhin zugänglich.
Das Team von spieleprogrammierer.de bedankt sich bei der Community für die vielen schönen Jahre.
Wenn du eine deutschsprachige Spieleentwickler-Community suchst, schau doch mal im Discord und auf ZFX vorbei!

Werbeanzeige

51

16.01.2009, 17:53

Wenn du es eingetragen hättest, müssten - wie früher schon erwähnt - in der vcproj Einträge à la

AdditionalIncludeDirectories="deine Pfadangaben"

oder

AdditionalLibraryDirectories="deine Pfadangaben"

stehen.

Außerdem sind dort immer noch nur 2 Libs eingetragen
fka tm

52

16.01.2009, 17:56

hmmm was muss bei Konfiguration (oben links bei projekt-eigenschaften)???

53

16.01.2009, 18:45

kannste mir vielleicht den richtigen code geben ich füge den da ein vielleicht funktioniert es dann

54

16.01.2009, 19:01

Am besten, du kopierst dir das Projekt nochmal von der CD und führst die Tipps aus diesem Thread nochmals durch.
fka tm

55

16.01.2009, 19:08

mom ich habe das falsche projekt gepostet hier das richtige:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
    ProjectType="Visual C++"
    Version="8,00"
    Name="Project3"
    ProjectGUID="{962EB80D-D5DB-4F03-A799-8AE0F4CA4A47}"
    RootNamespace="Project3"
    >
    <Platforms>
        <Platform
            Name="Win32"
        />
    </Platforms>
    <ToolFiles>
    </ToolFiles>
    <Configurations>
        <Configuration
            Name="Debug|Win32"
            OutputDirectory="$(SolutionDir)$(ConfigurationName)"
            IntermediateDirectory="$(ConfigurationName)"
            ConfigurationType="1"
            >
            <Tool
                Name="VCPreBuildEventTool"
            />
            <Tool
                Name="VCCustomBuildTool"
            />
            <Tool
                Name="VCXMLDataGeneratorTool"
            />
            <Tool
                Name="VCWebServiceProxyGeneratorTool"
            />
            <Tool
                Name="VCMIDLTool"
            />
            <Tool
                Name="VCCLCompilerTool"
                AdditionalIncludeDirectories="&quot;C:\Programme\Microsoft SDKs\Windows\v6.0A\Include&quot;;&quot;C:\Programme\Microsoft Platform SDK\Include&quot;;&quot;C:\Programme\Microsoft DirectX SDK (December 2005)\Include&quot;;&quot;C:\Dokumente und Einstellungen\Eric\Eigene Dateien\Visual Studio 2005\TriBase\Include&quot;"
            />
            <Tool
                Name="VCManagedResourceCompilerTool"
            />
            <Tool
                Name="VCResourceCompilerTool"
            />
            <Tool
                Name="VCPreLinkEventTool"
            />
            <Tool
                Name="VCLinkerTool"
                AdditionalDependencies="&quot;tribased.lib&quot; &quot;d3d9.lib&quot; &quot;dxerr9.lib&quot; &quot;odbc32.lib&quot; &quot;odbccp32.lib&quot; &quot;Gdi32.Lib&quot; &quot;User32.Lib&quot;"
                AdditionalLibraryDirectories="&quot;C:\Dokumente und Einstellungen\Eric\Eigene Dateien\Visual Studio 2005\TriBase\Lib&quot;;&quot;C:\Programme\Microsoft SDKs\Windows\v6.0A\Lib&quot;;&quot;C:\Programme\Microsoft Platform SDK\Lib&quot;;&quot;C:\Programme\Microsoft DirectX SDK (December 2005)\Lib\x86&quot;"
            />
            <Tool
                Name="VCALinkTool"
            />
            <Tool
                Name="VCManifestTool"
            />
            <Tool
                Name="VCXDCMakeTool"
            />
            <Tool
                Name="VCBscMakeTool"
            />
            <Tool
                Name="VCFxCopTool"
            />
            <Tool
                Name="VCAppVerifierTool"
            />
            <Tool
                Name="VCWebDeploymentTool"
            />
            <Tool
                Name="VCPostBuildEventTool"
            />
        </Configuration>
        <Configuration
            Name="Release|Win32"
            OutputDirectory="$(SolutionDir)$(ConfigurationName)"
            IntermediateDirectory="$(ConfigurationName)"
            ConfigurationType="1"
            >
            <Tool
                Name="VCPreBuildEventTool"
            />
            <Tool
                Name="VCCustomBuildTool"
            />
            <Tool
                Name="VCXMLDataGeneratorTool"
            />
            <Tool
                Name="VCWebServiceProxyGeneratorTool"
            />
            <Tool
                Name="VCMIDLTool"
            />
            <Tool
                Name="VCCLCompilerTool"
                AdditionalIncludeDirectories="&quot;C:\Programme\Microsoft SDKs\Windows\v6.0A\Include&quot;;&quot;C:\Programme\Microsoft Platform SDK\Include&quot;;&quot;C:\Programme\Microsoft DirectX SDK (December 2005)\Include&quot;;&quot;C:\Dokumente und Einstellungen\Eric\Eigene Dateien\Visual Studio 2005\TriBase\Include&quot;"
            />
            <Tool
                Name="VCManagedResourceCompilerTool"
            />
            <Tool
                Name="VCResourceCompilerTool"
            />
            <Tool
                Name="VCPreLinkEventTool"
            />
            <Tool
                Name="VCLinkerTool"
                AdditionalDependencies="&quot;tribased.lib&quot; &quot;d3d9.lib&quot; &quot;dxerr9.lib&quot; &quot;odbc32.lib&quot; &quot;odbccp32.lib&quot; &quot;Gdi32.Lib&quot; &quot;User32.Lib&quot;"
                AdditionalLibraryDirectories="&quot;C:\Dokumente und Einstellungen\Eric\Eigene Dateien\Visual Studio 2005\TriBase\Lib&quot;;&quot;C:\Programme\Microsoft SDKs\Windows\v6.0A\Lib&quot;;&quot;C:\Programme\Microsoft Platform SDK\Lib&quot;;&quot;C:\Programme\Microsoft DirectX SDK (December 2005)\Lib\x86&quot;"
            />
            <Tool
                Name="VCALinkTool"
            />
            <Tool
                Name="VCManifestTool"
            />
            <Tool
                Name="VCXDCMakeTool"
            />
            <Tool
                Name="VCBscMakeTool"
            />
            <Tool
                Name="VCFxCopTool"
            />
            <Tool
                Name="VCAppVerifierTool"
            />
            <Tool
                Name="VCWebDeploymentTool"
            />
            <Tool
                Name="VCPostBuildEventTool"
            />
        </Configuration>
    </Configurations>
    <References>
    </References>
    <Files>
        <Filter
            Name="Quelldateien"
            Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
            UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
            >
            <File
                RelativePath=".\Fenster.cpp"
                >
            </File>
        </Filter>
        <Filter
            Name="Headerdateien"
            Filter="h;hpp;hxx;hm;inl;inc;xsd"
            UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
            >
            <File
                RelativePath=".\InitWindow.h"
                >
            </File>
        </Filter>
        <Filter
            Name="Ressourcendateien"
            Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
            UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
            >
        </Filter>
    </Files>
    <Globals>
    </Globals>
</VisualStudioProject>

und ist da was falsch?

56

16.01.2009, 19:21

Das sieht schon viel besser aus!

Diese Einträge

C:\Programme\Microsoft Platform SDK\Include
C:\Programme\Microsoft Platform SDK\Lib

kannst du entfernen, da du ja ein neueres SDK verwendest/installiert hast
(nämlich C:\Programme\Microsoft SDKs\Windows\)

Die Anführungszeichen bei den Libs entfernen

Nicht so:
"tribased.lib" "d3d9.lib" "dxerr9.lib" "odbc32.lib" "odbccp32.lib" "Gdi32.Lib" "User32.Lib"

sondern so:
tribased.lib d3d9.lib dxerr9.lib odbc32.lib odbccp32.lib Gdi32.Lib User32.Lib
fka tm

57

16.01.2009, 19:39

kommen immer noch die gleichen fehler :( :( :( :(
kann dis nicht an ner einstellung liegen weil er dort fehler zeigt wo ich garnicht dran war

58

16.01.2009, 19:48

Die Fehler aus dem Eingangspost?

Lad das komplette Projekt mal irgendwo hoch.
Hier zum Beispiel

Dann schau ich mal drüber.
fka tm

59

16.01.2009, 19:51

hier
<a href="http://www.filefactory.com/file/a022993/n/Project3_sln">Project3.sln</a><br />
<a href="http://www.filefactory.com/file/a022994/n/Project3_vcproj">Project3.vcproj</a><br />
<a href="http://www.filefactory.com/file/a022998/n/InitWindow_h">InitWindow.h</a><br />
<a href="http://www.filefactory.com/file/a02299a/n/Fenster_cpp">Fenster.cpp</a><br />

hae wie kann ich html anmachen??

60

16.01.2009, 20:02

Zitat von »"Drack"«

hae wie kann ich html anmachen??


Einfach Link einfügen http://www.filefactory.com/file/a022993/n/Project3_sln

oder

Text markieren, dann auf URL klicken. Project3_sln

Dann sollte es so aussehen:
[url = http://www.filefactory.com/file/a022993/n/Project3_sln] Project3_sln [/url]

Mit Leerzeichen zur Demo
fka tm

Werbeanzeige