FLTK logo

STR #2906

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | SVN ⇄ GIT ]

STR #2906

Application:FLTK Library
Status:2 - Closed w/o Resolution
Priority:1 - Request for Enhancement, e.g. asking for a feature
Scope:2 - Specific to an operating system
Subsystem:None
Summary:support of x64 systems
Version:3.0-feature
Created By:graycrow
Assigned To:matt
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 graycrow
04:51 Dec 15, 2012
at the moment i try to use FLTK library under Windows 7 64-bit. All compiles, but Fluid cant be executed (no idea how but it conflicts with Android SDK). Also exists some bugs specifics for x64 platforms (finded with PVS Studio - www.viva64.com).
By example, Widget.h:395

    union {
      void* user_data_;
      long long_value_;
    };

but long is depended type, better will be

    union {
      void* user_data_;
      size_t long_value_;
    };

(proof - http://www.viva64.com/en/d/0053/)
 
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.