Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thread syncronization Win32 Pin
led mike3-Jul-07 8:26
led mike3-Jul-07 8:26 
GeneralRe: Thread syncronization Win32 Pin
Alex Cutovoi5-Jul-07 6:53
Alex Cutovoi5-Jul-07 6:53 
GeneralRe: Thread syncronization Win32 Pin
led mike5-Jul-07 7:17
led mike5-Jul-07 7:17 
GeneralRe: Thread syncronization Win32 Pin
Alex Cutovoi5-Jul-07 11:29
Alex Cutovoi5-Jul-07 11:29 
QuestionGraphic control on CFormView Pin
kcselvaraj3-Jul-07 5:05
kcselvaraj3-Jul-07 5:05 
AnswerRe: Graphic control on CFormView Pin
Mark Salsbery3-Jul-07 8:10
Mark Salsbery3-Jul-07 8:10 
GeneralRe: Graphic control on CFormView [modified] Pin
kcselvaraj3-Jul-07 10:14
kcselvaraj3-Jul-07 10:14 
Questionerrors on linking for *.def file Options Pin
A7Zulu3-Jul-07 4:30
A7Zulu3-Jul-07 4:30 
I am creating a library that is 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...


1>curve.def : warning LNK4022: cannot find unique match for symbol
'xlAutoOpen'
1>curve.def : warning LNK4002: "int __cdecl xlAutoOpen(void)" (?
xlAutoOpen@@YAHXZ) defined in .\release\Generic.obj
1>curve.def : warning LNK4002: _xlAutoOpen@0 defined in .
\Univswap.lib
1>curve.def : warning LNK4002: _xlAutoOpen@0 defined in .\Univyld.lib
1>curve.def : error LNK2001: unresolved external symbol xlAutoOpen


These functions are essential because they are the required functions
for this interface I am using.


Thanks

AnswerRe: errors on linking for *.def file Options Pin
Iain Clarke, Warrior Programmer3-Jul-07 5:53
Iain Clarke, Warrior Programmer3-Jul-07 5:53 
QuestionGeneric USB access Pin
legit3-Jul-07 4:08
legit3-Jul-07 4:08 
AnswerRe: Generic USB access Pin
CPallini3-Jul-07 4:17
mveCPallini3-Jul-07 4:17 
QuestionNeed Links of Microsoft Windows NT architecture for reading Pin
Neeranjan3-Jul-07 4:01
Neeranjan3-Jul-07 4:01 
AnswerRe: Need Links of Microsoft Windows NT architecture for reading [modified] Pin
led mike3-Jul-07 4:56
led mike3-Jul-07 4:56 
AnswerHave you heard of Google? Pin
leckey3-Jul-07 7:59
leckey3-Jul-07 7:59 
GeneralRe: Have you heard of Google? Pin
Mark Salsbery3-Jul-07 8:12
Mark Salsbery3-Jul-07 8:12 
AnswerRe: Need Links of Microsoft Windows NT architecture for reading Pin
Nemanja Trifunovic3-Jul-07 9:32
Nemanja Trifunovic3-Jul-07 9:32 
AnswerRe: Need Links of Microsoft Windows NT architecture for reading Pin
Neeranjan3-Jul-07 21:47
Neeranjan3-Jul-07 21:47 
QuestionHow to search for hard coded string in VC++ code Pin
Neeranjan3-Jul-07 3:47
Neeranjan3-Jul-07 3:47 
QuestionRe: How to search for hard coded string in VC++ code Pin
David Crow3-Jul-07 8:44
David Crow3-Jul-07 8:44 
AnswerRe: How to search for hard coded string in VC++ code Pin
Neeranjan3-Jul-07 21:35
Neeranjan3-Jul-07 21:35 
AnswerRe: How to search for hard coded string in VC++ code Pin
Naveen3-Jul-07 16:19
Naveen3-Jul-07 16:19 
GeneralRe: How to search for hard coded string in VC++ code Pin
Neeranjan3-Jul-07 21:26
Neeranjan3-Jul-07 21:26 
QuestionWindows Media Player ActiveX Control. Pin
adityarao313-Jul-07 2:14
adityarao313-Jul-07 2:14 
AnswerRe: Windows Media Player ActiveX Control. Pin
Mark Salsbery3-Jul-07 10:25
Mark Salsbery3-Jul-07 10:25 
AnswerRe: Windows Media Player ActiveX Control. Pin
Naveen3-Jul-07 16:23
Naveen3-Jul-07 16:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.