Convert exe project to dll?
I have a Windows fortran project in parallel studio that is set up so that it builds an executable. The Configuration Properties -> General -> Configuration Type is set to "Application." What I...
View ArticleBroken Link for 2016 Redistributables
All the download links for the 2016 redistributable library packages on the https://software.intel.com/en-us/articles/redistributables-for-intel-par... page seem to be broken. Is there an alternative...
View ArticleVS Community 2015 installation failure
Can someone please look at the attached installation log and see if they get a clue why I cannot re-install VS Community 2015.It did install the first time, but I removed and tried to reinstall it in...
View ArticleInternal Compiler Warning #5271
Hi everyone,What does Internal Compiler Warning #5271: Bad syntax mean?Additional info: warning #5271: Internal Compiler Warning: Bad syntax, ':' is encountered before '=' while processing...
View ArticleLINK : fatal error LNK1181: cannot open input file 'user32.lib'
Hi,I have installed "Microsoft Visual Studio 2010 Professional" and "Intel Fortran Composer XE 2011 Update 6 SP1" on a new machine, but while compiling a new file I am getting this error: "LINK : fatal...
View ArticleExample of C# WPF GUI calling FORTRAN DLL and callback
Dear Friends:I beginning a project to port a Fortran console app to Windows. I would like to allow the user the enter data via WPF (windows) GUI, submit the data for analysis and then receive the...
View ArticleAmbiguous generic interface
Hi, everyone. The following code puzzles me:module test type :: tp private integer :: i contains private generic, public :: ge => sub1, & sub2 procedure, pass :: sub1 procedure, pass :: sub2 end...
View ArticleProblem with setting Intel Compiler Setting in Visual Studio 2013
Hello,After installing Intel 2017 Update 1 on machines having Visual Studio 2013 and 2015 and Intel 2015 Update 5, some of our FORTRAN projects give error 8110 while linking, but only in 32 bit...
View ArticleTaskDialog missing in comctl32.f90
I'm trying to use the Windows API TaskDialog function. As mentioned here, this function is included in the Comctl32 library. However, this function definition is missing from the comctl32.f90 file....
View ArticleReally slow editing - help
I'm using PSXE2017 and VS2015 Update3. I've searched and seen what most have tried and don't see any real solutions posted. In my case if I'm editing a source that contains modules and interfaces it...
View Articleselect character type
Here is the situation: I use unlimited polymorphic variable as dummy argument and in select section, how can I select character type with specified length(assume length 1) ? I've tried:SELECT TYPE(var)...
View ArticleTest does not initialize a variable.
Is it OK in subroutine Program_main? Should be inicialized variable c in subroutine Program_main (before calling Subprogram)? When I started with Fortan (10 years ago) this example caused the program...
View ArticleSingle binary for both 32 and 64 OS
Hi there,I have intel fortran compiler installed on my old (Windows 7, 32bit) and new (Windows 10, 64bit) laptop. The problem is, the executable produced in 32bit OS cannot run in 64bit OS, and vice...
View ArticleLost Brown belt status
I retired from full time work last April. Message from Intel recently:"Sorry. Your Brown Belt status has expired. Based on your activity in the last 12 months, you are now a Green Belt. "Thanks, Intel!...
View Articleerror using multiple-processes - obj output option must specify dir
I get an error when using the /MP switch via Visual Studio (2015) using PSXE2017. Is this a bug or do I have a mistake in my settings. Here is the build log. Compiling with Intel(R) Visual Fortran...
View ArticleHow to copy a deferred size character array to a deferred type character array?
I am working on converting an exe to a dll. I am passing strings from c# to the dll, and the strings that are coming from c# are specified as follows:character(len=1), dimension(*), intent(in) ::...
View Articleoverriding intrinsic operation
My problem comes in this way:module proto implicit none public type, abstract :: tp1 contains private generic, public :: ge => sub procedure(Isub), pass, deferred :: sub generic, public ::...
View Articlefunction GETPROCADDRESS not found
I'm just trying to call an external function via dll.There is an error on compiling the source code by calling the function. It seems that the function GetProcAddress ist not found.error #6284: There...
View ArticleRetention of allocated memory within a subroutine that is called multiple times
I have a question about what happens to memory allocated within a subroutine if that subroutine is called multiple times. For example, when I call it for the first time the subroutine ALLOCATEs some...
View Articleset working directory
Is there a intel fortran callable function to set the current working directory? Windows/OS has a function:ac_setdir = SetCurrentDirectory(trim(path)//""C)but I didn't find anything in IFPORT....
View Article