Passing Parameters to 'C' Consistently
I am calling a 'C' routine from Visual Fortran code but there appears to be an inconsistency. For compatibility with Fortran, the 'C' function is expecting an int* argument. At various points in the...
View ArticleIntegration with Visual Studio 2010?
I have just bought a new laptop (Window 8.1) and I would like to move all my files and settings from the old PC, where I have Fortran XE 2011 integrated in Visual Studio 2010. On the new PC I have...
View Articlepdb and insufficient disk space
I wasn't having this problem until right after doing several uninstalls/reinstalls of VS 2012 to resolve an unrelated problem. But now I've got it. I've seen that others have experienced this, too....
View Articlecompatability fortran 11.1 with W7 32 bit
Dear all,I need to get a Fortran compiler in order to run the ABAQUS subroutines. my OS is W 7 (32 bit), I will use with ABAQUS 6.12 and MS visual studio 2008.as far as I remember this Fortran Compiler...
View Articlevisual studio version?
I have installed the parallel studio fortran xe2013. Which version of Visual Studio do I need and where do I get it?
View ArticlePuzzle for Friday
I have an abstract derived type I use as a base for some concrete types. The abstract type some data that is common for all the concrete types and some deferred bindings I want to ensure get...
View ArticleAccess Violation Exception Only During C# Unit Tests
I'm receving the following error when running my C# unit tests, which access Fortran code through a C++ wrapper:AccessViolationException: Attempted to read or write protected memory. This is often an...
View ArticleDebugger frustration
I frequently encounter this problem:I am at a breakpoint, and I want to examine the output window.So the miniature version of it appears on the TASK BAR.Now when I want to view the results, I can get...
View ArticleDLGMODELESS /IFLOGM
The constants SW_SHOW, SW_SHOWNORMAL.... etc used for the nCmdShow flags are not included in IFLOGM module. The help topic for DLGMODELESS needs to identify that you need to USE USER32 (or IFWIN) or...
View ArticleMixed Language - C unsigned char return
I have been trying to get returns from a a C sub, and seem to be going around in circles... I have tried IVF samples, suggestions from IVF forums and that I have similarly used before now, all to no...
View ArticleHow to call CPP from Fortran
I need to call a DLL coded in C++ from my Fortran. The methods I need to call are object-oriented, and described in .h files. Here is the first 50 or so lines from one of the .h files: #ifndef...
View ArticleMixed C++/FORTRAN code and Haswell-Cores
HiI'm building static FORTRAN libs that are linked into C++ Dlls.When running my programs on Haswell-core-machines I get crashes in calls to DEXP which are reproducable in release and debug mode but do...
View ArticleDLL depdency question
This is a VS IDE question.I am working on a console application that is somehow connected to several other fortran dll's. If any of the dll files are missing, the console app will not run. I can't...
View ArticleIs module member alignment still matter?
I have been reading an old article:http://msdn.microsoft.com/en-us/library/Aa290049It talks about memory alignment issue using C/C++ as example. Is the issue in that article still relevant to F90...
View ArticleWhat is the release date for Service Pack 1, Update 2 of Intel Fortran...
I was told that the release date for Service Pack 1, Update 2 would be the beginning of February.Is it actually out now?If not, when is the scheduled release date? Terry Wong
View ArticleDynamic Loading of my DLL with Static Lib in Windows Environment
I am writing my problem that works in Linux and Mac. The Windows OS has been a nightmare for me.Here is the scenario…I created a static library that is created with /MT run-time library setting. Call...
View ArticleVisual Studio project organization question
I've got a question about project organization. My overall project centers around a top level .exe, and about 10 or so supporting dll's, The .exe and each dll has its own folder containing a .vfproj...
View ArticleCompiler parallelization in visual studio
Hi,I am very new to visual fortran and I have my intel fortran compiler setup with visual studio. One of the feature that I read was the compiler can provide with parallelization and...
View ArticleInserting images
Steve,In this forum, on a different thread, a poster asked how to insert a screenshot. You replied:The best way to include a screen capture is to use a service such as imgur.com to upload a capture and...
View ArticleIntel Fortran Compiler release not found
Hi,I would like to developp a user-subroutine in the background of a commercial software (MSC Dytran for Mechanical simulation). In the user guide, I can read that i need the "intel fortran compiler...
View Article