Kartik Thakore
unread,Mar 1, 2013, 4:45:47 PM3/1/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sdl-...@perl.org, kmx, Tobias Leich, Jeffrey Palmer
So I have been working on making a simple enough red screen and blue rect
on SDL2. I was using this code which is in two test cases in the repo:
http://wiki.libsdl.org/moin.fcg/SDL_RenderPresent
For the hardware render the D3DX9 is not loading well.
But for the software even I can see any thing. Can you guys try this code
with KMX's packages and tell me if you guys are getting the same result?
Result:
C:\Users\kthakore\Documents\Development\perl\SDL2>cp t/0perl Build test
perl Build test
0 at t\001_load.t line 37.
0 at t\001_load.t line 39.
0 at t\001_load.t line 41.
0 at t\001_load.t line 43.
0 at t\001_load.t line 47.
FINISHED: Failed loading D3DX9_44.dll: The specified module could not be
found.
t\001_load.t ...... ok
0 at t\002_software.t line 37.
0 at t\002_software.t line 39.
0 at t\002_software.t line 41.
0 at t\002_software.t line 43.
0 at t\002_software.t line 47.
FINISHED: Passed a NULL mutex at t\002_software.t line 52.
t\002_software.t .. ok
All tests successful.
Files=2, Tests=10, 7 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU)
Result: PASS