Acessing folders unnamed
Hello I built a fortran win app to deal with worms that hide files and tranform the USB flashdik into a .lnk file. My app cleans all the files and folders attributes, deletes the virus and the...
View ArticleG format in 13.0.1.119
Hello, I am facing an overflow issue with the aforementioned version of the compiler for the following program.With 12.1.0.233 i had the correct text in tchar: was i lucky?Thanks program...
View ArticleMultiple compilers
I have four compilers installed on my machine: two version 12 and two version 13. For production code I use 12.1.0.233 and for development code we are happy to try the latest compiler. My question is...
View Articlepacktimeqq 'feature'
I just wasted a chunk of my life due to an 'inconsistency' in packtimeqq.if I evaluate:call packtimeqq(i1,int2(2014),int2(3),int2(1),int2(1),int2(1),int2(1))andcall...
View ArticleUsing a c plus plus file in fortran coding
Our code is written in Fortran and we have added some licensing to it. The way I added it is not realy working well, so I am using there source for licensing. It is written in C ++ and whenI compile...
View ArticleMulti-threaded and THREAD-SAFE DLLs - how to create and test?
I have some legacy Fortran 77 code that uses a lot of global data (COMMON blocks, etc.) and which I need to package into a Windows DLL for use in various environments including Microsoft Excel,...
View ArticleAborting due to internal error
I use Intel visual Fortran 2013 + Microsoft Visual Studio 2008, when i run the code, i got the report "Aborting due to internal error"Please help me out of here, thanks!The code is :subroutine...
View Articleremote desktop
I have recently noticed that some of my fortran programs hang a bit when I have remote desktop open. I originally though that this might be because fortran programs run on computers accessed remotely...
View ArticleDLL files difference generated based on IVF version 11.1.067 and version...
We previously used IVF 11.1.060 with visual studio 2005 to generate a DLL file from FORTRAN codes. Now the we have updated to visual studio 2008 with IVF 11.1.067. After recompiling the DLL file, we...
View ArticleDocumentation Error
A recent post used an edit descriptor RC, which I didn't know about, so I started reading through the documentation. Came across this incorrect entry:DP EditingThe RP edit descriptor causes rounding...
View ArticleDLL best practices?
Since Fortran 2003 gives the ability to have cross language compatibility, is it now good standard practice to bindc and use iso c bindings for all functions/subroutines exported to DLLs and in...
View ArticleLinker Issue
I am currently using an evaluation copy of Intel Visual Fortran 2013. I have been trying to compile from the command line a simple hello world application but am encountering problems with the...
View ArticleUsing both IVF 9 and 12 (2011)?
We recently upgraded to 12, but still need to maintain older versions of our software that we must with IVF 9. Both are built with MS VS 2005. I was previously easily able to switch between IVF 9 and...
View ArticleAccess violation while using Intel(R) Composer XE 2013 Update 2 (package 149)
Greetings,I've recently started testing Intel(R) Composer XE 2013 Update 2 (package 149) and now my code generates an access violation when running in the debugger. (The error is listed as a...
View ArticleTargeting Windows XP in VS2012
Hi,I've read through the article describing how to support windows xp when compiling in VS2012. Unfortunately some of the fortran DLLs are now trying to link with MSVCR100.dll, which I dont want...
View ArticleHow could I compare two dense matrices with the same dimensions?
I'm currently porting some Fortran codes to C/C++ and my question is: How could I compare two dense matrices with the same dimensions?For exampe, ... ALLOCATE ( A( n,m ) ) ALLOCATE ( B( n,m ) ) ... A =...
View ArticleWhy are all posting being moderated?
Hi Steve,Why the sudden change to moderating all postings?Is this a temporary or permanent change, and is it for all users?Thanks,David
View ArticleHelp ! "FORRTL: SEVERE (157): PROGRAM EXCEPTION - ACCESS VIOLATION" ERROR
Hi,I am getting this error "forrtl: severe (157): Program Exception - access violation" in my Fortran codes. If you build and run the code, you can see that I have positioned the line of the problem...
View ArticleC# string problems with .net 4.0
I have project where a c# GUI calls a fortran subroutine. The program passes integrers, floats, arrays, and strings. I built the c# program originally with .NET 2.0 without problems, then .NET 3.0,...
View ArticleProblems with using INDEX(substr,str) function in Intel Visual Fortran 2011...
This seems like a simple function to use but I am having problems with the INDEX(substr,str) function returning a zero (0) value even when the substring is within the string.For example:Comma delimiter...
View Article