|
|
This thread is locked; no one can reply to it.
|
1
2
|
| Quesiton about masked_blit |
|
Thomas Fjellstrom
Member #476
June 2000
|
ReiKo90 said: Great hint, now I'm on right track, I did sucsessfuly(altough with 5 warnings) compiled loadpng library. Did you use the MSVC project files that each library comes with? -- |
|
ReiKo90
Member #11,139
July 2009
|
Did try but too much errors. Now I did all things manually, but at the highest moment of my expectations I did get this error heh man...this is so exciting |
|
Thomas Fjellstrom
Member #476
June 2000
|
The error looks like it might be mixing up the runtimes or the silly xml runtime stuff is wrong. Also, you want to set the color depth before set_gfx_mode, and check for all possible errors coming from set_gfx_mode, and load_*. And heck, and other function that can possibly fail. -- |
|
ReiKo90
Member #11,139
July 2009
|
OK, I will try to do so...play with it for a while |
|
|
1
2
|