View Single Post
  #1 (permalink)  
Old 08-07-2003
amrufon's Avatar
amrufon amrufon is offline
Registered User
 
Name: Alex
Organization: IST
Project: jDatabase
 
Join Date: May 2003
Location: Manila, Philippines
Posts: 96
Send a message via Yahoo to amrufon
-->
Question Alternative Ice::initialize in Client

Hello.

This post is inline with my continuing quest to get ICE working with our system. For further reference, you can check out the following posts:
So what's my problem again? Well, the current ICE client samples that I've seen are all expecting that the client is an Application. Unfortunately, in my case ... the client is a DLL.

The idea is something like this:
Quote:
ASP or VB application --> ICE Client DLL --> internet -->> ICE Server EXE
I have overcome the hump on getting a DLL working ... now my problem is with regards to the line:
Quote:
//Initialize ICE
ic = Ice::initialize(argc, argv);
My problem with this is that since the ICE client is a DLL, I dont have the argc and argv variables. Is there a way which I can initialize ICE without passing these parameters?

Any help will be greatly appreciated.

Thanks.

Alex
Reply With Quote