- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using IVF compiler 9.1 with Microsoft Visual Studio 2005 and get the following error when trying to compile a module and newbie with Microsoft Visual Studio:
------ Build started: Project: xmlparser, Configuration: Debug|Win32 ------
Compiling with Intel Fortran 9.1 C:ProgrammeIntelCompilerFortran9.1IA32...
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /traceback /check:bounds /libs:static /threads /dbglibs /Qvc8 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio 8VCin" "H:VisualStudioUserIncludexmlparse.f90"
libifcoremt.lib(libifcoremain.obj) : error LNK2019: unresolved external symbol _MAIN__ referenced in function _main
xmlparse.exe : fatal error LNK1120: 1 unresolved externals
xmlparser build failed.
This is a module that is working. The problem must be me not getting along with MVS 2005.
Some ideas to solve this?
Jacques
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/c
This will prevent the linker from running as each source is compiled. The linker will be run after all sources are compiled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, it works now!
This is quite a difficult one to figure out if youtry to compile for the firts time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page