Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

Gasanov Tagir

@Gasanov Tagir
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why (407) Proxy Authentication Required???? [modified]
    G Gasanov Tagir

    Please help I have: 1) the class public class UppCoordinator : MarshalByRefObject { public UppCoordinator() { } //Вечно живущий объект public override object InitializeLifetimeService() { return null; } public void ShowMessage(String msg) { MessageBox.Show("UppCoordinator: "+ msg); } } 2) Server application code static void Main(string[] args) { System.Runtime.Remoting.Channels. ChannelServices.RegisterChannel(new System.Runtime.Remoting.Channels.Http.HttpChannel(50050)); UppCoordinator.UppCoordinator rmUppCoord = new UppCoordinator.UppCoordinator(); ObjRef refUppCoord = RemotingServices.Marshal(rmUppCoord, "UppCoordinator"); Console.WriteLine("Сервер запущен. Введите Exit для остановки сервера"); String Str = ""; do Str = Console.ReadLine(); while(Str != "Exit"); } 3) Client code HttpChannel Chnl = new HttpChannel(); ChannelServices.RegisterChannel(Chnl); UppCoordinator rmCoordinator = (UppCoordinator)Activator.GetObject( typeof(UppCoordinator), "http://almaz-mebel.ru:50050/UppCoordinator"); rmCoordinator.ShowMessage("Hello!"); Why calling rmCoordinator.ShowMessage("Hello!") raises exception "Error 407, proxy authentication required"????

    modified on Thursday, April 23, 2009 4:45 AM

    .NET (Core and Framework) help sysadmin security question

  • Why Visual C++ generates other function name, but I use extern "C"
    G Gasanov Tagir

    Thank's. When I exported, by using .DEF file, it work

    C / C++ / MFC c++ delphi tools help question

  • Why Visual C++ generates other function name, but I use extern "C"
    G Gasanov Tagir

    Who know, why Visual C++ generates other function name, but I use extern "C" I use Visual C++ 2003 and try to export function from DLL. I declare function: extern "C" __declspec(dllexport) char* __stdcall GetUserFromAdir(HWND ParentWindow); When I view DLL by TDUMP (TDUMP is a utility from Borland Delphi), I see, my function GetUserFromAdir has other name (_GetUserFromAdir@4) How shall I solve this problem?

    C / C++ / MFC c++ delphi tools help question

  • Visual form designer for c++
    G Gasanov Tagir

    Hi all; Is there in Visual Studio .Net visual form designer for c++, and how to use one? Thanks

    C / C++ / MFC csharp c++ visual-studio tutorial question

  • Registering DLL and OCX
    G Gasanov Tagir

    Load dynamically the DLL and call the function DllRegisterServer, for registration a server

    COM json help question

  • How to make COM+ event class and ...
    G Gasanov Tagir

    How to make COM+ event class and subscriber in Visual C++ .NET

    COM c++ csharp com tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups