hi all how to make desktop application with service / background running? thanks regards jerry --------------------------------- Got a little couch potato? Check out fun summer activities for kids. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20070923/7889edce/attachment.html
take a look at daniel bergers ruby win32 libraries hth, -- meinrad On 9/24/07, Jerry Pasaribu <jhery_it at yahoo.com> wrote:> > hi all > how to make desktop application with service / background running? > > thanks > > > regards > > jerry > > ------------------------------ > Got a little couch potato? > Check out fun summer activities for kids.<http://us.rd.yahoo.com/evt=48248/*http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz> > > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20070924/698545f2/attachment.html
i try to install win32-service-0.5.2 but this is an error, what should i do? Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cl -nologo -I. -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -I. -MD -Zi -O2b2 xg- -G6 -c -Tcservice.c ''cl'' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: ''C:\WINDOWS\system32\cmd.exe'' : return code ''0x1'' thanks jerry Meinrad Recheis <meinrad.recheis at gmail.com> wrote: take a look at daniel bergers ruby win32 libraries hth, -- meinrad On 9/24/07, Jerry Pasaribu <jhery_it at yahoo.com > wrote:hi all how to make desktop application with service / background running? thanks regards jerry --------------------------------- Got a little couch potato? Check out fun summer activities for kids. _______________________________________________ fxruby-users mailing list fxruby-users at rubyforge.org http://rubyforge.org/mailman/listinfo/fxruby-users _______________________________________________ fxruby-users mailing list fxruby-users at rubyforge.org http://rubyforge.org/mailman/listinfo/fxruby-users --------------------------------- Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20070924/8cc9db68/attachment.html
the compiler "cl" can not be found. you should run vcvars32.bat from your visual studio installation directory first so that the environment variables are set correctly. then run the makefile from the same shell. if you have further questions it is maybe best to ask on the ruby-talk ML because I have not yet used win32 service myself. hth, -- henon On 9/24/07, Jerry Pasaribu <jhery_it at yahoo.com> wrote:> > i try to install win32-service-0.5.2 > but this is an error, > what should i do? > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > cl -nologo -I. -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -I. -MD -Zi > -O2b2 > xg- -G6 -c -Tcservice.c > ''cl'' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: ''C:\WINDOWS\system32\cmd.exe'' : return code > ''0x1'' > > thanks > > jerry > *Meinrad Recheis <meinrad.recheis at gmail.com>* wrote: > > take a look at daniel bergers ruby win32 libraries > hth, > -- meinrad > > On 9/24/07, Jerry Pasaribu <jhery_it at yahoo.com > wrote: > > > > hi all > > how to make desktop application with service / background running? > > > > thanks > > > > > > regards > > > > jerry > > ------------------------------ > > Got a little couch potato? > > Check out fun summer activities for kids. > > <http://us.rd.yahoo.com/evt=48248/*http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz> > > > > _______________________________________________ > > fxruby-users mailing list > > fxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/fxruby-users > > > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users > > > ------------------------------ > Looking for a deal? Find great prices on flights and hotels<http://us.rd.yahoo.com/evt=47094/*http://farechase.yahoo.com/;_ylc=X3oDMTFicDJoNDllBF9TAzk3NDA3NTg5BHBvcwMxMwRzZWMDZ3JvdXBzBHNsawNlbWFpbC1uY20->with Yahoo! FareChase. > > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20070924/956866d0/attachment.html