PC Review


Reply
Thread Tools Rate Thread

does client dll need a revuild if server dll changes

 
 
choudharymv@gmail.com
Guest
Posts: n/a
 
      27th Jun 2006
I have two DLLs
1. server.dll (v1) having following functions
func1()
func2()
func3()
2. client.dll (v1) which makes call to the functions in server.dll
client.dll is built by using the server.lib (v1) associated with
server.dll(v1)

Now server.dll is modified to server.dll(v2) with an *additional
function* exported func4();
There is no change made to the existing functions, only new export is
added.

- Will I be able to use the same client.dll(v1) with the new
server.dll(v2) without any possible problems,
- OR I need to build the client.dll (with same code) with
server.lib(v2) given with server.dll(v2)

Thanks in advance.

~Madhav

 
Reply With Quote
 
 
 
 
Gary Chanson
Guest
Posts: n/a
 
      27th Jun 2006

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have two DLLs
> 1. server.dll (v1) having following functions
> func1()
> func2()
> func3()
> 2. client.dll (v1) which makes call to the functions in server.dll
> client.dll is built by using the server.lib (v1) associated with
> server.dll(v1)
>
> Now server.dll is modified to server.dll(v2) with an *additional
> function* exported func4();
> There is no change made to the existing functions, only new export is
> added.
>
> - Will I be able to use the same client.dll(v1) with the new
> server.dll(v2) without any possible problems,
> - OR I need to build the client.dll (with same code) with
> server.lib(v2) given with server.dll(v2)


Adding a new export to the DLL would not require rebuilding the program
which uses it as long as nothing significant changes in the existing
functions.

--

- Gary Chanson (Windows SDK MVP)
- Abolish Public Schools





 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WCF -Inproc: Client and Server on main thread -> Client call hangs... José Joye Microsoft C# .NET 9 20th Dec 2007 07:18 AM
problem with client computer in the client/server network windows server 2003 gogi100 Windows XP Networking 1 1st Sep 2007 05:23 PM
Browse client Directory to a specific folder and ftp the file from server to client bindu_conacle@yahoo.com Microsoft VB .NET 0 26th Feb 2006 10:24 AM
Socket Server to Socket Client..Client function not working when called from Server... trint Microsoft C# .NET 2 13th Apr 2005 09:43 PM
Explain to a client the workings of Terminal Server & Client Connections (Remote Desktop) Barry McConomy Microsoft Windows 2000 Terminal Server Clients 4 13th Sep 2004 12:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:54 PM.