Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Zeppster

    Socket programming on CICS - NUMSOCK vs MAXFILEPROC?

    Are you getting this in the CICS log? If you are post the complete context of the error code as it's impossible to tell without know what the exact error code is. eg DFHII0018
  2. Zeppster

    CORBA CALLING GET LOST

    are you getting connection resets? that would cause it to hang.
  3. Zeppster

    Help me out with this program please!

    You can jump out of a procedure but you will need to adjust the stack pointer accordingly. Especially if you don't return from it!
  4. Zeppster

    Help with the MOV instruction

    What you really need to do is get a good book on assembly that contains the DOS interrupts. Once you have the book, breaking down that code is a piece of cake.
  5. Zeppster

    arrays and xms

    XMS returns a handle and not a pointer. So you would have to use XMS functions to access it. More than likely you'll have to do XMS functions in assembly and copy it to a pointer (dereferenced) for qbasic to use.
  6. Zeppster

    How to install/setup Exchange 2000 at home ?

    First you need a donaim name setup. Set your alias' and mx records to your ip.
  7. Zeppster

    Mail goes out, but doesn't come in - Help

    You need to configure a smtp connector to router internet email. Otherwise exchange will think it is trying to relay it.
  8. Zeppster

    Desperate

    Boy you are a newbie... YOu should be able to connect via the public IP of your firewall. You can register a domain to it but nonetheless the ip should work. If you can connect internally but not externally ... Check your router to make sure that port 80 is port forwarded to your firewall...
  9. Zeppster

    POP3 not working after Raptor Rollout

    You need to set up a smtp connector to route mail to your exchange server.

Part and Inventory Search

Back
Top