Results 1 to 10 of 10

Thread: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2017
    Posts
    5

    WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    extern"C"__declspec(dllexport)
    WriteFile cpp
    Can change the separator ( , (,) , (-) v.s
    Pa.dat
    C:\NSDT_out
    C:\NSDT_out\out.csv
    Date;TimeSeries

    How to read and import csv file with same method (ReadFile cpp build ???)
    Attached Files Attached Files

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2017
    Posts
    5

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    Date;TimeSeries
    4/10/2017 10:15:00 AM;1.05807995796204;
    4/10/2017 10:30:00 AM;1.05810713768005;
    4/10/2017 10:45:00 AM;1.0581442117691;
    4/10/2017 11:00:00 AM;1.05816948413849;
    4/10/2017 11:15:00 AM;1.0581511259079;
    4/10/2017 11:30:00 AM;1.05814778804779;
    4/10/2017 11:45:00 AM;1.05817842483521;
    4/10/2017 12:00:00 PM;1.0582081079483;
    4/10/2017 12:15:00 PM;1.05821871757507;
    4/10/2017 12:30:00 PM;1.05818438529968;

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    Your question doesn't make any sense to me. Please provide a FULL and CLEAR explanation of the problem. Assume that too many words is better than not enough. This is a VB.NET forum so if you're actually asking how to do something in C++ then you're asking in the wrong place.

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2017
    Posts
    5

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    Quote Originally Posted by jmcilhinney View Post
    Your question doesn't make any sense to me. Please provide a FULL and CLEAR explanation of the problem. Assume that too many words is better than not enough. This is a VB.NET forum so if you're actually asking how to do something in C++ then you're asking in the wrong place.
    soryy
    I am nuts about c ++
    A code written for export as a csv from a program
    How to read code from csv file (Date; TimeSeries) and transfer code to a program?

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    Yeah, I'm not sure that you understand the contents of FULL and CLEAR. Are you saying, without actually saying, that you want help to write C++ code or VB.NET code?

  6. #6

    Thread Starter
    New Member
    Join Date
    Apr 2017
    Posts
    5

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    exactly

    I am nuts about c ++
    A code written for export as a csv from a program
    How to read code from csv file (Date; TimeSeries) and transfer code to a program???
    ''There may also be a second csv file in the same format.Reading and writing csv'''

    picture upload

  7. #7
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    Quote Originally Posted by mimtek View Post
    exactly

    I am nuts about c ++
    A code written for export as a csv from a program
    How to read code from csv file (Date; TimeSeries) and transfer code to a program???
    ''There may also be a second csv file in the same format.Reading and writing csv'''

    picture upload
    Forgetting about C++ for this task, what you're asking is how to in vb.net open a text file, read through the file changing the field delimiter and outputting it to a different file? Right?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  8. #8

    Thread Starter
    New Member
    Join Date
    Apr 2017
    Posts
    5

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    ok sry bro
    How to delete this topic

  9. #9
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,989

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    Thread moved to C/C++
    My usual boring signature: Nothing

  10. #10
    Fanatic Member 2kaud's Avatar
    Join Date
    May 2014
    Location
    England
    Posts
    996

    Re: WriteFile (Date,TimeSeries) Export dll cpp ( .csv.txt)

    All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/

    C++23 Compiler: Microsoft VS2022 (17.6.5)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width