Connecting Tech Pros Worldwide Help | Site Map

2 libraries with different versions of same object

  #1  
Old December 7th, 2006, 01:35 AM
BradDux@gmail.com
Guest
 
Posts: n/a
I have two library's that both have the same object file in them. How
can I specify which library to use a specific object from?

  #2  
Old December 7th, 2006, 03:15 AM
Victor Bazarov
Guest
 
Posts: n/a

re: 2 libraries with different versions of same object


BradDux@gmail.com wrote:
Quote:
I have two library's that both have the same object file in them. How
can I specify which library to use a specific object from?
It depends on the linker you're using. Since it's implementation-
specific, it's OT here, unfortunately. Please consider asking in
the newsgroup that deals with your compiler. Sometimes you make
the linker choose by specifying the libraries in a particular order,
but there is no sure way. Sometimes it's possible to extract the
object module from the library and pass it to the linker by itself.
No common solution exists.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
References to different versions of MS Outlook in a VB.NET application Chet answers 3 November 26th, 2007 07:25 PM
Different Versions of Object Libraries Phil Reynolds answers 46 October 8th, 2007 02:45 AM
Compile with different versions of Visual Studio cantatahost answers 4 June 26th, 2006 07:15 PM
How will we use .Net in future versions of Access Lyle Fairfield answers 5 February 20th, 2006 03:35 PM