CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vecihi

Search: Search took 0.03 seconds.

  1. Replies
    19
    Views
    26,527

    Re: C++ Memory Mapped Files Trouble

    Oruebens, thank you very much for your detailed answer. Yes i think you're right since i don't have fully control over this language and memory mapping concept it is a risk to go with that.

    What...
  2. Replies
    19
    Views
    26,527

    Re: C++ Memory Mapped Files Trouble

    Hmm, that's an interesting idea actually. Creating one folder including thousands of files...

    But creating one file for each data item, writing the data in it and saving won't be so costly from...
  3. Replies
    19
    Views
    26,527

    Re: C++ Memory Mapped Files Trouble

    Oh, I'm sorry I thought I wrote it in the first post but I think I forgat.

    This application is going to be a DLL. For each different data type we're going to built another DLL. So to your...
  4. Replies
    19
    Views
    26,527

    Re: C++ Memory Mapped Files Trouble

    Yeah you're right, these numbers are the maximum limits in theory, but in real application these would be a little less than these.

    I will definitely use a Solid State Drive whose size is big...
  5. Replies
    19
    Views
    26,527

    Re: C++ Memory Mapped Files Trouble

    Thank you. Yes as you mentioned i know the limitations for 32 bit systems but the project will be definitely 64 bit. So at least for the addressinf there won't be any problems.

    As i said before...
  6. Replies
    19
    Views
    26,527

    Re: C++ Memory Mapped Files Trouble

    Thank you for reply, I wrote it in in my previous reply but I forget it in "QUOTE" tag :)

    I developed with Java, VB 6.0, VB.NET and a little bit with C# before, but this projects must be in C++...
  7. Replies
    19
    Views
    26,527

    Re: C++ Memory Mapped Files Trouble

    As far as I know it is possible in boost as well, at least the tutorials say so. But the problem is they don't explain how. That why I'm asking it, may be some experienced developers on boost may...
  8. Replies
    19
    Views
    26,527

    C++ Memory Mapped Files Trouble

    Hello everybody,

    I have a data buffer project in Windows 7 x64 embedded OS (using Visual Studio 2008), that would work simply like that:

    One writer application will send data (no network...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured