Results 1 to 3 of 3

Thread: Visual Studio 2010 plugin for x64 projects

  1. #1
    chow is offline Registered User
    Name: Brian Chojnowski
    Organization: ATT
    Project: ACD event publisher 3rd party call control server
    Join Date
    Aug 2007
    Posts
    17

    Visual Studio 2010 plugin for x64 projects

    I recently migrated my development environment to Windows 7 x64 (from XP x32) and vs2010 (from the previous version). This was a squeeky clean rebuild, new machine, new drive, everything installed from scratch.

    I have no problems getting the Ice plugin to function. The issue I have is for my C++ ice server project (compiles to .dll for use with icebox). When I change the "Platform" in project properties to x64, the linker section "Additional Library Directories" points to my Ice installation directory eg: C:\Ice\bin rather than C:\Ice\bin\x64.

    Is the plugin supposed to do this for me or not?

    I manually changed the linker path to ..\bin\x64 and to get it to run (only tried debug build so far) with iceboxd, I had to set the environment PATH=C:\Ice\bin\vc100\x64;$PATH$ or iceboxd would give me some sort of "side-by-side" error.

    Also of interest, same development environment but a C# windows (.net) application project using Ice, again Ice plugin seems to do it's job, but if I look at the references section and click on Ice, the Path property is C:\Ice\bin\Ice.dll. I have set to application platform to x64. Is this the correct reference to Ice for x64 applications?

  2. #2
    chow is offline Registered User
    Name: Brian Chojnowski
    Organization: ATT
    Project: ACD event publisher 3rd party call control server
    Join Date
    Aug 2007
    Posts
    17

    new Windows 7 x64 install -- iceboxd does not run

    I have ($ICE_HOME)/bin/x64;($ICE_HOME)/bin; in the path.

    iceboxd

    "The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for morre detail."

    Any idea whats wrong here? If I run ($ICE_HOME)/bin/vc100/iceboxd.exe it runs fine.

  3. #3
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Brian,

    The iceboxd.exe in the bin and bin\x64 directories are VS2008 binaries. We ship VS2008 release runtime DLLs with the Ice dev kit, but not the debug DLLs (which are not redistributable).

    bin\vc100\iceboxd.exe works because you have VS2010 installed on your computer.

    All the best,
    Bernard
    Bernard Normier
    ZeroC, Inc.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 10
    Last Post: 11-10-2011, 09:45 AM
  2. Visual Studio 2003/2005 projects
    By ren-wei in forum Help Center
    Replies: 0
    Last Post: 11-29-2010, 01:52 AM
  3. Replies: 3
    Last Post: 08-05-2010, 03:39 PM
  4. Visual Studio plugin + VS 2010
    By dmitry.medvedev in forum Help Center
    Replies: 1
    Last Post: 07-22-2010, 08:59 AM
  5. Visual Studio 2010 Integration
    By christian in forum Help Center
    Replies: 9
    Last Post: 06-23-2010, 10:29 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
  •