command can't stop

command can't stop

Anonymous
Not applicable
589 Views
3 Replies
Message 1 of 4

command can't stop

Anonymous
Not applicable
Hi,guys. I come across an amazing problem. I creat a command "jtops".In vs.net, I debug the command,it runs well. But when I pack my codes into a installer program and install it, run the command "jtops", promblem is coming.The comand can't stop.Just like you press the Enter key,let it run again and again.At last,the autocad breaks up. Is there anyone who can give me some hints?

Thanks a lot.
0 Likes
590 Views
3 Replies
Replies (3)
Message 2 of 4

chiefbraincloud
Collaborator
Collaborator
The only thing I see is that you aren't using your selection filter. You have to pass it to the GetSelection function.

I don't see anything that would cause it to loop.
Dave O.                                                                  Sig-Logos32.png
0 Likes
Message 3 of 4

Anonymous
Not applicable
The command works fine for me (assuming you only select a block-per Tony's comment)
Perhaps it has something to do with how the command is being installed via your packaged installer.
0 Likes
Message 4 of 4

Anonymous
Not applicable
Thanks, all. The problem is relevant to another dll.Now, I solve it.
0 Likes