Click here to Skip to main content
15,917,321 members
Home / Discussions / C#
   

C#

 
GeneralAccess Bios Information Pin
hprahul20-May-04 15:31
hprahul20-May-04 15:31 
GeneralRe: Access Bios Information Pin
TigerNinja_20-May-04 16:55
TigerNinja_20-May-04 16:55 
GeneralDataGrid "logical" row from HitTest Pin
ABean20-May-04 11:48
ABean20-May-04 11:48 
GeneralRe: DataGrid "logical" row from HitTest Pin
Heath Stewart20-May-04 12:00
protectorHeath Stewart20-May-04 12:00 
GeneralRe: DataGrid "logical" row from HitTest Pin
ABean20-May-04 13:44
ABean20-May-04 13:44 
GeneralRe: DataGrid "logical" row from HitTest Pin
ABean20-May-04 20:17
ABean20-May-04 20:17 
GeneralRe: DataGrid "logical" row from HitTest Pin
Heath Stewart21-May-04 3:24
protectorHeath Stewart21-May-04 3:24 
GeneralDLL Pin
Snowjim20-May-04 11:11
Snowjim20-May-04 11:11 
Hey

We have a bigger Game project that is almost finish. It is a Socket based online game.

we have built a Main room there you can chat, creat tables(games) and so on. this section is finish. We have also done a AlfaPet(Scramble) Game to play, but this game is not realy finish yet.

Now to the problem.

We got a dll file(name : Transfer) this dll file contains al the objects we are sending between client and server, thereby it have to be included in bouth the client and Server with the same version.

If we want to change somthing in the dll file(Transfer) then there is no problem to update Server with this dll file becourse we will only have to add it to the server(no own made controls).

But its a bit tricker with the Client.

The client contains alot of own made system controls, so there is not much cod in the client. This controls is using the dll file(Transfer) to send and recive obj.

Every time we make a change in the dll file(Transfer) we have to add it to eatch control and rebuild it and the add it to the client again, otherwice the controls will not be shown in the Client(during in Visual Studio) and somtimes the controls is disiparing. this becource of the version is not matching anymore.

We are tired of doing this way, it must be another way.

Right now we have all the dll files from the own made controls in Client\bin\Debug we have also the Transfer dll file here, the controls have there seartch way to this Client\bin\Debug\Transfer.dll

But if we update it we will have to rebuild the controls, and thats just to time consuming.

Pleas help

Regards
Jimmy

There is som pictures on the application here http://rally.to/Jimmy/
GeneralRe: DLL Pin
Heath Stewart20-May-04 11:25
protectorHeath Stewart20-May-04 11:25 
GeneralRe: DLL Pin
Snowjim20-May-04 11:28
Snowjim20-May-04 11:28 
GeneralRe: DLL Pin
Heath Stewart20-May-04 11:29
protectorHeath Stewart20-May-04 11:29 
GeneralRe: DLL Pin
Snowjim20-May-04 12:39
Snowjim20-May-04 12:39 
GeneralRe: DLL Pin
Heath Stewart21-May-04 3:14
protectorHeath Stewart21-May-04 3:14 
GeneralRe: DLL Pin
Snowjim21-May-04 4:35
Snowjim21-May-04 4:35 
GeneralRe: DLL Pin
Heath Stewart21-May-04 4:38
protectorHeath Stewart21-May-04 4:38 
GeneralRe: DLL Pin
Snowjim21-May-04 4:42
Snowjim21-May-04 4:42 
GeneralRe: DLL Pin
Heath Stewart21-May-04 4:44
protectorHeath Stewart21-May-04 4:44 
GeneralRe: DLL Pin
Snowjim21-May-04 5:07
Snowjim21-May-04 5:07 
GeneralRe: DLL Pin
Heath Stewart21-May-04 5:11
protectorHeath Stewart21-May-04 5:11 
GeneralRe: DLL Pin
Snowjim22-May-04 0:44
Snowjim22-May-04 0:44 
GeneralRe: DLL Pin
Heath Stewart22-May-04 2:37
protectorHeath Stewart22-May-04 2:37 
GeneralRe: DLL Pin
Snowjim22-May-04 8:15
Snowjim22-May-04 8:15 
GeneralRe: DLL Pin
Heath Stewart22-May-04 8:53
protectorHeath Stewart22-May-04 8:53 
GeneralRe: DLL Pin
Snowjim22-May-04 9:36
Snowjim22-May-04 9:36 
QuestionHow to create Installer that user can checked item he wannt to install (I have more 59 item whether user will install. Pin
god4k20-May-04 9:55
god4k20-May-04 9:55 

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.