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 404 times)
daydreamer
Member
Posts: 1464
building nextdoor
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
SIMD fan and macro fan
Happy new year 2021 that can only turn out to become better than worse 2020 :)
Vortex
Member
Posts: 2476
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: 1464
building nextdoor
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
SIMD fan and macro fan
Happy new year 2021 that can only turn out to become better than worse 2020 :)
felipe
Member
Posts: 1362
At least we are not alone...
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
No remarkable words at all...
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Miscellaneous
»
The Orphanage
»
best hosting for bigger projects?