|
test me: Allegro built with MSVC (no ASM) |
Matthew Leverton
Supreme Loser
January 1999
|
Attached is the Allegro test program and the alleg43.dll. Two versions of each are included:
I want to know if all four combinations work and if any of them behave differently. (You'll need to rename a DLL to alleg43.dll before running the executable.) If you reply, please note your OS. Everything seems to work fine for me, except when running either test program with the MSVC DLL: the windowed screen doesn't update until I drag it off the screen. I don't know if this is a problem specifically to the C-version or not; I think I've seen it happen before. The goal is to include a MSVC 6 workspace with Allegro so that MinGW isn't required to build it. |
Dennis
Member #1,090
July 2003
|
System: WinXP Pro SP2 exe dll result mingw mingw v mingw msvc x refresh problem as described in OP msvc msvc x refresh problem as described in OP msvc mingw v
--- 0xDB | @dennisbusch_de --- |
Matthew Leverton
Supreme Loser
January 1999
|
Thanks. Another test:
I want to know if any combination of 8-bit or 32-bit (or your native color depth) with GFX_GDI and GFX_DIRECTX_WIN fail to update on your Allegro. These are the results I got with Allegro 4.3.1: Vista XP (Vbox) ---------------------------------------- ASM DX 8 - X ASM DX 32 - - ASM GDI 8 - - ASM GDI 32 - - ---------------------------------------- C DX 8 - X C DX 32 - - C GDI 8 X X C GDI 32 X X Where X means the screen failed to updated. Just testing the default (ASM) version is sufficient. |
|