Share

FreeGee Application Framework

Tracker: Bugs

3 Wrong C++/Preprocessor definitions for Windows - ID: 826707
Last Update: Comment added ( ahatzis )

There has been an error reported, related to the
Windows C++/Preprocessor definitions, as given in the
FreeGee Manual 1.0 Beta1 (2003-08-25). Both, English
and German versions are effected.

Chapter 2.2.3.2

C++/Preprocessor/Preprocessor-definitions:

WRONG IS:
NDEBUG,WIN32,_WINDOWS,WINVER=0x400,_MT,wxUSE_GUI=1,WXUSINGDLL


CORRECT IS:
NDEBUG;WIN32,;WINDOWS;WINVER=0x400;_MT;wxUSE_GUI=1;WXUSINGDLL


Anastasios Hatzis ( ahatzis ) - 2003-10-20 08:44

3

Closed

Fixed

Anastasios Hatzis

Documentation

v1.0 b1 Std. Windows

Public


Comments ( 2 )

Date: 2004-05-16 14:21
Sender: ahatzisSourceForge.net DonorProject Admin

Logged In: YES
user_id=848459

Wrong definition in FreeGee documentation has been
corrected. Will be contained in the next release of document.


Date: 2003-10-28 16:42
Sender: ahatzisSourceForge.net DonorProject Admin

Logged In: YES
user_id=848459

Thanks to the hint of some mindful users, the correct
definition is written without the comma after 'WIN32'. The
parameters are seperated by semicolon only:

NDEBUG;WIN32;WINDOWS;WINVER=0x400;_MT;wxUSE_GUI=1;WXUSINGDLL


Attached File

No Files Currently Attached

Changes ( 5 )

Field Old Value Date By
status_id Open 2004-05-16 14:21 ahatzis
resolution_id Accepted 2004-05-16 14:21 ahatzis
close_date - 2004-05-16 14:21 ahatzis
resolution_id Invalid 2003-10-28 16:42 ahatzis
resolution_id None 2003-10-28 16:37 ahatzis