Hello!
I'm using Freepascal with Lazarus/LCL to create a cross platform program, however after the latest Mac OS X update the program freezes when running the "Shell" function.
When I cann "Shell", the application just locks up and wont respond. However if I reset the debugger and kill the program, the shell command will be execute - but only after I kill the app!
Is anyone else experiencing this, and might have come up with a solution?
Thanks!
hello again
actually the shell command is working if I make a command line program =/
for instance:
program testa;
uses Unix;
begin
writeln('hi');
Shell('echo heey');
writeln('done');
end.
works :O, maybe theres something wrong in my lazarus project file instead preventing me from using Shell?
Thanks
Haha!
Sorry guys!
After the update I needed to accept a license before the program would respond "all clear" making my app crash
This appeared BEHIND all other windows so I didnt see it, when I closed all finder windows I noticed the license, tried again and it worked![]()
Last edited by WingedPanther; 03-19-2009 at 08:11 AM. Reason: triple post
lol
good for you
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks