Re: PC Proxy Server Help!
First of all we don't help with hacks, including PS3 hacks on this forum.
Second of all, we are developers who spend our time writing software, most of us do it for a living. So why would we want to assist you in stealing someone elses work to make it your own?
"Decompiling purly for informational gain" and "change the code to suit my use" are pretty contradictory of eachother.
Re: PC Proxy Server Help!
Quote:
First of all we don't help with hacks, including PS3 hacks on this forum.
What on earth made you think it was a "PS3 hack". Its a proxy server to run on my pc, so that other devices, such as iphone, ps3, pc or any internet capable device can connect to the internet through.
Quote:
Second of all, we are developers who spend our time writing software, most of us do it for a living. So why would we want to assist you in stealing someone elses work to make it your own?
Yea, Fair point, I was just asking for help. Maybye I should ask for more specific error help then.
Quote:
"Decompiling purly for informational gain" and "change the code to suit my use" are pretty contradictory of eachother.
Whats bad about decompiling to learn? To learn we must experiment and change things.
Ok, Specific error help.
I have an error when I go to compile a project.
Code:
Delegate '***.**********.Http.UpdataLogMsg' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.
It points to this part of the code:
Code:
Form1.listener = New PS3.ProxyServer.Http.HttpListener(ipaddress1, i1, flag1, flag2, flag3, (New UpdataLogMsg(AddURL)))
specifically the "New UpdataLogMsg(AddURL)"
Any Ideas on how to fix? Thanks.
NOTE: **** Are blanked out names.