Search results

  1. B

    Mac to WinXP: Autentication Failure with correct password

    Well i've determined that the local security settings is available only on professional, at least through that path. I'm hoping there's a nother way to get to it on XP home, or else it looks like i'm in trouble><
  2. B

    Mac to WinXP: Autentication Failure with correct password

    do you know if those options are only in a spacific version?. Such as only in XP pro, or only in XP home?
  3. B

    Mac to WinXP: Autentication Failure with correct password

    Well, i have no VPN software, and the windows firewall is disabled. My McAfee firewall is running and taking its place. As a test, i completely uninstalled mcaffe to make sure it wasn't blocking anything i didn't want it to. And i still get the same error. I can check the security logs on my...
  4. B

    Mac to WinXP: Autentication Failure with correct password

    I know that this topic is almost a year old, but i'm having the exact same problem. I'm almost positive its related to the fact that there is some sort of newly installed virus scanning/firewall software on the windows machine, that some how edits the runnins services. But, i can't for the life...
  5. B

    To Fileserver, or not to fileserver

    Like any good computer nut, i have a few systems. Basically the systems i use every day are my Mac Laptop, and my Windows XP Desktop. Almost 4 or 5 times a day, probably more, i acces or move files from one system to the other. Currently, the way i do it is to just access a shared folder on one...
  6. B

    Possesed OS X

    Yeah, i was afraid that was my only solution. Thanks for all the feed back, looks like my mac has a date with the knife, so to speak.
  7. B

    Possesed OS X

    There is something definatly satanic happening inside my mac. Basically, almost any program i run, crashes. And some when they crash, cause the screen to turn blue, display the grey spining circle, and do, what appears to be, a log out, and log back in, with all my previous programs closed. I'd...
  8. B

    Installed programs not present under X11?

    well, now i'm getting yet another error, Seans-Computer:~ sean$ source .profile Seans-Computer:~ sean$ blackbox BScreen::BScreen: an error occured while querying the X server. another window manager already running on display :0.0. Blackbox::Blackbox: no managable screens found...
  9. B

    Installed programs not present under X11?

    I've isntalled 2 linux programs for use on my X11 session. The problem i'm having is that, i installed them using terminal, and when i used the terminal within X11, the application wasn't there. For example, i installed blackbox, then entered the command "blackbox" to run it, but i said it...
  10. B

    Blackbox GUI on X11?

    Well i'm trying to do it manualy, since when i try to tell fink to install it with th e command "fink install blackbox" it just tells me there is no version info, and quits
  11. B

    Blackbox GUI on X11?

    Yeah this is true, i'd just like to have this GUI running for when i use my nix applications, i just like the look and feel of it=\
  12. B

    Blackbox GUI on X11?

    I've run into another error, and this one is by far less descriptive. ./configure works just fine, but make comes back with this Making all in src if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -DSHAPE -DNLS -DLOCALEPATH=\"/usr/local/share/blackbox/nls\"...
  13. B

    Blackbox GUI on X11?

    Thank you very much, both of you. I downloaded and am now using Fink, and i also needed to install Xcode=P it would appear i've gotten a bit sloppy.
  14. B

    Blackbox GUI on X11?

    I've just recently realize i can run *nix applications through X11, so i decided to install blackbox, a gui i've used before. However, i'm rusty with linux commands. I recalled the commands to install source are, ./configure, make, make install. The problem i'm having, is ./configure doesn't...
  15. B

    Xcode Confusion

    Hmm i can't seem to find the Inspector, or a Styles tab anywhere=\
  16. B

    Why doesn't this Folder Action work?

    on opening folder this_folder tell application "Finder" mount volume "smb://USER:PASS@COMPUTER/SHARE" close this_folder's window end tell end opening folder What i'm trying to do, is attach this to a folder i could drag into my dock, next to my trashcan where i had my alias for the...
  17. B

    Xcode Confusion

    they're not to be extended. For example: there is a class called Stack.java and it implements a stack ADT. and it is used in the program i am working on, but it is also provided by my teacher in the jds folder. He told us to add a CLASSPATH envyroment variable pointing to the jds folder for...
  18. B

    Xcode Confusion

    the jds file isn't a file, its a directory of classes. the classes of the abstract data structures we are to implament. The code i am trying to compile is in the same directory, but the problem is, it keeps saying it cannot find the files/resolve symbols.
  19. B

    Xcode Confusion

    I'm sorry i wasn't clear enough. They just call it a jds. Its not a file, it is a directory containtaining classes that we need to use in our programs, but do not need to create our selves.
  20. B

    Xcode Confusion

    I am currently in college, and taking cs261 - Abstract Data Structures. Each week we have a program due. Our teacher has given us a "jds" file with classes that our programs will need to include. He said to add a CLASSPATH variable with your unix machine so the java compiler knows where those...
Back
Top