Changes between Initial Version and Version 1 of Ticket #583
- Timestamp:
- Mar 26, 2008, 8:56:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #583
- Property Owner changed from davea to Bruce Allen
-
Property
Component
changed from
Server - Web - Project
toBOINC - Graphics API
-
Ticket #583 – Description
initial v1 1 1 I get the following compile errors with Visual C++ 2008 Express Edition when compiling the solutions samples.sln. 2 2 {{{ 3 3 cannot find GL/glaux.h 4 4 cannot find glaux.lib 5 5 error C2664: 'BOOL (HANDLE,PSYM_ENUMMODULES_CALLBACK64,PVOID)' : cannot convert parameter 2 from 'overloaded-function' to 'PSYM_ENUMMODULES_CALLBACK64' 6 }}}