Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

PcHelpware compiling the code

Post Reply
int3
Posts: 2
Joined: 2014-05-08 20:49

PcHelpware compiling the code

Post by int3 »

Hello everybody,

Does anyone of you already complied at least once, the code of PcHelpware? In particularly "gui_src".
When I open the project this happens
Image
Image
Image
Image
Image
Image
then I hit compile:
Image
So, I delected the .rc from the project folder because was causing the error above (is this what I'm doing wrong?)
Image

So I end up with .exe on debug. I replaced it on "create_server" folder of pchelpware viewer to create the server with my configuration.
then, I opened on diferent machine I got a 7zip error like this, but in Portuguese:
Image

Any help? :)
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: PcHelpware compiling the code

Post by Rudi De Vos »

side by side == manifest error

pchelpware is already a few years old, i guess the src was made for some old VS compiler that didn't supported manifests.
In that case, you needed to remove the manifest as resource.

1) pchelpware_viewer.exe.manifest: Remove, new compilers create there own and you can not have 2x
2) dsp errors, normal: To create a new gui you don't need to compile the dll's.
Src of the dll's isn't in the src_zip. It only the gui.
3) The rc is needed, without resource file you can't create a gui.


WHat's the VS version you are using ?
vipkilla
Posts: 1
Joined: 2014-09-10 19:52

Re: PcHelpware compiling the code

Post by vipkilla »

WHere can I find the source code for PCHelpWare?
Post Reply