XeVile's Profile
Reputation: 2
Apprentice
- Group:
- Members
- Active Posts:
- 44 (0.07 per day)
- Joined:
- 23-August 11
- Profile Views:
- 610
- Last Active:
Dec 30 2012 05:58 AM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: No D3DXCOLOR in the new DirectX 1.1?
Posted 30 Dec 2012
Sorry for the cross posting, it wont happen again, there were just no replies over there.
Anyways, I tried using DirectXMath according to MSDN documentation but I didn't succeed, but the float array worked.
Thanks -
In Topic: Error in Linker - Error LNK2019
Posted 15 Dec 2012
JackOfAllTrades, on 15 December 2012 - 11:04 AM, said:If you go to the MSDN documentation of any API call, when you scroll to the bottom you'll see a section called "Requirements", which provides the name of the header file required for compilation and the lib file required for linking. You need to add the lib file to your project under Configuration Properties->Linker->Input->Additional Dependencies
Thank you very much it worked like a charm! -
In Topic: Problem with Initializing a triangle in DirectX
Posted 6 Nov 2011
XeVile, on 06 November 2011 - 12:47 PM, said:Which Update method? The BlankDemo one or the Dx11DemoBase one?
Download the whole project
D3D11 Tut 1.zip
Ignore the post above, its fixed. Problem was in the TriangleDemo.h. -
In Topic: Problem with Initializing a triangle in DirectX
Posted 6 Nov 2011
Which Update method? The BlankDemo one or the Dx11DemoBase one?
Download the whole project
D3D11 Tut 1.zip (731.65K)
Number of downloads: 81 -
In Topic: Problem with Initializing a triangle in DirectX
Posted 6 Nov 2011
I have included D3DCompiler.h now and also linked it to d3dcompiler.lib and now it shows me this error:-
1>TriangleDemo.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall TriangleDemo::Update(float)" (?Update@TriangleDemo@@UAEXM@Z) C:\Users\Arunabh\Documents\Visual Studio 2008\Projects\D3D11 Tut 1\Debug\D3D11 Tut 1.exe : fatal error LNK1120: 1 unresolved externals
Also, I have managed to fix the conversion error by:-
BEFORE:-
result = D3DX11CompileFromFile( filePath, 0, 0, entry, shaderModel, shaderFlags, 0, 0, buffer, &errorBuffer, 0 );
AFTER:-
result = D3DX11CompileFromFileA( filePath, 0, 0, entry, shaderModel, shaderFlags, 0, 0, buffer, &errorBuffer, 0 );
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Click here to e-mail me
Friends
XeVile hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
XeVile has no profile comments yet. Why not say hello?