Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using a library that has a function implemented called
xlAutoOpen. I wrote a function called xlAutoOpen, how do I in my .def file tell the linker to reference the one I wrote? I am getting errors like these because the linker isn't sure which function I am referencing... 1curve.def : warning LNK4022: cannot find unique match for symbol 'xlAutoOpen' 1curve.def : warning LNK4002: "int __cdecl xlAutoOpen(void)" (? xlAutoOpen@@YAHXZ) defined in .\release\Generic.obj 1curve.def : warning LNK4002: _xlAutoOpen@0 defined in .\Univswap.lib 1curve.def : warning LNK4002: _xlAutoOpen@0 defined in .\Univyld.lib 1curve.def : error LNK2001: unresolved external symbol xlAutoOpen These functions are essential because they are the required functions for this interface I am using. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Errors Detected In File Since SP3 | Excel Discussion (Misc queries) | |||
Closing a db file getting errors | Excel Programming | |||
Linking and errors | Links and Linking in Excel | |||
Excel Form File Errors | Excel Discussion (Misc queries) | |||
conditional forming causing linking errors | Excel Worksheet Functions |