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 wOOdy-Soft 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: *

  • Users: bNasty
  • Content: Threads
  • Order by date
  1. bNasty

    Borland memory manager bugs???

    Hello, I have a very strange crash in BCB. My app is allocating big number of small objects (using 'new'), but suddenly, it started crashing in Borlandmm.dll! Surely, there is a plenty of memory, and, anyway, it shouldn't crash, but it does and I can't do anything about it! Does anyone know of...
  2. bNasty

    Builder X

    Hi, question for ya all : Has anyone tried this new thing - BuilderX ? Is it any good? Is upgrading 6->X good idea? Thanks in advance. P.S. Tell me that IDE is the same as in C#Builder, please :)
  3. bNasty

    JBuilder and J2ME games

    Hi, I am a C++ game-programmer looking to start working on some Java games for mobiles (at least in a spare time :) What IDE should I choose? I have JBuilder6 and lots of emulators, but JBuilder seems to me too complicated, since I'm not really interested in J2SE, JavaBeans etc. or anything else...
  4. bNasty

    Strange INT03 in debug mode?

    I have a strange problem with one big project in BC6. Suddenly, I can not start it in debug mode! Somewhere in App->Initialize() program bumps on INT03 instruction (which is actually a step mode of CPU) so program stops and goes directly to debuger but without any readable code on that place...
  5. bNasty

    MSVC <-> BCB :(

    Hello, I usually do not "mix" dev. environments, but this is the special case! I have a lot of .libs created in MicrosoftVC++. Now, I need them in BC++, but the format of .lib files is different on MS and Borland. There is a little Borland's CLI tool (supplied with BCB) for...
  6. bNasty

    STLPORT :(

    Hi, I have a big problem with stl/stlport. I am a game-programmer currently using both VisualC++ and BuilderC++6 (for in-house editors, ofcourse). Well, some of my code is compiling quite well under VC++, but there is no way to convince Borland to compile that same code! I am using much of STL...
  7. bNasty

    Windows with Unix end-of-line!!! HOW?

    My company is developping applications with VisualC++ and we use CVS (on Unix server) for version-control. Now, some machines have 0D-0A as the end of line and some have only 0A. CVS complains about this, but we don't know is there any way to set a 0A as end-of-line character! Does anyone know...
  8. bNasty

    InterBase & tools

    I am new to InterBase Server. Is there any good visual tool for modeling tables, relations, etc. instead of using SQL? Database Desktop is to simple and restrictive!
  9. bNasty

    Realtionships missing !!!

    I have some big problems with TTable::DisableControls(). When using this method for "unbounding" tables and data-controls BDE is loosing relationship between tables. This is, well, documented, but is there any way to disable controls in master-detail forms? I saw something like...
  10. bNasty

    Is VCL fast enough?

    I am writing an application with a specific user interface (someting like WinXP on Win98). Anyway, I had to develop a number of components for my own UI gadgets, but it seems to be rather slow. I optimized every line of code (even did some things in MMX) but I am not satisfied. I think that the...

Part and Inventory Search

Back
Top