realbasic-nug
[Top] [All Lists]

Re: Declares different on Win v Mac?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Declares different on Win v Mac?
From: Ken Mankoff <mankoff at gmail dot com>
Date: Tue, 9 Aug 2005 16:16:19 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=d+O3dKJeX/JEdVLu14hEYsHPC8u4vOrN5eERUje6ACsvAO8+Ge1uCGvJh89Apf63bH0WrVppIZy2L9cLcNdqWdDgVEV7SOWMYKXosLmOZcucHD7c20/bNYAZnWRT5ACEW8zuQh1SQBKFY8cEUVCIRvTXYrx3Xi9Ag1WibSfCc3U=
References: <5c8121ef0508091052c482c3d at mail dot gmail dot com> <46ade30920c0f0e7aad61bab085c251c at declareSub dot com> <5c8121ef05080911236b9a2123 at mail dot gmail dot com> <EC6E389D-410E-46E6-B6CB-0830AA5F6A57 at ljug dot com> <5c8121ef05080912024361f9a5 at mail dot gmail dot com> <D1D7EB0E-0B2E-42B9-8E71-3434541FF95C at ljug dot com> <5c8121ef050809130057217c90 at mail dot gmail dot com> <C5EDFDAC-A42F-40B7-B108-C32EF0CDE311 at ljug dot com>
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>

<Prev in Thread] Current Thread [Next in Thread>