thyrlian (Jing Li)
- Login: thyrlian
- Registered on: 11/02/2010
- Last sign in: 04/08/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/02/2010
-
07:17 PM Ruby Bug #4012: Get segmentation fault when trying to call method from 3rd party's API
- =begin
In the spec of parameter, it's said:
IDSFilter: Either comma separated list of ID numbers or a TDFilter.Text that qualifies the items to be copied.
So I also tried a bit TDFilter.Text type, it doesn't work either.
cop... -
06:23 PM Ruby Bug #4012: Get segmentation fault when trying to call method from 3rd party's API
- =begin
Hi Luis,
Sorry for lack of information. The 'copied_id' is a Fixnum and here is 25511 for each running. Actually I've tried both the fixnum itself and to_s as the parameter, while the result is the same. And according to ... -
12:48 AM Ruby Bug #4012 (Closed): Get segmentation fault when trying to call method from 3rd party's API
- =begin
I tried to call a method in an interface from 3rd party's API. The interface has been successfully found by ole_query_interface, while at next step of calling the method inside, I got a segmentation fault. And I think the para...