Skip to content

Instantly share code, notes, and snippets.

@kdmkdmkdm
Created April 24, 2012 22:09
Show Gist options
  • Select an option

  • Save kdmkdmkdm/2484236 to your computer and use it in GitHub Desktop.

Select an option

Save kdmkdmkdm/2484236 to your computer and use it in GitHub Desktop.
outputC++
1>------ Build started: Project: variableScope, Configuration: Debug Win32 ------
1>Build started 25/04/2012 3:04:52 AM.
1>PrepareForBuild:
1> Creating directory "c:\users\kurt3\documents\visual studio 2010\Projects\variableScope\Debug\".
1>InitializeBuildStatus:
1> Creating "Debug\variableScope.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> stdafx.cpp
1> variableScope.cpp
1>variableScope.obj : error LNK2019: unresolved external symbol "float __cdecl SphereVolume(float)" (?SphereVolume@@YAMM@Z) referenced in function _main
1>c:\users\kurt3\documents\visual studio 2010\Projects\variableScope\Debug\variableScope.exe : fatal error LNK1120: 1 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.86
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment