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 »
torch Page Icon Posted 2022-12-15 3:35 AM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
Quote
I dunk for bananas - 2022-12-13 12:44 PM

I've compiled Brandy BASIC for x86, it works fine!

Added to SCL, please delete that binary from your post so it's not clogging up the server
https://www.hpcfactor.com/scl/1171/Jon_Welch/Brandy_Basic/version_1.16b
In future, please let me know what SDK when you use to compile. i.e. HPC2000, CE 4.2, etc, so I know what "supported OS" it is

Quote
I dunk for bananas - 2022-12-11 6:01 PM

I'll look into it, thank you!
I managed to compile the SMTP server from Ishisoft, I shall evaluate that tomorrow

No rush, but I'll add that to SCL when you're able

Also, I edited the initial post to give you credit as a group effort including you in our compilation successes

Edited by torch 2022-12-15 3:35 AM
 Top of the page
I dunk for bananas Page Icon Posted 2022-12-15 1:37 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
How do I delete an attachment off my post?
 Top of the page
C:Amie Page Icon Posted 2022-12-15 1:49 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,987
Location:
United Kingdom
Status:
Attachment removed. You have to be a subscriber to have longer/infinite editing.
 Top of the page
torch Page Icon Posted 2022-12-16 7:09 AM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
Quote
torch - 2022-12-14 8:35 PM

Quote
I dunk for bananas - 2022-12-13 12:44 PM

I've compiled Brandy BASIC for x86, it works fine!

Added to SCL, please delete that binary from your post so it's not clogging up the server
https://www.hpcfactor.com/scl/1171/Jon_Welch/Brandy_Basic/version_1.16b
In future, please let me know what SDK when you use to compile. i.e. HPC2000, CE 4.2, etc, so I know what "supported OS" it is

Quote
I dunk for bananas - 2022-12-11 6:01 PM

I'll look into it, thank you!
I managed to compile the SMTP server from Ishisoft, I shall evaluate that tomorrow

No rush, but I'll add that to SCL when you're able

Also, I edited the initial post to give you credit as a group effort including you in our compilation successes

How did you get SMTP to compile???!! I can't get it to compile nor iTaskManager. I get those linking errors. Also, Drop Commander is open source too
 Top of the page
torch Page Icon Posted 2022-12-20 10:11 AM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
I found this thread to help aid us with ideas on what to compile next:
https://www.hpcfactor.com/forums/forums/thread-view.asp?tid=5823&start=1
Also compiled new x86 CE 4.2 binary for https://www.hpcfactor.com/scl/1894/Strathos/DevPowerSwitcher

And thenzero compiled x86 of Kawara 1.1.1

Edited by torch 2022-12-20 6:21 PM
 Top of the page
torch Page Icon Posted 2023-01-10 8:27 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
I dunk for bananas:
Camie found a repaired unzip dll. Maybe you can compile it for x86? I remember you wanted some zip programs

https://www.hpcfactor.com/scl/1925/M._Toda/Unofficial_UnZip.dll_for_Windows_CE/version_0.93.01
 Top of the page
torch Page Icon Posted 2023-01-11 5:05 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
C:Amie:
I didn’t want to start a new thread but:
What is the correct method for porting a program over that doesn’t have a “x86” option in the build configuration
Let’s assume a simple program and nothing graphics api related

What I had been doing was:
Adding a new build configuration, then copying from either default release configuration or another cpu arch. But at the end I keep getting that link error 1112. That’s the roadblock on why I can’t get more x86 programs compiled.

Any ideas ? I’m alternating between evt 3 and 4
 Top of the page
C:Amie Page Icon Posted 2023-01-11 5:53 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,987
Location:
United Kingdom
Status:
What do you mean by build configuration?
 Top of the page
I dunk for bananas Page Icon Posted 2023-01-12 4:45 PM
#
Avatar image of I dunk for bananas
H/PC Elite

Posts:
702
Location:
Europe
Status:
I'm trying to compile Aristar Dialect for x86 right now, but it's giving me an insane amount of errors and warnings, mostly "Macro Redefinition" warnings and errors about not being able to find files in the include directories even though I've added them to the project, and at the end "Error executing cl.exe.". Perhaps somebody else would like to try their luck compiling it?

Edited by I dunk for bananas 2023-01-12 4:54 PM
 Top of the page
torch Page Icon Posted 2023-01-12 8:29 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
Quote
C:Amie - 2023-01-11 10:53 AM

What do you mean by build configuration?

Show spoiler...
 
--------------------Configuration: TextViewNG - Win32 (WCE x86) Release-------------------- 
Compiling...
Image.cpp
Linking...
uafxwce.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll)
uafxwce.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll)
uafxwce.lib(afxmem.obj) : warning LNK4006: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored
uafxwce.lib(afxmem.obj) : warning LNK4006: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored
Creating library X86Rel/TextViewNG.lib and object X86Rel/TextViewNG.exp
corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol _WinMain referenced in function _WinMainCRTStartup
X86Rel/TextViewNG.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

TextViewNG.exe - 4 error(s), 2 warning(s)

I'm close to getting Haali Reader to compile. Here's my errors
 Top of the page
C:Amie Page Icon Posted 2023-01-12 9:23 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,987
Location:
United Kingdom
Status:
The linker issue suggests that the API level is wrong - i.e. wrong SDK. The other 4 are import conflicts. Need to investigate why uafxwce.lib is duplicating functions from corelib.
 Top of the page
torch Page Icon Posted 2023-01-12 9:26 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
I got it down to a simple linking error now. hold on
corelibc.lib(pegwmain.obj) : error LNK2019: unresolved external symbol _WinMain referenced in function _WinMainCRTStartup
X86Rel/TextViewNG.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

TextViewNG.exe - 2 error(s), 0 warning(s)
 Top of the page
C:Amie Page Icon Posted 2023-01-12 9:31 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,987
Location:
United Kingdom
Status:
 Top of the page
C:Amie Page Icon Posted 2023-01-12 9:31 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
17,987
Location:
United Kingdom
Status:
What was the fix for the uafxwce.lib issues?
 Top of the page
torch Page Icon Posted 2023-01-12 9:48 PM
#
Avatar image of torch
Subscribers
H/PC Guru

Posts:
5,734
Location:
United States 
Status:
I compiled as mfc instead of not mfc
 Top of the page
« Prev 1 2 3 4 5 6 7 8 9 10 Next »
Jump to forum:
Seconds to generate: 0.226 - Cached queries : 73 - Executed queries : 8