Was following your lesson 1's video

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
kaltz
Posts: 9
Joined: July 17th, 2012, 5:03 am

Was following your lesson 1's video

Post by kaltz » July 17th, 2012, 5:15 am

I just downloaded the zip file of lesson 1, unzipped it. I did not touch anything, just took a look around and saw what code does what.

So i pressed f5 and waited for it to compile and run

I first got a warning as the following
:1>CL : Command line warning D4024: unrecognized source file type '?', object file assumed


And next a linker error:
1>LINK : fatal error LNK1146: no argument specified with option '/out:'

Think anyone can help me out?


Edit #1: tried googling for possible solution and there wasn't anything useful.
Edit #2: Wonder if this helps...

/OUT:"C:\Users\Kaltz\Downloads\Chili DirectX Framework\Release\Chili DirectX Framework.exe" /INCREMENTAL:NO /NOLOGO "dxerr.lib" "dxguid.lib" "d3dx9.lib" "d3dx10.lib" "d3d9.lib" "winmm.lib" "comctl32.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /MANIFEST /ManifestFile:"Release\Chili DirectX Framework.exe.intermediate.manifest" /ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\Kaltz\Downloads\Chili DirectX Framework\Release\Chili DirectX Framework.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /PGD:"C:\Users\Kaltz\Downloads\Chili DirectX Framework\Release\Chili DirectX Framework.pgd" /LTCG /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:QUEUE

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Was following your lesson 1's video

Post by chili » July 17th, 2012, 5:25 am

Never seen that one before... what version of VC++ are you using?
Chili

kaltz
Posts: 9
Joined: July 17th, 2012, 5:03 am

Re: Was following your lesson 1's video

Post by kaltz » July 17th, 2012, 5:27 am

I tried opening it with VS 2008 but it wouldn't open it cause seems like you worked on a more later version

http://www.microsoft.com/visualstudio/e ... pp-express

right off microsoft

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Was following your lesson 1's video

Post by chili » July 17th, 2012, 5:29 am

Get 2010 Express. I hear 2012 works for some people, but sometimes causes problems too.

And make sure you have the correct version of the SDK too while you're at it. ;)
Chili

kaltz
Posts: 9
Joined: July 17th, 2012, 5:03 am

Re: Was following your lesson 1's video

Post by kaltz » July 17th, 2012, 5:32 am

I downloaded Visual V++ 2010 Express from that link above and am currently looking at your header and cpp files with it.

and yeah I have Microsoft DirectX SDK (June 2010) installed.

kaltz
Posts: 9
Joined: July 17th, 2012, 5:03 am

Re: Was following your lesson 1's video

Post by kaltz » July 17th, 2012, 6:11 am

I'll just follow your videos without debugging em.
Wouldn't be too bad...

Anyways thanks for trying to help.

Post Reply