All Articles Tagged dll

Link/UrlTags
when using /QxSSE the compiled EXE speeds up but DLL gets slower[Forums]
There seems to be a problem when compiling with the option /QxSSE... when linking to a DLLwhen linking the same code to a EXE, the program speeds up by a factor of 2, which is great, but when compiling...

Posted: 2011-06-22 12:36:06
dll, simd, SSE2
Calling Fortran DLL in Win7[Forums]
I have created a Fortran DLL under VS2008 in WinXp, and i want to call it from VC++ under VS2008 in Win7 .     But there is a problem: This DLL can not be loaded sucessfully in Win7 machine. The loading...

Posted: 2011-04-08 00:58:03
dll, VS 2008
Problem with export procedures in fortran dll[Forums]
hi all!i'm totally new to fortran. i need to build a dll to use fortran subroutines in my c# code. i add!DEC$ ATTRIBUTES DLLEXPORT :: SUBROUTINE_NAME in each procedure that i want to have available...

Posted: 2011-01-12 09:19:21
dll, export
How to export a Module procedure in a DLL[Forums]
I want to export the module procedure so that I can call it from C#. I can access the routine if it is not part of a module, i.e., access to subroutine. But if I place the subroutine in a module, I could...

Posted: 2010-12-07 18:39:48
c#, dll, dllexport, dllimport
Custom Performance Counters, Visual Studio*, and the VTune Performance Analyzer[Knowledgebase]
Problem : If you have a Visual Studio solution where one of the projects is a performance counter DLL, after installing the VTune analyzer and integrating it into Visual Studio, you may find that any...

Posted: 2010-08-15 21:00:00 by MrAnderson (Intel)
build, dll, fails
64-bit Ct Windows Linker with Parallel Studio SP1[Knowledgebase]
Problem : When using 64-bit ct.dll in conjuction with Parallel Studio SP1, the linker will appear to spin, but will eventually crash with an out-of-memory error. Environment : 64-bit Windows, Ct Beta...

Posted: 2010-06-07 21:00:00 by Noah Clemons (Intel)
64-bit, Composer, dll, ICC, memory, parallel studio, SP1, Visual Studio, windows
DLL Dependencies? ImageHlp.dll?[Forums]
I'm looking at our large Java-JNI-C++-Fortran project. We are phasing out / retiring VF6 and upgrading to VF11.1. Using Dependency Walker, I see our debug DLL is dependent on not only the Microsoft...

Posted: 2010-05-26 14:19:00
dependencies, dll
Unable to link tbb.dll statically[Forums]
Hi,I'm trying to link the tbb.dll statically to my own dll in a Visual Studio 2008 project.In my project settings, i've provided the path for the include directories of tbb. Under the Linker->General...

Posted: 2010-04-28 07:37:29
dll, Linker error, Visual C++, Visual Studio 2008
Using Havok Across Multiple DLLs[Forums]
I am working on a game engine that will be using Havok. The concept of my engine is very similar to the Intel Smoke Framework in that I divide the engine into components, like Graphics, Physics, etc. Each...

Posted: 2010-04-09 14:39:41
dll, havok, intel threading building blocks
Microsoft runtime DLLs not needed?[Forums]
I was told the runtime DLLs were not needed, but I was unable to get my app to run without including them in the zip file.  Then, while discussing this with someone, we realized that due to the fact that...

Posted: 2009-11-24 14:38:29
dll, runtime, side-by-side, version
unresolved link errors -- one way to eliminate rid of many of the common errors[Forums]
IPP Link Problem:Link errors, like the dreaded unresolved external symbol error, keep cropping up and you cannot figure out which IPP lib files should be part of your link list when building your IPP...

Posted: 2009-09-17 17:43:06
dll, error, IPP, link
Simplified Link Instructions for the IPP Library[Knowledgebase]
IPP Link Problem:Link errors, like the dreaded unresolved external symbol error, keep cropping up and you cannot figure out which IPP lib files should be part of your link list when building your IPP application. Solution:By...

Posted: 2009-10-21 21:00:00 by Paul Fischer (Intel)
dll, dynamic, error, IPP, link, static
COM ATL interface/class could not be found by the client application[Knowledgebase]
If you compile a COM ATL DLL project with the Intel® C++ Compiler 9.1 or 9.0 (package 9.0.024 or later), the interface/class in the COM ATL project can not be found by the client application. CoCreateInstance...

Posted: 2009-06-24 00:00:00 by ISN Admin
ATL, class, CoCreateInstance, COM, dll, E_CLASSNOTAVAILABLE, fail, interface, library
Call Fortran dll or com server from web service under IIS [Forums]
Running under the debugger of Visual Studio 2008 ever thing works fine.Either a web service or WCF service (coded in C#)  can dllimport and successfully run either a Fortran DLL (that exports) or that...

Posted: 2009-05-19 01:29:07
asp.net, COM, dll, IIS
Linking Version 10 Executables to Version 11 dll's following Compiler Upgrade[Forums]
Hello,I have a question regarding a compiler upgrade 10.1.021 to the current 11.0.072 of the IA32 package. So far, my tests have been informal and have not affected the source controlled version of our...

Posted: 2009-02-20 08:02:20
compiler, dll, linking, upgrade
Trouble with a Fortran DLL called from C#[Forums]
I am trying to call a Fortran DLL from a C# program.  I have successfully accomplished that with a simple program. and I have seen data passed back and forth between the program and my test DLL.  However,...

Posted: 2009-02-11 13:37:25
c#, dll
Porting !DEC$ ATTRIBUTES DLLIMPORT to linux for access to .so[Forums]
I have a DLL written in C++ on Windows, that I want to convert to a shared object library on linux.  The C++ work is pretty straightforward.  But to access the .so on linux, I don't know how I would...

Posted: 2008-12-11 09:21:51
dll, dlls, Linux, portability, shared objects, windows
Passing string from fortran 90 to cpp dll[Forums]
Hello, I realy spent to much time on this issue and I desperately need help. I'm actually using the Compaq Visual Fortran. I want to call a cpp dll and pass a string to a function. This is my fortran...

Posted: 2008-12-10 15:43:27
C++, cpp, dll, pass string
IVF runtime dependencies[Forums]
My program has a small exe stub that calls the computational dll. It works fine on my development computer. When I install on a test machine, I get the error message "The application failed to initialize...

Posted: 2008-12-04 10:16:43
dependencies, dll
IVF exe calling IVF dll[Forums]
I created a IVF DLL that is successfully being called from VB.Net. I want to create a small stub IVF console EXE that also calls the same DLL and am having some difficulty. I have two IVF projects in...

Posted: 2008-12-02 14:45:12
dll
Transition from Compaq Fortran to Intel [Forums]
Hi, I wrote a DLL using Compaq VF that I was able to call from an Excel VBA, and it worked fine (using windows XP, Excel 2003). However, when I transitioned to Vista / Excel 2007, I had to switch to Intel...

Posted: 2008-11-19 08:30:22
dll, EXCEL
How to run application with VTune(TM) Analyzer with required environments[Knowledgebase]
Version 1, Created by Peter Wang on 08/10/2008   Symptom(s):When the user invoked the application by VTune(TM) Performance Analyzer - when sampling data collecting or call graph data collecting,...

Posted: 2008-10-14 00:00:00 by Peter Wang (Intel)
dll, environment, Vtune
TBB mutex not safe in Windows shared DLL?[Forums]
I have heard that the mutex object simply uses Critical Sections in Win32.  This is very fast for a process, but isn't safe in a DLL that is used by multiple processes.Is this true?

Posted: 2007-08-24 13:04:38
critical section, dll, mutex
Dynamic DLL Loading[Forums]
Hello!I have a cosole program written in Fortran and I want to dynamically load a DLL, which can be written by a thrid party. The problem is that the DLL can be written in C++ or Fortran. The headers to...

Posted: 2008-10-02 09:37:31
dll, dynamic loading, passed by reference, passed by value