On 8/9/05, Brady Duga <duga at ljug dot com> wrote:
>
>
> On Aug 9, 2005, at 1:00 PM, Ken Mankoff wrote:
>
> > On
> > Because RB allows constants specific to platforms, but *not* to
> > builds, and
> > the relative location for the app changes on a debug v. real build.
> > So "libary" on the mac distribution build is:
> > @executable_path/../../lib/netCDF/libnetcdf.dylib
> > and "library_debug on the mac debug build is:
> > @executable_path/../../../lib/netCDF/libnetcdf.dylib (note
> > extra ../ thrown
> > in there)
>
> What are these on Windows? Have you double checked you have a library
> *and* a library_debug for that platform?
On windows I am using "c:\EVA\netcdf.dll" for both the debug and release
build.
Since windows cannot use relative paths for loadable libraries, there is no
reason to distinguish between release/debug for me. :(
-k.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|