- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a situation in which the 32 bit application compiles in release mode but not in debug mode (IVF12). The error is
error LNK2019: unresolved external symbol
I have checked the Includes and Libraries folder options and they are identical. What elsecould bedifferent.
The second issue is when I compile this is 64 bit, again Release compiles but debug gives me error of target machine is not correct.
Error 1 fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' x64\\Debug/splines.obj
I actually went to Linker Advanced and Target Machine says not set. Where is it picking up the target machine is X86. I am running on Win7 64 bit
Steve, this is also the same app were I had posted earlier that the 32 bit app runs out of memory as noted in my earlier post. The 64 bit works fine
Any help would be appreciated
Regards,
Sumit
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the target issue, look under the Command Line page for Linker and remove the target specifier. If you converted this project from CVF it probably has something there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the 64bit version in the command line there sure was a I386 reference which when deleted got out of that error but now both debug modes (32bit and 64 bit) have the same linker errors shown below
Link: executing 'link'
blow3d.obj : error LNK2019: unresolved external symbol _OPENGL_GLUT_mp_F9XGLUTPOSTREDISPLAY@0 referenced in function _VIEW_MODIFIER_mp_RESET_TO_INIT
blow3d.obj : error LNK2019: unresolved external symbol _OPENGL_FWRAP_mp_F9XGLMATRIXMODE@4 referenced in function _VIEW_MODIFIER_mp_RESET_VIEW
blow3d.obj : error LNK2019: unresolved external symbol _OPENGL_FWRAP_mp_F9XGLPOPMATRIX@0 referenced in function _VIEW_MODIFIER_mp_RESET_VIEW
Read_dxf.obj : error LNK2001: unresolved external symbol _OPENGL_FWRAP_mp_F9XGLPOPMATRIX@0
3dtemplot.obj : error LNK2001: unresolved external symbol _OPENGL_FWRAP_mp_F9XGLPOPMATRIX@0
Also how do I take my email address off my login name above. Is there a telephone line I can call to explain this login name problem. There are probably 2 accounts under my name and I want to merge it into one and they both have the same email address
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should be able to click on your login name in the upper right and edit your profile to specify a different "display name". You can also send the ISN support staff a question here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Managed to change display name. Thanks
The f90gl1.2.12 comes with two lib directories
lib-IA32 and lib-Intel64
They have similar name files. Even the glut32.dll is named the same. I dont know why could not call it glut64.dll and glut64.lib but one cannot run the exe if the correct dll file is not in the system32 directory.
To compile the 32 bit and 64 bit versions I have to referernce the different files for the 32 bit or 64 bit or else it will not compile.
The strange thing is that both release versions compile but debug versions do not
Is there a way to delete the debug config and create one with same settings from release
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can delete the configuration using Build > Configuration Manager.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for pointing to the right direction.
I took off the cvf compatibility. That started giving me errors on libcmtd.lib . When I ignored that lib, the debug of both versions now work
I am still trying to figure out why the 32bit version says insufficient memory on file browsing (please refer to my previous thread) while the 64 bit version works perfectly. Same code
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Found a solution to that file browsing as well with insufficient memory
When I had Fortran 10 , I had to put a stack reserve size and stack committ size to make the application launch on winxp machines
So I thought of removing that in this Win7 , Fortran 12 version to inherit from project and it seems to run fine. So under 64bit it was able to allocate the memory and under 32 bit it probably could not. Dont know why I needed for years to committ to a size of stack and it is good that I dont need that and neither the cvf compatibility option
Sumit
- 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
With Intel Fortran 12, I am noticing that some of the subroutines can be expanded or collapsed with the + or - sign. They showed up automiatically while other subroutines do not have that feature. I can select a portion of code and right cick and do outlinining/hide but that that does not show what subroutine I just hid. Why is it some have that and some dont and how do I set it for all. This is a good feature and a good reason to upgrade also as it makes the code easier to see and manage.
Secondly, the Intel Vtune Amplifier and Inspector are two new additions I think compared to what I had in IVF 10. One of them complains that I dont have a license. Are those supposed to have come with my Intel composer DVD license or I have to buy separately and what is the cost
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The code-outlining feature is new as of Composer XE 2011 Update 6 and only for VS2010. If you find it is operating inconsistently, I suggest first making sure you're running the latest update (8 as I write this, with 9 coming in a few days). There is no setting other than to enable/disable outlining - see the release notes for details.
Inspector XE and VTune Amplifier XE are separately licensed products - they are not part of Composer XE. You can get a bundle of Fortran with Amplifier and Inspector as "Intel Fortran Studio XE", or with the addition of Intel C++ as well as Intel Parallel Studio XE.
US Pricing is here. Upgrades from Composer XE to the Studio XE products are available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I upgraded to version w_fcompxe_2011.8.278 and the code outlining feature still is working inconsistently. If there are certain rules around it, it would be good to know. Hope update 9 fixes it
Sumit
- 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