CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sirjorj

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds; generated 32 minute(s) ago.

  1. "This program has performed an illegal...."

    I sure would like to get a fresh copy of IE 5.5 for Win 95!
    My copy has become very nervous and flighty. Like with the Error messages and loading multiple copies and misbehaving generally.
    Anyone...
  2. Replies
    4
    Views
    504

    Thank you folks for suggestions. The problem is...

    Thank you folks for suggestions.
    The problem is resolved. Thought you might like to know how I found the solution. I happened upon a Shareware distribution site and found "ZILLA Tuneup and...
  3. Thread: Lost Systeile

    by Sirjorj
    Replies
    1
    Views
    580

    Lost Systeile

    I lost a system file and my Win95 OS is very unhappy and that makes me unhappy as well.
    Anyone have or knows where I can get a copy of WS2_32.DLL ?
  4. Replies
    4
    Views
    504

    Lost a System file- now what?

    Seems like I lost a System file and Win95 complains about it everytime it loads. The file is: WS2_32.DLL.
    Anyone know where I could find a copy? Tried MSN-no luck.
    :(
  5. How many elements in an array of pointers?

    I would think there is a library function to find the number of elements in an array of pointers- such as:
    char xx[] = {"abc", "aaoo", "bb", ......."x"}
    but at the moment am stumped.
    :(
  6. Replies
    12
    Views
    1,168

    Originally posted by wayside I don't...

    [QUOTE]Originally posted by wayside
    I don't understand what you mean by the "file address", this makes no sense to me.

    Yes you are right with regard to the SAMPLE code I submitted, I could read...
  7. Replies
    12
    Views
    1,168

    Originally posted by wayside ...

    [QUOTE]Originally posted by wayside


    yy=(int)aa;


    You are setting yy to be equal to a pointer to aa, not the bytes that are in aa. You would need to do something like
  8. Replies
    12
    Views
    1,168

    'Casue I don't know the file address for yy but I...

    'Casue I don't know the file address for yy but I do know its location in a buffer that had been read.
    So I must handle it from that location.
    :)
  9. Replies
    12
    Views
    1,168

    No- its not too late! Sorry folks I made a...

    No- its not too late!
    Sorry folks I made a mistake in setting up an example situation of the real problem. The integer is actually being read in as an element of a larger char block.
    A more correct...
  10. Replies
    12
    Views
    1,168

    Writes OK but doesn't Read very well?

    Hi Boys 'n Girls-
    Kin someone point out the problem with this code?

    #include "stdafx.h"
    #include <stdio.h>

    int main(int argc, char* argv[])
    {
    FILE *Afile;
    int xx=123456,yy;
  11. Replies
    11
    Views
    1,310

    Thanks all, You have given me some ideas to...

    Thanks all,
    You have given me some ideas to pursue.
    :wave:
  12. Replies
    11
    Views
    1,310

    In answer to GCDEF's question- This would be a...

    In answer to GCDEF's question- This would be a one-time thing.
    I need the number that is associated with each name then the source file is scrap. And, Oh yes, the size of the source file is 120k...
  13. Replies
    11
    Views
    1,310

    Thank you Adam for your reply. However, I'm not...

    Thank you Adam for your reply. However, I'm not concerned with a DataBase Management program and I'm not familiar with ADO and was hoping for a simpler approach. The records, I might add, are already...
  14. Replies
    11
    Views
    1,310

    How to locate a record

    I have a very large text file containing records that consist of a NULL terminated Name (vartiable length) followed by an Int. I need a routine which will find a particular record for a given name....
  15. Replies
    5
    Views
    809

    wow! This silence is deafening Hard...

    wow! This silence is deafening

    Hard to believe that no one here knows the answer.

    Maybe someone at least knows the prototype or has
    had some experience with its...
  16. Replies
    5
    Views
    809

    Documentation on std::sort lost ??

    I've looked everywhere I can think of and searched MSDN for "std::sort" but came up empty.
    Anyone know where BIll Gates put the documentation on that fellow?
    Thanks, if you kin help! :)
  17. Replies
    1
    Views
    661

    How to fix Windows Boot

    I realize that, strictly speaking, this is the wrong forum for my question but, my experience is that it is the only place that I can get answers.
    Something has gone awry with my boot sequence...
  18. Replies
    3
    Views
    621

    MS OS still supporting DOS?

    Thinking 'bout replacing my old puter with a new one :(
    But I wonder if XP or 2000 (I figgur one or the other are bundled) support DOS. It would pose a problem if I had to give up DOS.
    TIA :D
  19. Replies
    2
    Views
    558

    Merry Christmas!

    =====> MERRY CHRISTMAS and a HAPPY NEW YEAR to ALL. <=====

    August 12
    Moved to our new home in Michigan. It is so wonderful here; Lake Michigan is magnificent. Can hardly wait to see snow on the...
  20. Replies
    1
    Views
    475

    Gotta nasty BOOT problem

    After doing the dumb thing of turning off my puter, I ran into a strange problem when I turned it on again. This is Windows 95.
    It failed to boot with the error msg: "CD-ROM drive #0 found on 170h...
  21. Replies
    0
    Views
    453

    A note of Appreciation

    This is a "Thank You" note to all on this forum that have helped me in the past. I have asked a lot of questions and received much help and I think it important that you are recognition from time to...
  22. Replies
    1
    Views
    540

    Building a Web Page ???

    I would like to build a Web Site but don't have a clue about how to go about it. I do need suggestions, tips and maybe sites to check out. I have seen many ads about hosting sites for under...
  23. Replies
    3
    Views
    4,107

    How to disable TabStops

    I would like to disable some (or all) TabStops in a dialog box.
    the following:
    dlg.m_MyWord.TabStop=FALSE;

    produces the error: TabStop is not a member of CString.
    where m_MyWord identifies a...
  24. Replies
    1
    Views
    500

    Wanna volunteer as a Beta Tester?

    I am looking for a few folks who would be willing to act as Beta testers for an English dictionary program I will be releasing soon. If you would like to do this you may eMail me at:...
  25. OK Dave- I now understand better what 'focus'...

    OK Dave-
    I now understand better what 'focus' is.
    Thank you very much.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured