Sharing common code
From: Jeffrey Bradshaw (Jeffrey.Bradshaw_at_Dictaphone.comNOSPAM)
Date: 02/11/04
- Next message: Herfried K. Wagner [MVP]: "Re: OT:"
- Previous message: Cor: "Re: How to export an array from VB .NET in VC++ .NET?"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Sharing common code"
- Reply: Herfried K. Wagner [MVP]: "Re: Sharing common code"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Feb 2004 09:33:49 -0500
I have two apps (one is a service and one is a windows app) that share some
common classes. How can I make it so that I don't have to keep updating the
items in solution explorer?
Here's what I do now:
Test and debug the windows app. Make appropriate changes required there.
Once it's to my liking, I open the service app solution, tell it to add an
existing item and go and get the item from the windows app. It then copies
the file in to the service directly. Ideally I'd like to leave the code in
some common place that everybody can reference.
I've thought about making a DLL out the common class but 1) Don't know how
to do that and 2) how do you debug a dll?
TIA - Jeffrey.
- Next message: Herfried K. Wagner [MVP]: "Re: OT:"
- Previous message: Cor: "Re: How to export an array from VB .NET in VC++ .NET?"
- Next in thread: Herfried K. Wagner [MVP]: "Re: Sharing common code"
- Reply: Herfried K. Wagner [MVP]: "Re: Sharing common code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|