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

Search:

Type: Posts; User: marosprog

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    5,248

    Call c# dll from Delphi 7

    Hi,
    I have a call c# Dll VS2010 .Net Framework 4 from Delphi 7 Professional "add(a+b)".
    C# code:
    namespace dll_01
    {
    public interface Iadd
    {
    Int32 add_dll(Int32 a, Int32 b);
    }
  2. Re: Help "Cannot convert type struct to struct"

    Yes, the webservice struct_sp (different namespace, that struct_sp in form1) returned from the sp_proc1 method to a form1 struct_sp - see attach files.
  3. Re: Error: "Cannot convert type struct to struct"

    When im strip struct from WinApp, how read returned data from Webservice (int + byte[] photo) ?

    //public struct struc_sp
    //{
    // public byte[] b_photo;
    // ...
  4. Re: Error: "Cannot convert type struct to struct"

    struc_sp is defined twice as two different structs - see WinApp.txt and WebApp.txt
    WinApp and WebApp - two different namespaces
    Service Reference in WinApp - see RefSer02.jpg
    re-create assembly...
  5. Error: "Cannot convert type struct to struct"

    I have called Webservice from WinForm apps (method button2_Click). Webservice connected into database, call stored procedure and returned struct (int and byte[] - picture). Webservice - OK, see...
  6. Help "Cannot convert type struct to struct"

    I have a WinForm apps called WebService method. Webmethod connected into database and returning struct (int and byte[] - photo). Webservice work OK, see xml file.
    Error: Cannot convert type...
  7. Replies
    0
    Views
    1,714

    CGI and SQLConnection

    Hi,
    I am rewrite code from VC2010 (unmanaged Console Application CGI-Common Gateway Interface) to C++/CLI, where section „SQL Connect“ its problem for internet user IUSR_PCNAME.

    int...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured