Trouble building hello_world with a makefile in Visual C++ -


i following this tutorial on making hello_world program visual c++ 2010 express. hope in doing comfy vc++ , build hello_world program can utilize on handheld ds, stuck @ stage. able follow instructions in tutorial , achieve correct results until reach bit titled "compile project".

when click build hello_world, says in tutorial, receive error vc++ :

1>------ build started: project: hello_world, configuration: debug win32 ------ 1>  make: *** no targets specified , no makefile found.  stop. 1>c:\program files\msbuild\microsoft.cpp\v4.0\microsoft.makefile.targets(38,5): error     msb3073: command "make" exited code 2. ========== build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 

i have tried going hello_world properties, configuration properties, nmake , changing 'include search path' directory containing makefile, contains source folder hello_world, same build error. please note: quite new vc++ , programming in general, not surprised if not doing think doing. think it's changing directory vc++ looks in find make file, please let me know if incorrect.

other configuration properties include following:

  1. output directory: $(solutiondir)$(configuration)\
  2. intermediate directory: $(configuration)\
    • (does have problem? this?)

my current hello_world project in solution explorer includes main.cpp in source files folder , makefile.

i doing learn, if seems there anything misunderstanding, appreciate bit of education on part, or link resource learning. also, having bit of trouble conceptualizing going on projects, solutions, source files, building, etc within visual c++ , provided tutorials msoft have helped ability use vc++, not understand i'm doing. know of guide might me learn why things i've been taught in visual c++?

let me know if there more information need include!

welp, deleted of project files , folders , retried tutorial, making sure follow directions more carefully. must have missed first time through, because has completed build successfully. don't think path because didn't change that. thing know changed sure output hello_world.nds rather hello_world.exe. imagine might have caused issues, maybe not. i'd still love links resources might able excel visual c++ learning!


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -