View Single Post
  #2 (permalink)  
Old 10-14-2004
bernard's Avatar
bernard bernard is offline
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 813
Hi Robert,

I don't see any Makefile or project file in the attached zip file.
By library, I assume you mean DLL (a problem with static libraries would be really odd!). On Windows, it is critical to export symbols when using DLLs, with the slice2cpp --dll-export <SYMBOL> option; this could be the problem.

Cheers,
Bernard
Reply With Quote