Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums
Members
Pages
Search
Help
Register
Login
Home
Home
»
Community
»
U++ community news and announcements
»
Stream: Support for >2GB memory blocks
Show:
Today's Messages
::
Show Polls
::
Message Navigator
E-mail to friend
Stream: Support for >2GB memory blocks
[
message #39137
]
Mon, 18 February 2013 11:58
mirek
Messages:
14105
Registered:
November 2005
Ultimate Member
Stream got three new methods intended for supporting reading/writing memory blocks >2GB on 64bit CPUs:
void Put64(const void *data, int64 size);
int64 Get64(void *data, int64 size);
bool GetAll64(void *data, int64 size);
Report message to a moderator
Re: Stream: Support for >2GB memory blocks
[
message #39145
is a reply to
message #39137
]
Mon, 18 February 2013 22:52
BioBytes
Messages:
307
Registered:
October 2008
Location:
France
Senior Member
Thanks Mirek for these new features.
Regards
Biobytes
Report message to a moderator
Re: Stream: Support for >2GB memory blocks
[
message #39163
is a reply to
message #39145
]
Wed, 20 February 2013 23:31
lectus
Messages:
329
Registered:
September 2006
Location:
Brazil
Senior Member
Thanks Mirek.
Is there any way to know if the application is running in 64-bit OS with U++?
Report message to a moderator
Re: Stream: Support for >2GB memory blocks
[
message #39166
is a reply to
message #39163
]
Thu, 21 February 2013 08:01
mirek
Messages:
14105
Registered:
November 2005
Ultimate Member
lectus wrote on Wed, 20 February 2013 17:31
Thanks Mirek.
Is there any way to know if the application is running in 64-bit OS with U++?
It is possible to know if the application is being compiled for 64-bit CPU mode, using
#ifdef CPU_64
Anything else does not make sense... 32-bit app running in 64-bit OS cannot use 64bit features, 64-bit app in 32-bit OS does not run at all...
Mirek
Report message to a moderator
Previous Topic:
FilterStreams
Next Topic:
HttpRequest added remaining HTTP methods
Goto Forum:
- Community
U++ community news and announcements
PR, media coverage, articles and documentation
U++ Webs: Functioning, Layout , Design, Features and Structure of these forums, homepage etc.
Coffee corner
Newbie corner
U++ based job offers
- Developing U++
U++ Developers corner
External resources
Releasing U++
UppHub
Bugs (& fixes)
Documentation
U++ TheIDE and Library: Releases and ChangeLogs
Mac OS
Android
- U++ Library support
U++ Library : Other (not classified elsewhere)
U++ Core
Look and Chameleon Technology
U++ Libraries and TheIDE: i18n, Unicode and Internationalization
U++ SQL
U++ MT-multithreading and servers
U++ Callbacks and Timers
U++ Widgets - General questions or Mixed problems
TopWindow&PopUp, TrayIcon
Menus&Toolbars
StatusBar&InfoCtrl
Splitter
TabCtrl
Slider&ProgressIndicator
ArrayCtrl, HeaderCtrl & GridCtrl
TreeCtrl
RichText,QTF,RTF...
LineEdit, EditFields, DocEdit
Draw, Display, Images, Bitmaps, Icons
FileSel&FileList, Path
CalendarCtrl
Skylark
ScatterDraw & ScatterCtrl
Archive
- U++ TheIDE
U++ TheIDE: Other Features Wishlist and/or Bugs
U++ TheIDE: Compiling, Linking, Debugging of your packages
U++ TheIDE: Installation, Compiling and Running of theide
U++ TheIDE: CodeEditor, Assist++, Topic++
U++ TheIDE: Packages
U++ TheIDE: Layout (Forms) Designer
U++ TheIDE: Icon designer
- Extra libraries, Code snippets, applications etc.
U++ users applications in progress and useful code snippets, including reference examples!
U++ Esc Interpreter, Esc Macros and templates
C++ language problems and code snippets
Applications created with U++
OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc
-=]
Back to Top
[=-
[
Syndicate this forum (XML)
] [
] [
]
Current Time:
Fri Nov 01 00:35:12 CET 2024
Total time taken to generate the page: 0.02148 seconds