Search:

Type: Posts; User: Hankyaku

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    50,483

    Problem solved

    Well, indeed my first guess was right.
    My vcl50.bpl was somehow screwed. I got a different version to my exes, and they all work fine. The error was within that package, however I don't know how it...
  2. Replies
    32
    Views
    50,483

    My code is a simple single threaded app, nothing...

    My code is a simple single threaded app, nothing fancy.

    If what you say is the fact, then I really am a lucky person. I'm not oblivious, I'm just simply unaware of obliviousnesses of the...
  3. Replies
    32
    Views
    50,483

    Since I use C++Builder 5.0 I use AnsiString...

    Since I use C++Builder 5.0 I use AnsiString types.
    And the real thing I'm wondering on is that since now, I never had any problems with the code I wrote, I mean the exceptions or overflows....
  4. Replies
    32
    Views
    50,483

    One more thing I noticed is that I use several...

    One more thing I noticed is that I use several string arrays. Can they cause problems? (Even though the array is static, but the memory being used by many many string may be quite big.)
  5. Replies
    32
    Views
    50,483

    Thx BCB used to give me execeptions when I...

    Thx

    BCB used to give me execeptions when I produce such overflows without at(). But I'll insert something like this into the loops, and see what happens.
  6. Replies
    32
    Views
    50,483

    Can you give me a sample code?

    Can you give me a sample code?
  7. Replies
    32
    Views
    50,483

    matsp: that's what I'm doing... I'm working with...

    matsp: that's what I'm doing... I'm working with a few data, with huge arrays for it (so most of the array elements are actually empty), and when sweeping through the whole array, I check for the end...
  8. Replies
    32
    Views
    50,483

    Okay. But how should I prevent these causes? I...

    Okay. But how should I prevent these causes? I use static arrays, which take less than 1 Megs of memory in total. The ony way I access these arrays is that I load and read them in certain cycles....
  9. Replies
    32
    Views
    50,483

    These are interesting. I mean of course I did...

    These are interesting.
    I mean of course I did insert new variables, and assigned some functions as well. But I use static arrays, and this makes such overflows (as far as I know) impossible, as if...
  10. Replies
    32
    Views
    50,483

    Thanx for the info. The situation is sooo...

    Thanx for the info.
    The situation is sooo interesting. I say this because this error showed up only recently. Those applications I made earlier began producing this error messages recently.
    I...
  11. Replies
    32
    Views
    50,483

    Problem maybe solved... weird though.

    Hi!

    It seems that I've solved this issue. But I don't understand how it works. So please, if anybody of you can come up with any guess, please don't hesitate to share!!!

    It happened like this....
  12. Replies
    32
    Views
    50,483

    Other possibility

    Hi!

    I'm back again, still I can't solve the problem.
    However I think that I may have set something in the compiler, or there's a problematic component I use. Thats XLSreadwrite.

    I've...
  13. Replies
    32
    Views
    50,483

    I'm a bit more drastic in the cases I'm testing...

    I'm a bit more drastic in the cases I'm testing to leave a huge pile of code. :)
    I'm a "/* */" fan, so there are pieces like "//*/" at the end of all of my routines and functions. So in case I need...
  14. Replies
    32
    Views
    50,483

    Thanks guys, I'll check that. I'm using a...

    Thanks guys, I'll check that. I'm using a TeeChart in the software, that may cause some trouble. I'll begin //-ing my code and see what happens. Hell of a job at many forms and few thousand lines.
  15. Replies
    32
    Views
    50,483

    Thx, I suspected the same, and checked the arrays...

    Thx, I suspected the same, and checked the arrays I'm using. They look okay. I avoid using pointers, so that shouldn't be a problem.

    And can you help me in determining why the exit(0); command...
  16. Replies
    32
    Views
    50,483

    0xc0000005 error

    Hi there!

    I have a problem which I can't really solve. I wrote a program (quite complicated one), which generates the mentioned 0xc0000005 error, upon starting the compiled exe, and says "failed...
  17. Replies
    2
    Views
    1,706

    How weird is that? I installed the DX 10 SDK, and...

    How weird is that? I installed the DX 10 SDK, and everything works.
    So thread is pointless now.
  18. Replies
    2
    Views
    1,706

    One more thing. I checked the c:\windows\assembly...

    One more thing. I checked the c:\windows\assembly folder, and the Microsoft.DirectX stuff are there... Still when I click "Add reference" in my project in VC2003, they do not appear! (And as I read...
  19. Replies
    2
    Views
    1,706

    Reference problems (DirectX)

    Hi there!

    I've got to go into DirectX programming, and I decided to use Visual Studio 2003 along with the DirectX SDK to do it.
    However I ran into a problem with the installation. To use the...
  20. Replies
    3
    Views
    4,157

    Hi! I have a question regarding UDP...

    Hi!

    I have a question regarding UDP Communications.
    What is necessary to make the built-in Fastnet NMUDP component (Borland C++ Builder 5) work?

    There are 3 PCs at home, the Borland C++...
  21. I've got a kind of other problem, with some...

    I've got a kind of other problem, with some similarities.

    I'd like to make an array of TLabel (I'm working in C++ Builder) to be able to reference to them as Label[1], Label[2], etc, so their...
  22. Replies
    5
    Views
    10,875

    I've solved the problem. I made a little program...

    I've solved the problem. I made a little program which sends a data packet to a given IP, localport, etc. Then I got knee deep into the source code of the microcontroller's UDP implementation (with a...
  23. Replies
    5
    Views
    10,875

    I cannot really post anything, since I don't...

    I cannot really post anything, since I don't really understand how this works.

    There are the following components available in C++ Builder (supplied with the software):
    ClientSocket...
  24. Replies
    5
    Views
    10,875

    Well I use Ethereal to see the incoming packets....

    Well I use Ethereal to see the incoming packets. The protocol is okay, the IPs are okay, although the checksum is not very good yet. But anyway, I'd be happy with anything in my software that shows...
  25. Replies
    5
    Views
    10,875

    C++ Builder UDP programming

    Hey there!

    I'm experimenting with UDP communications in these times, and I'm a bit stuck. I tried to use the built in components in C++ Builder (5.0 by the way), but it does not work.

    Could...
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4