unix toolkit for VB


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers unix toolkit for VB
# 1  
Old 05-17-2002
unix toolkit for VB

How can i have a VB program use Unix technology to print to a Dazzle print server? In other words I have text files that I want to use a VB program I'm writing thats on our windows 2000 nt side print and move text to our Unix server to a Unix Dazzle print server? Also do I need to download any tools for VB to make use of the Unix environment?
# 2  
Old 05-17-2002
VB and UNIX? I don't think they are competible. I might be wrong.
# 3  
Old 05-19-2002
Yes the guessing game is correct, I pick up an article on the Internet it states till today most of the kernel updates doesnt really fit the function of VB Inside. As most of us know VB is a win32 app. So it doesnt really get work with unix. But there is similiar program then VB in Unix, which is Perl. Perl is much a like too VB, the codes must vary but the way is almost the same. Perhaps in future they would get it attched with VB and unix, but for now i do think its impossible. Try on Perl instead..
# 4  
Old 05-20-2002
Question Thanks

I was thinking of using Pearl to make this happen. I'm happy you were able to help me. What web sites in your opinion have good examples of pearl to look at? What I want to do with Pearl now is move through 2 text documents and pick out a couple of numbers in both and compare the two numbers and display whether the numbers in the 2 text documents was a match or not, on a new text pad. I would also like this to find all folders named 'compare' on the server and compare the 2 text files in each folder then move to the next 'compare' folder. I'm not sure if this would be complicated for pearl but pearl does seem to do this better than XML or VB. Thanks for any help you can offer!

Last edited by marklane1; 05-20-2002 at 02:38 PM..
# 5  
Old 05-20-2002
# 6  
Old 05-21-2002
Regardless of the application used to print, you'd just have to set your Unix server up as a print server. You can use Samba on the Unix end to print like windows, or you can buy third-party solutions on the windows side to allow windows to "talk" to your Unix print server. We have a good number of documents that print from Unix machines to printers on windows shares set up here - it's not too large of a hassle to do.
# 7  
Old 05-21-2002
Tools ok

Thanks for the tutorial site it is set up nicely to learn PERL. As far as Samba, that is something I had in mind and you helped make me decide to use it for this project. So if I have a VB application that simply renames files and prints them, will I be able to have it print files that are on the Samba drive to the UNIX Dazzle Print server? If this is possible that would be great! If you can tell me how to do this I would be very grateful. Thanks for your help, you Unix guys are much cooler than the Windows people.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Message passing toolkit

Hello, Has somebody download it before oracle deleted from support section? I tried dl it from: oracle.com/us/products/tools/message-passing-toolkit-070499.html Oracle Message Passing Toolkit but: section decommissioned. Same in support and edelivery I phoned to oracle support and... (2 Replies)
Discussion started by: time0ut
2 Replies

2. Programming

Openmotif toolkit!

I'm using ubuntu 9.10 as OS and i installed a toolkit of widgets: openmotif. The packages are: libmotif3, libx11-dev, libxp-dev, libxt-dev, x-dev. How can I compile a program including the MOTIF toolkit? I tried: gcc <my_file.c> -L /usr/lib/ It doesn't work I don't know very much the... (6 Replies)
Discussion started by: mghis
6 Replies

3. Shell Programming and Scripting

help me please(HTK toolkit)

Unfortunately, I do not metrizable much English, but I have a big problem on programming using HTK, precisely because the command Hrest after having run this statement, an error appeared, the vFloors is illegible, although that it is the result of the command Hcompv. I would like to help me find:... (0 Replies)
Discussion started by: mawahib
0 Replies

4. Solaris

Jass Toolkit 4.2

I have Jass Toolkit 4.2 for Solaris 10. If I run #jass-execute -d secure.driver and then enable certain services which were disabled by jass, such as ssh, how do I incorporate those changes to jass so that when i rerun jass-execute secure-driver, it does not complain. Any suggestions please,... (1 Reply)
Discussion started by: Tirmazi
1 Replies

5. Shell Programming and Scripting

Navigation Toolkit for BASH

UNIX Forum, Please see the latest version of my navigation toolkit for BASH. The project web-page on SourceForge can found here: Bash Navigator Home Page (SourceForge) I would appreciate any input you might have. Regards (2 Replies)
Discussion started by: rlandon@usa.net
2 Replies

6. UNIX for Advanced & Expert Users

Globus Toolkit 4

Hello! I'm trying to install the Globus Toolkit 4 on a Fedora 8 system. The instructions I'm using to do so can be found here: Chapter 1. 4.0.x quickstart I'm at the Certificate Authorities point where I am supposed to sign the certificate though, and I'm having a bit of trouble that... (2 Replies)
Discussion started by: Curtor
2 Replies
Login or Register to Ask a Question