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
then I hit compile:
So, I delected the .rc from the project folder because was causing the error above (is this what I'm doing wrong?)
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:
Any help?
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
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
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: PcHelpware compiling the code
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 ?
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 ?
Re: PcHelpware compiling the code
WHere can I find the source code for PCHelpWare?