Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29236 Discussions

Error PRJ0019: A tool returned an error code from "Registering output"

lpartin
Beginner
2,463 Views

I am making the switch from CVF to IVF 10.1 with IMSL for writing COM DLLs. It's great that you added features to make it easy to write them. I wrote a new COM DLL in IVF and all is good until it does the regsvr32 step. I get the PRJ0019 error. I read about the importance of running VS as administrator so that is not the problem. Also, when Ido the regsvr32 command, it works fine.

Here is the build listing:

Build Log

Build started: Project: Derivative, Configuration: Debug|Win32

Output
Deleting intermediate files and output files for project 'Derivative', configuration 'Debug|Win32'.
Creating Type Library...
MIDL /nologo /char signed /env win32 /h "server_h.h" /tlb "Debug/Derivative.tlb" /cpp_cmdifort /cpp_opt"/nologo /fpp /P /E /Qoption,fpp,/no-fort-cont" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\server.idl"
Processing C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\server.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\oaidl.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\objidl.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\unknwn.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\wtypes.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\basetsd.h
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\guiddef.h
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\ocidl.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\oleidl.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\servprov.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\urlmon.idl
Processing C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\msxml.idl

Compiling resources...
Rc /I "Debug\" /fo "Debug/Derivative.res" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Derivative.rc"
Compiling with Intel Fortran Compiler 10.1.025 [IA-32]...
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\UDerivativeTY.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\clsfactty.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\ModuleCalcs.F90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\DerivativeGlobal.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\DerivativeTY.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\serverhelper.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\IDeriv.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\UIDeriv.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\dllmain.f90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Deriv.F90"
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:"Debug\" /object:"Debug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\Generated\clsfact.f90"
Compiling manifest to resources...
rc.exe /fo "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.dll.embed.manifest.res" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.dll.embed.manifest.rc"
Linking...
Link /OUT:"Debug\Derivative.dll" /NOLOGO /DEF:"Derivative.def" /MANIFEST /MANIFESTFILE:"C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.dll.intermediate.manifest" /DEBUG /PDB:"C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.pdb" /SUBSYSTEM:WINDOWS /STACK:6000000 /IMPLIB:"C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.lib" /DLL imsl_dll.lib imslscalar.lib imslblas.lib imsls_err.lib "Debug\UDerivativeTY.obj" "Debug\clsfactty.obj" "Debug\ModuleCalcs.obj" "Debug\DerivativeGlobal.obj" "Debug\DerivativeTY.obj" "Debug\serverhelper.obj" "Debug\IDeriv.obj" "Debug\UIDeriv.obj" "Debug\dllmain.obj" "Debug\Deriv.obj" "Debug\clsfact.obj" "Debug/Derivative.res" "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.dll.embed.manifest.res"
Link: executing 'link'
   Creating library C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.lib and object C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.exp

Embedding manifest...
mt.exe /nologo /out:"C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.dll.embed.manifest" /notify_update /manifest "C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\derivative.dll.intermediate.manifest"
Registering output...
cd C:\Users\p838511\Documents\Visual Studio 2005\Projects\Derivative\Derivative\debug\
regsvr32.exe /s "derivative.dll"

Project : error PRJ0019: A tool returned an error code from "Registering output..."


Derivative - 1 error(s), 0 warning(s)

Please assist,
Lee

0 Kudos
14 Replies
Steven_L_Intel1
Employee
2,463 Views

Check the buildlog.htm in your Debug or Release folder - it may have an additional clue.

0 Kudos
lpartin
Beginner
2,463 Views

Check the buildlog.htm in your Debug or Release folder - it may have an additional clue.

Here isbuildlog.htm from the debug folder.

<

html

>

<

head

>

<

meta content="text/html; charset=utf-16" http-equiv

="Content-Type">

head

>

<

body

>

<

pre

>

pre><table width=100% bgcolor=#E0E0E0><tr><td><font face=arial size=+2> Build Log font>table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#E0E0E0>td><td width=0 bgcolor=white>td><td width=*><pre><h3> Build started: Project: Derivative, Configuration: Debug|Win32 h3>pre>table><table width=100% bgcolor=#E0E0E0><tr><td><font face=arial size=+1> Output font>table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#E0E0E0>td><td width=0 bgcolor=white>td><td width=*><pre>

Creating Type Library...

MIDL /nologo /char signed /env win32 /h &quotserver_h.h

" /tlb &quotDebug/Derivative.tlb" /cpp_cmdifort /cpp_opt"/nologo /fpp /P /E /Qoption,fpp,/no-fort-cont" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedserver.idl

"

Processing C:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedserver.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeoaidl.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeobjidl.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeunknwn.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludewtypes.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludebasetsd.h

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeguiddef.h

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeocidl.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeoleidl.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeservprov.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludeurlmon.idl

Processing C:Program FilesMicrosoft Visual Studio 8VCPlatformSDKincludemsxml.idl

Compiling resources...

Rc /I &quotDebug\

" /fo &quotDebug/Derivative.res" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeDerivative.rc

"

Compiling with Intel Fortran Compiler 10.1.025 [IA-32]...

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeModuleCalcs.F90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedclsfactty.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedUDerivativeTY.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedDerivativeGlobal.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedDerivativeTY.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedserverhelper.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedIDeriv.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedclsfact.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGenerateddllmain.f90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeDeriv.F90

"

ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /names:uppercase /module:&quotDebug\

" /object:&quotDebug\" /libs:dll /threads /dbglibs /c /Qvc8 /Qlocation,link,&quotC:Program FilesMicrosoft Visual Studio 8VCbin" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativeGeneratedUIDeriv.f90

"

Compiling manifest to resources...

rc.exe /fo &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.dll.embed.manifest.res

" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.dll.embed.manifest.rc

"

Linking...

Link /OUT:&quotDebugDerivative.dll

" /NOLOGO /DEF:&quotDerivative.def" /MANIFEST /MANIFESTFILE:&quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.dll.intermediate.manifest" /DEBUG /PDB:&quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.pdb" /SUBSYSTEM:WINDOWS /STACK:6000000 /IMPLIB:&quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.lib" /DLL imsl_dll.lib imslscalar.lib imslblas.lib imsls_err.lib &quotDebugModuleCalcs.obj" &quotDebugclsfactty.obj" &quotDebugUDerivativeTY.obj" &quotDebugDerivativeGlobal.obj" &quotDebugDerivativeTY.obj" &quotDebugserverhelper.obj" &quotDebugIDeriv.obj" &quotDebugclsfact.obj" &quotDebugdllmain.obj" &quotDebugDeriv.obj" &quotDebugUIDeriv.obj" &quotDebug/Derivative.res" &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.dll.embed.manifest.res

"

Link: executing 'link'

Creating library C:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.lib and object C:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.exp

Embedding manifest...

mt.exe /nologo /out:&quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.dll.embed.manifest

" /notify_update /manifest &quotC:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebugderivative.dll.intermediate.manifest

"

Registering output...

cd C:Usersp838511DocumentsVisual Studio 2005ProjectsDerivativeDerivativedebug

regsvr32.exe /s &quotderivative.dll

"

Project : error PRJ0019: A tool returned an error code from &quotRegistering output...

"

Derivative - 1 error(s), 0 warning(s)

pre

>

body

>

html

>

After the build, I am able to open a command prompt window as administrator and perform the registration using "regsvr32 derivative.dll". The command returns with DllRegisterServer in derivative.dll succeeded.

Is there more to try?

Thanks,

Lee

0 Kudos
Steven_L_Intel1
Employee
2,463 Views

Is this a Vista system? Are you running Visual Studio as Administrator as advised by Microsoft and in the Intel compiler installation guide?

0 Kudos
lpartin
Beginner
2,463 Views

Is this a Vista system? Are you running Visual Studio as Administrator as advised by Microsoft and in the Intel compiler installation guide?

I have a Vista system and I am running Visual Studio as Administrator.

Lee

0 Kudos
Steven_L_Intel1
Employee
2,463 Views
Quoting - lpartin

I have a Vista system and I am running Visual Studio as Administrator.

Lee

Did you install the Vista update for VS2005 as well as its SP1? When i say "run as administrator", do you get the "Allow or Cancel" dialog when you start VS? It is not sufficient to simply BE an administrator to run VS2005 on Vista.

0 Kudos
lpartin
Beginner
2,463 Views

Did you install the Vista update for VS2005 as well as its SP1? When i say "run as administrator", do you get the "Allow or Cancel" dialog when you start VS? It is not sufficient to simply BE an administrator to run VS2005 on Vista.

I start VS2005 by right-clicking on its icon and selecting "Run as administrator." A User Account Control window pops up fordevenv.exe where I enter an admistrator password to continue.

I am able to create a very simple COM DLL without this error. I added a single call into an IMSL routine and then I get the problem. I am compiling an instruction file for IMSL usage which I uploaded. See link above.

Thanks,

Lee

0 Kudos
Steven_L_Intel1
Employee
2,463 Views

Do you build against the shared (DLL) IMSL libraries? If so, is the IMSL folder containing the DLLs on PATH?

0 Kudos
lpartin
Beginner
2,463 Views

Do you build against the shared (DLL) IMSL libraries? If so, is the IMSL folder containing the DLLs on PATH?

Yes, the build uses the IMSL libraries. PATH contains the IMSL library directory.


C:>path
PATH=C:Program FilesVNIimslfnl600IA32lib;C:Program filesMPICH2bin;C:wa
tcom-1.3binnt;C:watcom-1.3binw;C:oracleproduct10.2.0client_1bin;C:Windo
wssystem32;C:Windows;C:WindowsSystem32Wbem;C:Program FilesATI Technologie
sATI.ACECore-Static;C:Program FilesMicrosoft SQL Server90Toolsbinn;C:Pr
ogram FilesMicrosoft SQL Server80ToolsBinn;C:Program FilesCommon FilesAs
penTech Shared;C:Program FilesMATLABR2008abin;C:Program FilesMATLABR2008
abinwin32;C:Program FilesIntelCompilerFortran10.1.025\IA32Lib;C:Progra
m FilesIntelCompilerFortran10.1.025\EM64TLib;C:Program FilesVNIimslfnl
600IA32lib;C:Program filesMPICH2bin;C:Program FilesIronPython;C:Program
Filespython24

Lee

0 Kudos
Steven_L_Intel1
Employee
2,463 Views

I'm almost out of ideas. Are you linking IMSL in dynamically or statically? If dynamic, try static. It's hard to figure out because you say you can register the DLL manually.

0 Kudos
lpartin
Beginner
2,463 Views

I'm almost out of ideas. Are you linking IMSL in dynamically or statically? If dynamic, try static. It's hard to figure out because you say you can register the DLL manually.

I am passing imsl_dll.lib in Properties .. Linker .. Input .. Additional Dependencies. I suppose that I'm linking to IMSL dynamically. What do you want me to change?

Thanks,

Lee

0 Kudos
Steven_L_Intel1
Employee
2,463 Views

I want you to take out that mention of imsl_dll.lib and add the following lines to one of your sources:

INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:'libguide.lib'

0 Kudos
lpartin
Beginner
2,463 Views

I want you to take out that mention of imsl_dll.lib and add the following lines to one of your sources:

INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:'libguide.lib'

Thanks very much. It does the registry finewith the static link. Also, thanks for the second line. Now, I don't need to manually add the additional dependencies into the project properties.

INCLUDE 'link_fnl_static.h' works fine but INCLUDE 'link_fnl_shared.h' fails with the PRJ0019 error.

Lee

0 Kudos
Steven_L_Intel1
Employee
2,463 Views

Very interesting. I'm glad that it worked, though I'm scratching my head to understand why linking IMSL shared broke the registration. I will have to play with this on my own. All I can think of is that in the context of VS doing the register that the IMSL DLL was not on PATH.

0 Kudos
lpartin
Beginner
2,463 Views
IMSL+Usage+Instructions.docx

Very interesting. I'm glad that it worked, though I'm scratching my head to understand why linking IMSL shared broke the registration. I will have to play with this on my own. All I can think of is that in the context of VS doing the register that the IMSL DLL was not on PATH.

Thanks. I'll just use the static approach. I updated my instructions file and uploaded the new one.

Lee

0 Kudos
Reply