For those who watched the bitmap loading video

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

For those who watched the bitmap loading video

Post by chili » October 13th, 2017, 5:00 am

Chili

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: For those who watched the bitmap loading video

Post by albinopapa » October 13th, 2017, 7:03 am

Typo:
Chilipedia wrote:Color( file.get()first(G),file.get()second(B),file.get()third(R) )
I think you meant
Color( file.get()first(B),file.get()second(G),file.get()third(R) )
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: For those who watched the bitmap loading video

Post by chili » October 13th, 2017, 7:30 am

Indeed I did. Thanks for the heads up.
Chili

User avatar
LuisR14
Posts: 1248
Joined: May 23rd, 2013, 3:52 pm
Location: USA
Contact:

Re: For those who watched the bitmap loading video

Post by LuisR14 » October 17th, 2017, 3:02 am

parameters are just handled differently depending on the function's calling convention :P
always available, always on, about ~10 years c/c++, java[script], win32/directx api, [x]html/css/php/some asp/sql experience. (all self taught)
Knows English, Spanish and Japanese.
[url=irc://irc.freenode.net/#pchili]irc://irc.freenode.net/#pchili[/url] [url=irc://luisr14.no-ip.org/#pchili]alt[/url] -- join up if ever want real-time help or to just chat :mrgreen: --

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: For those who watched the bitmap loading video

Post by chili » October 17th, 2017, 11:31 am

Long time no see.

You aren't going to find any functions that pass left to right in C++. cdecl, fastcall, thiscall, vectorcall are all rtl, even stdcall,l which mimics pascal convention (which is ltr) to a large extent, also uses rtl.
Chili

User avatar
LuisR14
Posts: 1248
Joined: May 23rd, 2013, 3:52 pm
Location: USA
Contact:

Re: For those who watched the bitmap loading video

Post by LuisR14 » October 17th, 2017, 1:17 pm

from what I gather, only clrcall passes ltr (which we here at Chili Institute never really use :D)
chili wrote:Long time no see.
heh, I've been here, just lurking mostly :P
always available, always on, about ~10 years c/c++, java[script], win32/directx api, [x]html/css/php/some asp/sql experience. (all self taught)
Knows English, Spanish and Japanese.
[url=irc://irc.freenode.net/#pchili]irc://irc.freenode.net/#pchili[/url] [url=irc://luisr14.no-ip.org/#pchili]alt[/url] -- join up if ever want real-time help or to just chat :mrgreen: --

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: For those who watched the bitmap loading video

Post by chili » October 18th, 2017, 1:38 am

Hmmm, interesting. I haven't done any clr interop stuff, nor do I wish to :D
Chili

Post Reply