Issue 6540 in pharo: FFI Not working at all, Error 31

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6540 in pharo: FFI Not working at all, Error 31

pharo
Status: New
Owner: ----
Labels: Milestone-1.4 Type-Bug

New issue 6540 by [hidden email]: FFI Not working at all, Error 31
http://code.google.com/p/pharo/issues/detail?id=6540

Gofer new
     squeaksource:  'MetacelloRepository';
     package: 'ConfigurationOfFFI';
     load.

((Smalltalk at: #ConfigurationOfFFI) project version: '1.6') load

Then:

Win32Shell new shellOpen: 'cmd.exe'

(After the fix in my other issue RE: Printstrong)
Error:

'system error, code:31'


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6540 in pharo: FFI Not working at all, Error 31

pharo

Comment #1 on issue 6540 by [hidden email]: FFI Not working at all,  
Error 31
http://code.google.com/p/pharo/issues/detail?id=6540

s/Printstrong/printString


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6540 in pharo: FFI Not working at all, Error 31

pharo
Updates:
        Status: Invalid

Comment #2 on issue 6540 by [hidden email]: FFI Not working at all,  
Error 31
http://code.google.com/p/pharo/issues/detail?id=6540

Works without a problem on two different windows machines.

-------------------------------------------------------
Gofer new
     squeaksource:  'MetacelloRepository';
     package: 'ConfigurationOfFFI';
     load.

((Smalltalk at: #ConfigurationOfFFI) project version: '1.7') load.

(Smalltalk at: #Win32Shell) new shellOpen: 'cmd.exe'
-------------------------------------------------------------------------

The return code is the return code of "ShellExecuteA" Win32 API.
You may want to check on MSDN.

Also try with other executables like "explorer.exe", ...

However - this is a local problem of your configuration and not a Pharo  
issue.
I set the issue to #invalid therefore.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker