Hello,
I get this error message when linking my program
Unresolved external symbol _main_ (in the file libifcoremt.lib, or libifcoremdd.lib depending on the librairy options)
The probem does not appear in release mode... Any idea where does the problem come from ?
PS : I am using the version v12.0.0.104
I get this error message when linking my program
Unresolved external symbol _main_ (in the file libifcoremt.lib, or libifcoremdd.lib depending on the librairy options)
The probem does not appear in release mode... Any idea where does the problem come from ?
PS : I am using the version v12.0.0.104
链接已复制
11 回复数
Gerald,
Thanks for the project. There were some routines missing (CHARSEPA, for example), but I commented out the calls to that and was able to build the Debug configuration using Update 1 to Visual Fortran Composer XE 2011. Update 2 should be available later this week. I did get an error building with the original release, which is what you are using.
I suggest that you download and install Update 2 when it becomes available and do a Rebuild (not just a Build) of the project. If you are in a hurry, go ahead and download update 1 and install that, but it's a big file and you may want to wait a couple of days for Update 2.
Thanks for the project. There were some routines missing (CHARSEPA, for example), but I commented out the calls to that and was able to build the Debug configuration using Update 1 to Visual Fortran Composer XE 2011. Update 2 should be available later this week. I did get an error building with the original release, which is what you are using.
I suggest that you download and install Update 2 when it becomes available and do a Rebuild (not just a Build) of the project. If you are in a hurry, go ahead and download update 1 and install that, but it's a big file and you may want to wait a couple of days for Update 2.
