The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Miscellaneous
»
The Orphanage
»
best hosting for bigger projects?
« previous
next »
Print
Pages: [
1
]
Author
Topic: best hosting for bigger projects? (Read 2027 times)
daydreamer
Member
Posts: 2302
my kind of REAL10 Blonde
best hosting for bigger projects?
«
on:
November 05, 2020, 12:02:18 AM »
its mostly lots of pictures added together in a project(50+) together with .exe
ofcourse I could make them small and lowquality/highly compressed but I dont want to
Logged
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding
Vortex
Member
Posts: 2743
Re: best hosting for bigger projects?
«
Reply #1 on:
November 05, 2020, 12:22:17 AM »
Hi daydreamer,
It would be better to store the image files on the disk. Your main application can load them on demand. Moving all the images to your resource section would increase the size of the final executable.
Logged
daydreamer
Member
Posts: 2302
my kind of REAL10 Blonde
Re: best hosting for bigger projects?
«
Reply #2 on:
November 05, 2020, 05:26:08 AM »
Erol,this place 512kb max,is wrong place for projects with many hires images,+ maybe later sound files added to project
Loading from disk is good alternative to easier switch to better or adjusted images without need to recompile project
Logged
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding
felipe
Member
Posts: 1381
Re: best hosting for bigger projects?
«
Reply #3 on:
November 09, 2020, 11:48:52 AM »
other members that show big projects, generally post a link to some personal web page i guess
.
Logged
xanatose
Member
Posts: 421
Re: best hosting for bigger projects?
«
Reply #4 on:
March 03, 2021, 09:47:11 AM »
Depending on how big is the big project. GitHub may be a possibility.
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Miscellaneous
»
The Orphanage
»
best hosting for bigger projects?