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

Home » Public Forums » archive » Re: Cannot resolve QUERY_JPEG
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: Cannot resolve QUERY_JPEG [message #52689 is a reply to message #52548] Wed, 14 February 2007 03:00 Go to previous message
biophys is currently offline  biophys
Messages: 68
Registered: July 2004
Member
It seems that something is broken under my windows machine. I tested
the following routine and it works fine under linux and other windows
machines. My windows idl just can not load DLM of jpeg from within
virtual machine. Other dlms like PNG etc all load fine. JPEG loads
fine in normal idlde session. So what could be wrong here? I
reinstalled idl and it doesn't help. Any hidden variables I can tweak?
Any suggestions?

Thanks,
bp


;;;;;;;;;;;;;;;;;;;;;;
;testing query_jpeg
pro test_query
print, query_jpeg('export.jpg')
end

idl>.compile test_query
idl>resolve_all
idl>save,/routines,filename='test_query.sav'








On Feb 13, 12:39 pm, FĂ–LDY Lajos <f...@rmki.kfki.hu> wrote:
> On Tue, 13 Feb 2007, biophys wrote:
>> Hi,
>
>> I have a .sav file from my colleague that works fine on linux box but
>> fails on windows machine. It gives out some warning saying QUERY_JPEG
>> not resolved. The guy is no longer maintaining the code so I looked up
>> his original code and couldn't figure out where the hell the
>> QUERY_JPEG is getting called.
>
> add a fake QUERY_JPEG function:
>
> ; ------------------
> function QUERY_JPEG
> print, unknown
> return, 0
> end
> ; ------------------
>
> the error message shows which routine calls it.
>
> regards,
> lajos
[Message index]
 
Read Message
Read Message
Previous Topic: Re: polygon intersection routine in IDL
Next Topic: Cannot resolve QUERY_JPEG

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

Current Time: Fri Oct 10 05:52:36 PDT 2025

Total time taken to generate the page: 0.88004 seconds