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 strongm 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. rjwilldohisbest

    IBM PC camera will not work in certian chat programs.

    I'm stuck with a few issues concerning this camera. I have updated driver files, dll's etc. Even went as far as uninstalling and reinstalling the program software for the camera. I have problems in certain programs, i.e. Yahoo, gcn, etc. from publishing video. I get "abnormal program...
  2. rjwilldohisbest

    Unexpected error with no description?

    Bingo, solved it. This may apply to many other programs. If there is an unexpected error with no name, make sure you have the latest VB runtime files in your system. worked like a charm :-)
  3. rjwilldohisbest

    Unexpected error with no description?

    I have a program that I have been using and I have redownloaded it and I still get an unexpected error screen showing. I am admin of a chat room and am using a tool called paltalk admin tools to help with the admining. I know many others who use this same program as well, it is not a hacking...
  4. rjwilldohisbest

    regopt.dll failed

    I am using Norton system works and am trying to configure the swap file under the utilities. I am receiving a CoCreate error (REGOPT.DLL) wasn't installed correctly. I have uninstalled and reinsinstalled and am getting the same failure message. I have the dll in a few places all ready. If...
  5. rjwilldohisbest

    Win 2000 deletion of files

    Thanks my2cents I hear a lot of good thing about Norton's products. Myself, I have had my comp for almost three years and have always used the utilities from win98, think I need a change. Thanks for your time in responding and for the solution :-) RJ
  6. rjwilldohisbest

    Win 2000 deletion of files

    I am trying help someone with a problem. When my friend shuts down win 2000 and restarts it at another time some of her programs are deleted, I mean gone. She has to reinstall programs all over again. She has kept the machine running for two days straight because she doesn't feel like...
  7. rjwilldohisbest

    I feel like I'm in the twighlight zone

    Thanks guys for the responses. I'm still curious as to what the other programs like power chat does. All I can see is that it is an add on off some kind to use with paltalk of some sort. That's all the info I could get on my own. I'm still not getting any responses back from the paltalk...
  8. rjwilldohisbest

    I feel like I'm in the twighlight zone

    I have a question, maybe someone here would have an answer? I'm determining whether or not to download a program but it seems that no one can give me a clear or straight answer about it, or people get mad at me for even saying the name of it. I am getting no help from admins from this chat...
  9. rjwilldohisbest

    Errors from a simple hello program

    This file produced 119 errors(unknown commands) in Emu 8086 Masm only complained about missing expressions, three errors Blasm reported 52 errors, many of them specfying illegal use of certain commands, like mov, jump, etc and errors regarding commands that do not exist? I will look at the...
  10. rjwilldohisbest

    5 compilers so far

    report from the above code Emu 8086: (4) Unknown command: .MODEL TINY or not enough parameters. (5) Unknown command: .STACK 200h or not enough parameters. (6) Unknown command: .DATA or not enough parameters. (8) Unknown command: .CODE Masm: Fatal error LNK 2001 unresolved external symbol...
  11. rjwilldohisbest

    5 compilers so far

    Hi again I don't know if the tutorials are incorrect or the compilers I'm using are not that great? I'm now using masm and having no luck. One source file has 17 errors not being able to understand the command lines. On all the compilers the examples that come with these programs work just...
  12. rjwilldohisbest

    Errors from a simple hello program

    Hi straiph Just went to a nasm site. I'm not sure what to download? There are sources, binaries, and other packages. According to the instructions this 8086 emu uses MASAM syntax and appears to be compatible with a 386, I recall something about 286's wouldn't be supported or anything under...
  13. rjwilldohisbest

    Errors from a simple hello program

    Hello I have been to an online tutorial and wrote in what I saw there for a hello program. I'm using the windows Emu8086/8088 assembler. Here is an example of the code: .386P Locals jumps .Model Flat, StdCall mb_ok equ 0 ; value goes to 0 hWnd equ 0 ; Windows handle lpText...
  14. rjwilldohisbest

    Emu 8086

    Howdy I had posted a short while ago about binary numbers. The program I'm using is called "Emu 8086/8088" I was wondering if this program was any good? I downloaded it as freeware at programmers heaven. I'm still in the learning stage of learning numbers. I think I can do...
  15. rjwilldohisbest

    Learning assembly

    Thanks Bert Your examples are very easy to follow. I did a quiz exercises on one of those sites on math coversions and I passed it, was very surprised. Thanks for your time Bert RJ
  16. rjwilldohisbest

    Learning assembly

    Hi Bert This explaination simplifies things better as the base 2 and ten systems goes, now -- the 11001 part, how is this converted to a decimal equivalent? 11001 = 1*16 + 1*8 + 0*4 + 0*2 + 1*1 The way you show this looks easier to comprehend than how the tutorial I'm learning explains it...
  17. rjwilldohisbest

    Learning assembly

    Hello I have the art of assembly tutorial and another one and I appear to be having trouble with converting binary into decimal. Here's an example of what I mean: ********************************************************** BIN to DEC coversions self exercises BIN: 11001 This one from the...
  18. rjwilldohisbest

    image from a cd?

    Yes, ISObuster does the trick :-)
  19. rjwilldohisbest

    image from a cd?

    hmm, unrecognized format, I'll try a different one.
  20. rjwilldohisbest

    image from a cd?

    I have easy cd 4 creator. I'll give this a try. Thanks

Part and Inventory Search

Back
Top