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

Search:

Type: Posts; User: Generator

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    4,776

    C++ Structures in C#

    I have a question about C++ and C#:

    Sitation:
    We have a lot of C++-classes(structs) we use for storing Data.

    They look like this:

    struct StJumTo
    {
    double dX;
  2. Replies
    1
    Views
    615

    Using a Java-Programm in C++

    Hello...

    ...do you know any practical way to give Calls to a Java-Programm(lib?) out of VC++?

    Our Problem:
    We got a big C++ Project(around a million of rows) around an ActiveX(MapX) from...
  3. Replies
    4
    Views
    1,249

    Re: HTTP - XML Request

    Does anybody know how it works?

    Maybe you know where I can find a sample.
  4. Replies
    4
    Views
    1,249

    Re: HTTP - XML Request

    Yes I use the MFC.
    I already tried to use the class: CInternetSession but it won't work.
    How is it possible to use these Classes for 'POST' and where do I pass my XML-File?
  5. Replies
    4
    Views
    1,249

    HTTP - XML Request

    Hi...

    ...I neet help.

    ...I dont know how to set up da Http-Request whith the 'POST'-Method that uses a XML File as Data.

    Thank you
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured