mirone 2.2.0

39 views
Skip to first unread message

Agustan

unread,
Jan 4, 2012, 7:14:37 AM1/4/12
to mirone
Dear Prof. Luis,
Thanks for the 2.2.0 :)
However, both of them (source code and standalone version) is failed
to load grid file.

The message is:
Unable to load mex file: C:\programs\mirone22\mexnc.dll.
The specified procedure could not be found.

Unable to load mex file: C:\programs\mirone22\grdread_m.dll.
The specified procedure could not be found.


An error occurred in the callback :
mirone('TransferB_CB',guidata(gcbo),'guessTy
pe')
The error message caught was : Failed to load MEX-File :
grdread_m.

For the next version, is there any tools to convert line (i.e.
coastline) to polygon?
Thanks and best regards,
agustan

蔡慶輝 (Ken Tsai)

unread,
Jan 4, 2012, 8:46:23 AM1/4/12
to mirone
Dear Prof.Luis,
I also found a error when importing geotiff files. And use source code by
matlab, it could not link correctly to lib files.

Best regards,
Ken

-----原始郵件-----
From: Agustan
Sent: Wednesday, January 04, 2012 8:14 PM
To: mirone
Subject: [mirone:238] mirone 2.2.0

--
You received this message because you are subscribed to the Google Groups
"mirone" group.
To post to this group, send email to mir...@googlegroups.com.
To unsubscribe from this group, send email to
mirone+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/mirone?hl=en.

jluis

unread,
Jan 4, 2012, 8:48:54 AM1/4/12
to mirone
Guys,
Thank you for your reports. I'll try to fix them still today.
I had to do several internal changes due to copyright issues and those
errors slipped to my tests (I don't get them).

Joaquim Luis

jluis

unread,
Jan 4, 2012, 1:18:30 PM1/4/12
to mirone
Agustan/Ken

I will need more help to track this because I cannot reproduce the
problem in my two machines (Win7 64).

1- What system are you running?

2- Can you guys install the "Dependency Walker" (just google) and
analyse the "mexnc.dll" for instance?

The problem seams related to a dll hell or some binary
incompatibility, but that's strange because I'm using the same
compiler as for building the previous versions.

Joaquim

jluis

unread,
Jan 4, 2012, 1:45:47 PM1/4/12
to mirone

> For the next version, is there any tools to convert line (i.e.
> coastline) to polygon?
> Thanks and best regards,
> agustan

The answer is that very likely it already does what you want, but I
didn't get your question clearl.
You mean joining lines? Or close lines and and make them polygons?
The answer to the above is yes. Right-click on a line and select "Join
lines" for the first or edit the line and hit the 'c' (for close) key
on your keyboard for the second.
Or perhaps you want the more powerful (and new) option
"Tools -> Vector operations" and than select "stitch TOL" and read the
tooltip help

蔡慶輝 (Ken Tsai)

unread,
Jan 4, 2012, 9:02:57 PM1/4/12
to mirone
Dear Prof. Luis,
I am sorry for my delay, because I live in Taiwan.
The answers for me are:
1. My system is win 7 X64.
2.The analysing result is "Warning: At least one module has an unresolved
import due to a missing export function in a delay-load dependent module".

Best regards,
Ken

-----嚙踝蕭l嚙締嚙踝蕭-----
From: jluis
Sent: Thursday, January 05, 2012 2:18 AM
To: mirone
Subject: [mirone:241] Re: mirone 2.2.0

Agustan/Ken

I will need more help to track this because I cannot reproduce the
problem in my two machines (Win7 64).

1- What system are you running?

2- Can you guys install the "Dependency Walker" (just google) and
analyse the "mexnc.dll" for instance?

The problem seams related to a dll hell or some binary
incompatibility, but that's strange because I'm using the same
compiler as for building the previous versions.

Joaquim

On Jan 4, 1:48 pm, jluis <jl...@ualg.pt> wrote:
> Guys,
> Thank you for your reports. I'll try to fix them still today.
> I had to do several internal changes due to copyright issues and those
> errors slipped to my tests (I don't get them).
>
> Joaquim Luis
>

> On Jan 4, 1:46 pm, 嚙踝蕭嚙緙嚙踝蕭 (Ken Tsai) <s0642...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Dear Prof.Luis,
> > I also found a error when importing geotiff files. And use source code
> > by
> > matlab, it could not link correctly to lib files.
>
> > Best regards,
> > Ken
>

> > -----嚙踝蕭l嚙締嚙踝蕭-----

Joaquim Luis

unread,
Jan 4, 2012, 9:46:55 PM1/4/12
to mir...@googlegroups.com
On 05-01-2012 02:02, 嚙踝蕭嚙緙嚙踝蕭 (Ken Tsai) wrote:
> Dear Prof. Luis,
> I am sorry for my delay, because I live in Taiwan.
> The answers for me are:

> 1. My system is win 7 X64.

So, the same as me !!!

> 2.The analysing result is "Warning: At least one module has an
> unresolved import due to a missing export function in a delay-load
> dependent module".

But don't you see any yellow icon before a dll name indicating which dll
is not being found? Otherwise that info is too vague for me make use of it.

蔡慶輝 (Ken Tsai)

unread,
Jan 4, 2012, 9:54:42 PM1/4/12
to mir...@googlegroups.com
Dear sir,
I print screen my result as attachment.

Regards,
Ken

-----原始郵件-----
From: Joaquim Luis
Sent: Thursday, January 05, 2012 10:46 AM
To: mir...@googlegroups.com
Subject: Re: [mirone:244] Re: mirone 2.2.0

--

20120105105240.png

Joaquim Luis

unread,
Jan 4, 2012, 10:40:17 PM1/4/12
to mir...@googlegroups.com
On 05-01-2012 02:54, 蔡慶輝 (Ken Tsai) wrote:
> Dear sir,
> I print screen my result as attachment.

I have to investigate deeper. I get the same type of report. The
libmx.dll and libmex.dll yellow question marks are not the problem (they
appear because those dlls are not in the path)

蔡慶輝 (Ken Tsai)

unread,
Jan 4, 2012, 11:04:10 PM1/4/12
to mir...@googlegroups.com
Dear Prof. Luis,
What can I do now to help improving "mirone"?

Ken
-----嚙踝蕭l嚙締嚙踝蕭-----
From: Joaquim Luis
Sent: Thursday, January 05, 2012 11:40 AM
To: mir...@googlegroups.com
Subject: Re: [mirone:246] Re: mirone 2.2.0

On 05-01-2012 02:54, 嚙踝蕭嚙緙嚙踝蕭 (Ken Tsai) wrote:
> Dear sir,
> I print screen my result as attachment.

I have to investigate deeper. I get the same type of report. The
libmx.dll and libmex.dll yellow question marks are not the problem (they
appear because those dlls are not in the path)


>
> Regards,
> Ken
>
> -----嚙踝蕭l嚙締嚙踝蕭----- From: Joaquim Luis


> Sent: Thursday, January 05, 2012 10:46 AM
> To: mir...@googlegroups.com
> Subject: Re: [mirone:244] Re: mirone 2.2.0
>

> On 05-01-2012 02:02, 嚙踝蕭嚙緙嚙踝蕭 (Ken Tsai) wrote:
>> Dear Prof. Luis,
>> I am sorry for my delay, because I live in Taiwan.
>> The answers for me are:
>
>> 1. My system is win 7 X64.
>
> So, the same as me !!!
>
>> 2.The analysing result is "Warning: At least one module has an
>> unresolved import due to a missing export function in a delay-load
>> dependent module".
>
> But don't you see any yellow icon before a dll name indicating which dll
> is not being found? Otherwise that info is too vague for me make use of
> it.
>

--

蔡慶輝 (Ken Tsai)

unread,
Jan 5, 2012, 10:28:41 AM1/5/12
to mir...@googlegroups.com
Dear Prof. Luis,
Can you add a funtion to change all shape file's color, type and line width,
please?
Can I use "vector operations" to make a zone from a line?
I try to make my zone from a line, but I can't really understand the manual.

Best regards,
Ken

-----嚙踝蕭l嚙締嚙踝蕭-----
From: Joaquim Luis
Sent: Thursday, January 05, 2012 11:40 AM
To: mir...@googlegroups.com
Subject: Re: [mirone:246] Re: mirone 2.2.0

On 05-01-2012 02:54, 嚙踝蕭嚙緙嚙踝蕭 (Ken Tsai) wrote:
> Dear sir,
> I print screen my result as attachment.

I have to investigate deeper. I get the same type of report. The
libmx.dll and libmex.dll yellow question marks are not the problem (they
appear because those dlls are not in the path)


>
> Regards,
> Ken
>
> -----嚙踝蕭l嚙締嚙踝蕭----- From: Joaquim Luis


> Sent: Thursday, January 05, 2012 10:46 AM
> To: mir...@googlegroups.com
> Subject: Re: [mirone:244] Re: mirone 2.2.0
>

> On 05-01-2012 02:02, 嚙踝蕭嚙緙嚙踝蕭 (Ken Tsai) wrote:
>> Dear Prof. Luis,
>> I am sorry for my delay, because I live in Taiwan.
>> The answers for me are:
>
>> 1. My system is win 7 X64.
>
> So, the same as me !!!
>
>> 2.The analysing result is "Warning: At least one module has an
>> unresolved import due to a missing export function in a delay-load
>> dependent module".
>
> But don't you see any yellow icon before a dll name indicating which dll
> is not being found? Otherwise that info is too vague for me make use of
> it.
>

--

Joaquim Luis

unread,
Jan 5, 2012, 12:45:58 PM1/5/12
to mir...@googlegroups.com
On 05-01-2012 15:28, 嚙踝蕭嚙緙嚙踝蕭 (Ken Tsai) wrote:
> Dear Prof. Luis,
> Can you add a funtion to change all shape file's color, type and line
> width, please?

Ken, can you be a bit more specific? You already can change lines and
patches colors or line types but on a one by one basis, not all at once.
However, when importing multisegment files you can add GMT type
modifiers to control color (the manual explains that)
For example, if first line of file has this

> -G200/0/0
...

than a red polygon (a patch) is plotted.

> Can I use "vector operations" to make a zone from a line?
> I try to make my zone from a line, but I can't really understand the
> manual.

You mean a buffer zone? Yes, it can. Select "buffer DIST" from the popup
menu and replace 'DIST' by the numerical value of the buffer zone width.
E.g, "buffer 0.5" will create a buffer zone with 0.5 map unites. If you
map is in geographical coordinates that means 0.5 degrees. If it is in
meters, it will mean half a meter. Other options are to control the
calculus accuracy (number of points, ellipsoidal instead of spherical, etc)

PS. Please use a different subject for different questions so that we
can organize better.

Best regards

Joaquim Luis


蔡慶輝 (Ken Tsai)

unread,
Jan 5, 2012, 9:04:23 PM1/5/12
to mir...@googlegroups.com
Dear Prof. Luis,
I can use "vector operations" better now.
It was because I could not really understand right click and left click
usage in this tool before.
Right now, I found I must select taget by right click and then press left
click.
After above, press apply and it can work.
Many thanks for your help.

Best regards,
Ken

-----原始郵件-----
From: Joaquim Luis
Sent: Friday, January 06, 2012 1:45 AM
To: mir...@googlegroups.com
Subject: [mirone:249] Vector questions

> -G200/0/0
...

Best regards

Joaquim Luis


Reply all
Reply to author
Forward
0 new messages