- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I edited a few routines, and now when I build, rebuild, clean and rebuild, empty the debug directory in debug 32bit it starts the linker and complains:
Compiling resources... Rc /fo "Debug/Osir.res" "D:\Projects\MicrOsiris\INCLUDE\Osir.rc" Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385 Copyright (C) Microsoft Corporation. All rights reserved. Linking... Link /OUT:"Debug/MicrOsiris.exe" /VERSION:19 /INCREMENTAL:NO /NOLOGO /MANIFEST:NO /DEBUG /PDB:"Debug/MicrOsiris.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /IMPLIB:"D:\Projects\MicrOsiris\Debug\MicrOsiris.lib" mkl_lapack95.lib mkl_intel_c.lib mkl_sequential.lib mkl_core.lib "Debug/Osir.res" Link: executing 'link' LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup Debug/MicrOsiris.exe : fatal error LNK1120: 1 unresolved externals MicrOsiris - 2 error(s), 1 warning(s)
Everything works fine for relase mode in 32bit, relaease mode in 64bit, and debug in 64 bit mode. Indivdual files compile ofin all modes.
I changed nothing in project properties. What happend, and how can I fix it?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! In looking to upload those files, I noticed an extra file decided to close and open the solution, and the problem went away. Something must have been corrupted.... Should have tried that first...

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page