GeekArticles
Programming
DelphiAdd in project options a visual setting to modify minimum enum size
Author: qc.borland.com |
Published: 30th Jan 2008 |
Visited: 134 times |
Add CommentFiled in: DelphiQC#: 51678 Version: 11.0 Status: Open defect, requires resolution Description: To improve interoperability of records between Delphi and most common C/C++ compilers / libraries, a setting to force the ENUM SIZE = sizeof(INTEGER) would be helpfull.
by de
Read Article Sponsored Links
Related Articles
• Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...
• Project Localizer A tool for localizing source files and generating helper classes in any programming lang ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...