Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I'm to this forum and have recently taken some pointers from available discussions.
My question.

I don't use visual studio very often so I have a question on debugging I thought someone in this forum could provide me with a quick answer.

I have two dll's that I'm working with. The first has symbols and functions that are being exported and the second, imports the symbols and functions. Both dll's seems to be working as expected, however, when stepping though the code in the debugger the first dll (where the symbols are defined) has visibility to all the data but the second dll (where the symbols are imported to) does not have access to the debug info. Both dll are compiled with debug and optimization is off for both. Any idea how to fix this? Sounds trivial I know but

Thanks in advance.

-Bryan
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jun-12 15:32pm    
This question makes no sense whatsoever until you explain: export from what? Please tag your language, platform and other relevant detail. To do so, please use "Improve question" above.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900