- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a project where a couple of different routines will access a 'share data' DLL
Basically it has a control routine which calls 2 or 3 routines which each want access to shared data. I was having issues with how to configure and so decided:'lets try some things out' I am running some tests with the sample DLL_Shared_Data and have run into an issue:
In the Sample, 2 'tricks' were used:
1) The 'shared data' DLL was 'saved to the Debug directory of the 'main' project and
2) the 'main' project was simply two copies of the same project.
So if a solution is created which creates some DLL's, one of which is to be 'shared' with the others, how best to configure so they all can link in the 'shared' dll?
So to test out the sample, I have everythign be built in directory c:\\test (so then when adding additional routines this same technique should be useful?)
In the sample, no matter how i seem to configure it, when linking I run into: LNK2019: unresolved external symbol errors.
Any ideas on how to accomplish this?
Thanks
brian
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page