Opened 14 years ago
Closed 14 years ago
#3 closed defect (fixed)
missing picture from render tab OS/2 dwtest
| Reported by: | abwillis | Owned by: | bsmith |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | OS/2 | Version: | 2.3 |
| Keywords: | Cc: |
Description
I initially held off opening a ticket as I do not know if the gbm stuff is complete. Since the gbm changes the picture that was on the render page that moved around when X and Y were changed and refresh is pressed is not rendering.
Change History (5)
comment:1 by , 14 years ago
| Summary: | missing picture from render tab OS/2 → missing picture from render tab OS/2 dwtest |
|---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
| Status: | new → accepted |
|---|---|
| Version: | 2.2 → 2.3 |
comment:4 by , 14 years ago
Committed a fix, O_RDONLY and O_BINARY are defined differently in GCC and Watcom causes issues with the parameters to gbm_io_open() ... added our own GBM #defines which are not compiler dependent.
comment:5 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Just tested... bitmap loading works fine when compiled with VisualAge 3.6 (which is what I usually use) but seems to fail with GCC and Watcom. Checking it out.