x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

Compilepalooza!

« Prev 1 2 3 4 5 6 7 8 9 10 Next »
C:Amie Page Icon Posted 2022-12-10 4:53 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,979
Location:
United Kingdom
Status:
Well if it is genuinely functional, then I'm not sure that is necessary either, but c'est la vie.
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-10 5:03 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
Quote
torch - 2022-12-10 4:20 PM
Also sorry I’ll compile tonight. I’m at work now


Of course, no pressure!
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-10 6:32 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
Another thing we could try compiling is the CeHttp web server which has its source available
 Top of the page
torch Page Icon Posted 2022-12-10 6:42 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,724
Location:
United States 
Status:
I think I had tried it before and was unsuccessful but tonight I’ll double check for you (I think I’ve tried about 20 and was only successful those 3-4 times for x86)

But

C:Amie helped me figure out how to compile the Visual Basic 6 projects to x86 (previously I was only working with eVC 3/4) so hopefully I’ll make more progress soon

I do need help on how to fix the linking error which is a big reason why I can’t get a lot of programs compiled for x86. Once that’s overcome we should be able to have a lot more proframs compile. Clearly it’s possible because tfgbd was able to get ALOT done
 Top of the page
torch Page Icon Posted 2022-12-11 5:20 AM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,724
Location:
United States 
Status:
Hi. Done as requested.
Also have a surprise for you. I got CEHTTP to compile let me know how it works

C:Amie, I can't compile gx.dll for HPC2000 x86 because I get an aygshell.h error so I have to compile as PPC2k2

Edited by torch 2022-12-11 5:21 AM
 Top of the page
C:Amie Page Icon Posted 2022-12-11 11:12 AM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,979
Location:
United Kingdom
Status:
Quote
torch - 2022-12-11 5:20 AM
C:Amie, I can't compile gx.dll for HPC2000 x86 because I get an aygshell.h error so I have to compile as PPC2k2

Ah, good call. It won't be in the headers collection, though I suppose it can be copied from the PPC SDK
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-11 12:01 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
Quote
torch - 2022-12-11 5:20 AM

Hi. Done as requested.
Also have a surprise for you. I got CEHTTP to compile let me know how it works

C:Amie, I can't compile gx.dll for HPC2000 x86 because I get an aygshell.h error so I have to compile as PPC2k2


This gx.dll has the exact same issue as the last one sadly bit CeHttp works flawlessly Perhaps we could try compiling the BBS and admin extensions next!

Edited by I dunk for bananas 2022-12-11 12:05 PM
 Top of the page
C:Amie Page Icon Posted 2022-12-11 12:18 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,979
Location:
United Kingdom
Status:
Did both get compiled? The one with and without the flip?
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-11 12:24 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
It seems like the resolution values weren't flipped in this one
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-11 12:26 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
@torch it appears that we can also compile the task manager on the ishisoft site! Do you think Firefox 3.6rc1 would be possible on x86 too?
edit: never mind, it appears that Firefox only works on CE6+ sadly

Edited by I dunk for bananas 2022-12-11 1:12 PM
 Top of the page
torch Page Icon Posted 2022-12-11 3:43 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,724
Location:
United States 
Status:
Show spoiler...
#define SIMPLE_565          { 550, 720,   2, 1440, 16, kfDirect | kfDirect565, TRUE }
I'm sorry, I need more caffeine lol what do you want me to do next? The 550 & 720 values flipped? The code provided is the one I did dll for


I get this error when I try to compile the bbs ones.
Show spoiler...
--------------------Configuration: bbsadmin - Win32 (WCE x86) Release-------------------- 
Build : warning : failed to (or don't know how to) build 'Z:\bbs_src\bbs_src\common\WebUtil.cpp'
Compiling...
bbsadmin.cpp
Z:\bbs_src\bbs_src\bbsadmin_src\bbsadmin.cpp(5) : fatal error C1083: Cannot open include file: '..\common\WebUtil.h': No such file or directory
MyHash.cpp
fatal error C1083: Cannot open source file: 'Z:\bbs_src\bbs_src\common\MyHash.cpp': No such file or directory
MyVarMem.cpp
fatal error C1083: Cannot open source file: 'Z:\bbs_src\bbs_src\common\MyVarMem.cpp': No such file or directory
StdAfx.cpp
WebUtil.cpp
fatal error C1083: Cannot open source file: 'Z:\bbs_src\bbs_src\common\WebUtil.cpp': No such file or directory
Error executing cl.exe.

bbsadmin.dll - 4 error(s), 1 warning(s)


https://www.hpcfactor.com/scl/120/IshiSoft/CeHttp/version_2.37 x86 version added to SCL with beta tag. Initial thread post updated


Edited by torch 2022-12-11 3:51 PM
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-11 3:57 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
I was thinking, wouldn't we also have to flip the pitch values if we flip the resolution values?
 Top of the page
torch Page Icon Posted 2022-12-11 3:59 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,724
Location:
United States 
Status:
Sorry that’s over my head and I’m still waking up. What values exactly did you want me to do? Haha
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-11 4:08 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
Quote
torch - 2022-12-11 3:59 PM

Sorry that’s over my head and I’m still waking up. What values exactly did you want me to do? Haha


Of course, I'm sorry It was mostly directed at @c:amie since he's figured out the math really well

 Top of the page
torch Page Icon Posted 2022-12-11 4:12 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,724
Location:
United States 
Status:
Ohhh ok I understand. I'm going to visit LA for a few days but still post stuff that you want me to try and I'll do when I get back on Wednesday!

Same if you find any new programs I can easily port an x86 ver for ya!

Edit my flight is tonight so I probably have time for one more compile

Edited by torch 2022-12-11 4:14 PM
 Top of the page
« Prev 1 2 3 4 5 6 7 8 9 10 Next »
Jump to forum:
Seconds to generate: 0.203 - Cached queries : 73 - Executed queries : 8