Results 1 to 8 of 8

Thread: Ice Php

  1. #1
    mahmoodlebbai is offline Registered User
    Join Date
    Jun 2006
    Posts
    5

    Ice Php

    Dear Sir,

    I'm very new to ICE. I would like to build the server application in C++ and client in PHP.

    Can you please guide me how to configure the ice framework in PHP.

    Thank you very much for your earlier resonse.

    Regards
    Mahmood
    Mahmood Lebbai
    Pearldoc Sharjah Research and Dev center
    We are using ICE Framework for Document Management system.

  2. #2
    mahmoodlebbai is offline Registered User
    Join Date
    Jun 2006
    Posts
    5

    Re problem

    I had copied the dll php_ice.dll from <ICE_HOME>\bin directory to my PHP ext directory. When I starting the apache server , I had got the following error. Please help me out. I'm struggling here to solve this issues.

    [21-Jun-2006 13:59:54] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/php/ext/php_ice.dll' - The specified module could not be found.
    in Unknown on line 0
    [21-Jun-2006 13:59:54] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/php/ext/php_ice.dll' - The specified module could not be found.
    in Unknown on line 0
    Mahmood Lebbai
    Pearldoc Sharjah Research and Dev center
    We are using ICE Framework for Document Management system.

  3. #3
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi and welcome to the forums!

    Before we can help you, could you please fill in the information requested here in your signature? Thanks!

    Cheers,
    Benoit.

  4. #4
    mahmoodlebbai is offline Registered User
    Join Date
    Jun 2006
    Posts
    5
    Done...
    UP UP UP
    Mahmood Lebbai
    Pearldoc Sharjah Research and Dev center
    We are using ICE Framework for Document Management system.

  5. #5
    mes's Avatar
    mes
    mes is online now ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    This is most likely caused by a missing DLL dependency. There is a section in the file %ICE_HOME%\README.txt that describes the setup procedure for using IcePHP with Apache and lists all of the DLL dependencies.

    Let us know if the instructions are not clear.

    Take care,
    - Mark

  6. #6
    mahmoodlebbai is offline Registered User
    Join Date
    Jun 2006
    Posts
    5
    Thanks ... I had passed through this issue.

    Now I have around 7 ice files. How Do I set up these files into ice.slice properties in php.ini.

    Eg: I have 1. a.ice , b.ice and c.ice uses a.ice interface.all the ice files are located in the same directory. How to set up multiple files in the simplest form in ice.slice properties file.
    Mahmood Lebbai
    Pearldoc Sharjah Research and Dev center
    We are using ICE Framework for Document Management system.

  7. #7
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    I believe you should be able to specify multiple Slice files separated with spaces in the ice.slice property, for example:

    ice.slice=a.ice b.ice c.ice

    However, if c.ice includes a.ice, you shouldn't need to specify it in this property. Also don't forget to specify the -I<slice files directory> option if your slice files includes other slice files.

    Cheers,
    Benoit.

  8. #8
    mahmoodlebbai is offline Registered User
    Join Date
    Jun 2006
    Posts
    5
    Thanks ... I had done it already...
    Mahmood Lebbai
    Pearldoc Sharjah Research and Dev center
    We are using ICE Framework for Document Management system.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 12-03-2010, 05:42 AM
  2. Ice with PHP
    By oksanat in forum Help Center
    Replies: 9
    Last Post: 10-06-2010, 04:55 AM
  3. 2 .Ice in php
    By cesartovic in forum Help Center
    Replies: 11
    Last Post: 12-20-2007, 03:30 AM
  4. PHP Ice
    By xorg in forum Comments
    Replies: 1
    Last Post: 05-11-2004, 09:03 AM
  5. ice php
    By fengxb in forum Help Center
    Replies: 0
    Last Post: 02-23-2004, 04:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •