User forums > Help

Proxy ?

<< < (2/2)

takeshimiya:
This might have something to do...?  :P

wxURL::SetDefaultProxy
Sets the default proxy server to use to get the URL. The string specifies the proxy like this: <hostname>:<port number>.

wxURL::SetProxy
Sets the proxy to use for this URL.

thomas:

--- Quote from: mamelouk on November 13, 2005, 05:57:06 pm ---I am in a LAN where I have to configure the proxy (in firefox for example)
--- End quote ---
That's the problem then... the DevPak plugin does not support that (yet).

Are you comfortable with editing sources and recompiling the plugin yourself?

Then you may want to edit src\plugins\contrib\devpak_plugin\cbnetwork.cpp.

After line 83, add m_pURL->SetProxy("your proxy:theportnumber");

This is a nasty hack, but it should work until there is a better solution.

mamelouk:
ok thanks for the tip :)

my first goal was to edit and compile an open source project (like vlc), so I had to download some packs.

In the end, I can edit the devpak plug-in to see how it works, it's the same;
 and maybe I can contribute adding the proxy setting! (playing with wxwidget and c++?)

so long,

thomas:
I added support for that (including GUI) to the development version.

Let's hope SF lets me commit at some point, too.

There... done.

mamelouk:
so cool :)

Navigation

[0] Message Index

[*] Previous page

Go to full version