comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Paths in the Workbench
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Paths in the Workbench [message #59561 is a reply to message #59471] Mon, 31 March 2008 14:43 Go to previous messageGo to previous message
Vince Hradil is currently offline  Vince Hradil
Messages: 574
Registered: December 1999
Senior Member
On Mar 31, 12:20 pm, David Fanning <da...@dfanning.com> wrote:
>> I have been trying to give it the benefit of the doubt. If I turn
>> every feature off (which is pretty much what I have done), then the
>> Workbench is a worse editor than the one in IDL 6.4 and with a memory
>> footprint 10-12 times its previous size. Please tell me there are some
>> redeeming features I've overlooked here. :-(
>
> Of course, I could "build" my project, which works spectacularly
> if I have been careful to write all my project programs as procedures.
> But heaven help you if you thought you needed a function. There is
> no way on God's green Earth you are even going to get *that* project
> to
> build correctly.
>
> I see there is a provision for specifying your own custom build
> command, but
> I can't find hide nor hair of an example that would explain how you
> might do so. :-(
>
> Cheers (but not very cheery, this morning),
>
> David

David,

To use the custom build just create an idl batch file with the compile
commands and save it. Then point to that batch file for the custom
build.

For example, say you have a procedure called foo in foo.pro. You
could make a text file called compile_foo which may contain:
cd, 'c:\foodir'
PATH='c:\foodir;c:\neededbyfoodir;'+!PATH
.comp foo
resolve_all
save, /routines, file='foo.sav'
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Why do variables become "undefined" after some error?
Next Topic: Re: Coyote's Guide Sold to MathWorks

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Nov 29 04:48:20 PST 2025

Total time taken to generate the page: 1.92076 seconds