Re: Working with Shareaza in VisualStudio
On 10/19/2010 11:51 AM, KevinSimonson wrote:
I'm not sure if this is the right newsgroup to post this in; if it's
not, could someone tell me which newsgroup I could go to to get the
information I need? I've been assigned to make some changes to open
source Shareaza. My boss suggested I do my development in
VisualStudio, since the code is in C++. So I downloaded the Shareaza
source code and opened up a project from the Shareaza "vc10"
directory. I tried running it and a box popped up saying "Unable to
start program 'C:\Documents and Settings\old fogies\Kevin
\Shareaza_r8805_Source\plugins\ZIPBuilder\Win32\Debug
\ZIPBuilder.dll'." I took a look and the "ZIPBuilder.dll" file is
there, in the "Debug" directory, so the problem is not that it doesn't
exist. Does anybody know what I have to do to get Shareaza running in
VisualStudio? Any information would be greatly appreciated.
I think the 'microsoft.public.vc.project_mgt' is the newsgroup you need.
Or perhaps 'microsoft.public.vc.ide_general'. You will have to set up
an executable to load your dynamic library (that's what "dll" is). Your
issue is not with the language, but with the product ("Visual Studio")
or with the library the code for which you've downloaded. BTW, don't
open source projects actually have some kind of "admin" you could ask?
Some way to contact those who worked on it prior to your downloading of
the code?
V
--
I do not respond to top-posted replies, please don't ask