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

Search:

Type: Posts; User: aupres

Search: Search took 0.02 seconds.

  1. how to call vcvarsall.bat with Process::Start method?

    I try to invoke oracle pro*c in C++/CLI project. This is my sample code.

    #include "stdafx.h"

    using namespace System;
    using namespace System::IO;
    using namespace System::Diagnostics;


    void...
  2. Replies
    0
    Views
    1,313

    ora-12541 when connecting to oracle db

    Pls, check my codes. I added app.config file into project. codes are

    <configuration>
    <connectionStrings>
    <add name ="SQLConnection" providerName="Oracle.DataAccess.Client"
    ...
  3. Replies
    0
    Views
    716

    how to generate wsdl?

    I developed Web Services program in WCF with VS 2008 C++/CLI on server side and deployed it. But I have no idea how to generate wsdl file. My template is Visual C++ CLR console application. So i...
  4. Replies
    0
    Views
    495

    IIS 6.0 and Tomcat 5.0 link ? ^_^

    Hi! I am Java programmer in south korea.
    I want to know how to link IIS 6.0 and Tomcat 5.0.
    I found reference site in "Apache " site, but the html file is written in GERMAN!!!
    Please kindly inform...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured