Questions on External Development examples [message #20447] |
Thu, 22 June 2000 00:00 |
Tom Price
Messages: 3 Registered: June 2000
|
Junior Member |
|
|
Hello,
I am trying to run an example found in the IDL External Development Guide
(page 299, MULT2). I type it in exactly as shown, I have set up Visual C++
5.0 compiler as needed to generate the dll properly. When I go to the final
build I get this error.
--------------------Configuration: array_pass - Win32
Debug--------------------
Linking...
Creating library array_pass.lib and object array_pass.exp
array_pass.obj : error LNK2001: unresolved external symbol
_IDL_MakeTempArray
array_pass.obj : error LNK2001: unresolved external symbol _IDL_CvtFlt
array_pass.obj : error LNK2001: unresolved external symbol
_IDL_MessageVE_NOTARRAY
array_pass.obj : error LNK2001: unresolved external symbol
_IDL_VarEnsureSimple
Debug/array_pass.dll : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
array_pass.dll - 5 error(s), 0 warning(s)
Now these definitions show up in the header export.h. Is there some library
I am failing to include? I thought only the export.h was needed. I have
successfully added system routines so I have overcome that hurdle.
Any help greatly appreciated.
Regards,
Tom Price
|
|
|