Click here to Skip to main content
15,886,639 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: data map declartion. Pin
jhwurmbach6-Dec-07 21:40
jhwurmbach6-Dec-07 21:40 
GeneralRe: data map declartion. Pin
David Crow7-Dec-07 2:57
David Crow7-Dec-07 2:57 
GeneralExplorer view Pin
john56326-Dec-07 18:27
john56326-Dec-07 18:27 
GeneralRe: Explorer view Pin
Nelek6-Dec-07 21:29
protectorNelek6-Dec-07 21:29 
Generalaccess to archive Pin
patrickinminneapolis6-Dec-07 15:54
patrickinminneapolis6-Dec-07 15:54 
GeneralRe: access to archive Pin
Mike Dimmick7-Dec-07 16:49
Mike Dimmick7-Dec-07 16:49 
GeneralDirectX problem Pin
MarkB7776-Dec-07 12:36
MarkB7776-Dec-07 12:36 
GeneralRe: DirectX problem Pin
Mark Salsbery6-Dec-07 14:28
Mark Salsbery6-Dec-07 14:28 
MarkBrock wrote:
I figure there maybe a header file I need to move somewhere.


Those are linker errors, not compiler errors, so they don't involve missing headers.

You need to link to the appropriate DirectX import libraries.
You can add them to your project, add them to the project's Linker/Input settings,
or add something like the following lines to a source file:
// Common DirectX libraries...others may need to be linked...
    #pragma comment(lib, "d3d9.lib")
    #pragma comment(lib, "d3dx9.lib")
    #pragma comment(lib, "dxerr9.lib")


Mark


Mark Salsbery
Microsoft MVP - Visual C++


Java | [Coffee]

GeneralRe: DirectX problem Pin
MarkB7776-Dec-07 15:13
MarkB7776-Dec-07 15:13 
Generalstring class Pin
linksys20066-Dec-07 12:18
linksys20066-Dec-07 12:18 
GeneralRe: string class Pin
linksys20066-Dec-07 12:31
linksys20066-Dec-07 12:31 
GeneralRe: string class Pin
linksys20066-Dec-07 12:47
linksys20066-Dec-07 12:47 
Generaloff topic Pin
Nelek6-Dec-07 21:27
protectorNelek6-Dec-07 21:27 
GeneralRe: string class Pin
jhwurmbach6-Dec-07 21:43
jhwurmbach6-Dec-07 21:43 
GeneralCreatedibsection Returning Error_not_enough_memory, misterious problem Pin
csmanul6-Dec-07 12:06
csmanul6-Dec-07 12:06 
GeneralRe: Createdibsection Returning Error_not_enough_memory, misterious problem Pin
Bram van Kampen7-Dec-07 13:38
Bram van Kampen7-Dec-07 13:38 
GeneralRe: Createdibsection Returning Error_not_enough_memory, misterious problem Pin
csmanul7-Dec-07 23:56
csmanul7-Dec-07 23:56 
GeneralRe: Createdibsection Returning Error_not_enough_memory, misterious problem Pin
Bram van Kampen8-Dec-07 16:15
Bram van Kampen8-Dec-07 16:15 
GeneralRe: Createdibsection Returning Error_not_enough_memory, misterious problem Pin
Mike Dimmick7-Dec-07 17:04
Mike Dimmick7-Dec-07 17:04 
GeneralRe: Createdibsection Returning Error_not_enough_memory, misterious problem Pin
csmanul9-Dec-07 23:20
csmanul9-Dec-07 23:20 
QuestionNeed to call FormatRange member of a richedit control in a modeless dialog from the view class Pin
lctrncs6-Dec-07 9:42
lctrncs6-Dec-07 9:42 
GeneralRe: Need to call FormatRange member of a richedit control in a modeless dialog from the view class Pin
Mark Salsbery6-Dec-07 9:48
Mark Salsbery6-Dec-07 9:48 
GeneralRe: Need to call FormatRange member of a richedit control in a modeless dialog from the view class Pin
led mike6-Dec-07 10:01
led mike6-Dec-07 10:01 
GeneralRe: Need to call FormatRange member of a richedit control in a modeless dialog from the view class Pin
Mark Salsbery6-Dec-07 11:28
Mark Salsbery6-Dec-07 11:28 
GeneralRe: Need to call FormatRange member of a richedit control in a modeless dialog from the view class Pin
David Crow6-Dec-07 16:01
David Crow6-Dec-07 16:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.