1>------ Build started: Project: test, Configuration: Debug Win32 ------ 1>Compiling... 1>main.cpp 1>timeEntry.cpp 1>Generating Code... 1>Linking... 1>timeEntry.obj : error LNK2005: "int __cdecl fnTimeStart(void)" (?fnTimeStart@@YAHXZ) already defined in main.obj 1>timeEntry.obj : error LNK2005: "int iAMPM" (?iAMPM@@3HA) already defined in main.obj 1>timeEntry.obj : error LNK2005: "int * iTimes" (?iTimes@@3PAHA) already defined in main.obj 1>C:\Documents and Settings\-\My Documents\Visual Studio 2008\Projects\test\Debug\test.exe : fatal error LNK1169: one or more multiply defined symbols found 1>Build log was saved at "file://c:\Documents and Settings\-\My Documents\Visual Studio 2008\Projects\test\test\Debug\BuildLog.htm" 1>test - 4 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |
|
|
|
|