Games Achievements My Kong Sign In

Diceycle's messages

Public messages for Diceycle

avatar for oval
oval

Dec 4, 2017 3:43am

Hi, if i write calc like Your in c# or JS, how much slower it will be?

avatar for Diceycle
Diceycle Dec 5, 2017 4:39am

Impossible to tell to be honest. Languages have specific things that they are best at and can be faster in that specific aspect than any other language. It is on you to find that and build around it. …

show more
avatar for maren5
maren5

Nov 3, 2017 3:34pm

Hey Dicecycle,
I am a big fan of your hero calculator, but I can’t seem to get the latest version to compile (I’m running on a Mac). I tried running `g++ -std=c++11 -Ofast -o -v CosmosQuest main.cpp cosmosClasses.cpp inputProcessing.cpp cosmosDefines.cpp battleLogic.cpp`, but got an error:

clang: error: no such file or directory: ‘CosmosQuest’

I also tried running with `CosmosQuest.exe` instead, but got:

@(#)PROGRAM:ld PROJECT:ld64-302.3
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
ld: warning: ignoring file CosmosQuest.exe, file was built for unsupported file format ( 0×4D 0×5A 0×90 0×00 0×03 0×00 0×00 0×00 0×04 0×00 0×00 0×00 0xFF 0xFF 0×00 0×00 ) which is not the architecture being linked (x86_64): CosmosQuest.exe
Undefined symbols for architecture x86_64:
“base64_encode(unsigned char const*, unsigned int)”, referenced from:
makeBattleReplay(Army, Army) in inputProcessing-484c4a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any advice on how to fix this? I can work around it with a VM, but that always takes a minute or two to spin up.

Thanks for all your hard work!
maren5

show more
avatar for Diceycle
Diceycle Nov 4, 2017 2:20am

So first thing im seeing is that you have a -v in your compile command. Don’t know how that got in there. Thats why he’s trying to find a file named “cosmosQuest” instead of seting the target to it. A…

show more
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2025 Kongregate