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 1734 times)
daydreamer
Member
Posts: 1997
"follow the blue star!!!"
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
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Teacher "REAL8 + QWORD is like apples and oranges,you cant mix them"
Student "ofcourse you can,it becomes a fruit salad" :)
Vortex
Member
Posts: 2658
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: 1997
"follow the blue star!!!"
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
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Teacher "REAL8 + QWORD is like apples and oranges,you cant mix them"
Student "ofcourse you can,it becomes a fruit salad" :)
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: 420
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?