Skip to main content
GameDev.net gamedev.net
🔒 Locked

weird error!

Started by 31337noob Jul 29, 2004 at 10:07 PM 7 replies 5.7k views
Original Post
31337noob
31337noob
i get this error( compling a directx9c project) unresolved external symbol __aulldvrm how do i fix it? please help. thanks.
31337noob
31337noob
thats the full error

d3dx9.lib(fastftoa.obj) : error LNK2001: unresolved external symbol __aulldvrm

please,please help.
circlesoft
circlesoft
Check out this MSDN newsgroup thread.

__aulldvrm is used by compiler for some int64 operations. Are you getting any other compiler errors/warnings?
31337noob
31337noob
no i am not
jflanglois
jflanglois
Just to make sure, have you included d3d9.lib as well?

[edit] Also, what version of MSVC++ do you have?
jflanglois
jflanglois
Yeah, I DX9.0c SDK does not work with MSVC++6. From the DX9.0c readme:
Quote:
Compiler Support
Developing C++ applications with the DirectX 9.0 Summer Update requires Visual Studio .NET 2002 or later. Visual Studio version 6 is no longer supported. Developing managed applications with the DirectX 9.0 Summer Update requires Visual Studio .NET 2003 and .NET Runtime 1.1. Developing 64-bit applications requires the Microsoft Platform SDK. All DirectX SDK supported 64-bit samples have a corresponding sample_makefile.x64. These makefiles are compatible with AMD64 and Intel64.
circlesoft
circlesoft
Quote:
Original post by jflanglois
Yeah, I DX9.0c SDK does not work with MSVC++6. From the DX9.0c readme:
Quote:
Compiler Support
Developing C++ applications with the DirectX 9.0 Summer Update requires Visual Studio .NET 2002 or later. Visual Studio version 6 is no longer supported. Developing managed applications with the DirectX 9.0 Summer Update requires Visual Studio .NET 2003 and .NET Runtime 1.1. Developing 64-bit applications requires the Microsoft Platform SDK. All DirectX SDK supported 64-bit samples have a corresponding sample_makefile.x64. These makefiles are compatible with AMD64 and Intel64.
Not supported != Does not work. However, you do need the Summer Update 2004 VS6 LIB files, which are available here. You have to download the entire extras pack to get them.
jflanglois
jflanglois
Whoops, sorry about that. Good to know.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.