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 SkipVought 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: jefe9
  • Order by date
  1. jefe9

    C++ stack overflow

    I am getting a stack overflow error using the Bloodshed Dev-C++ compiler. Does anyone know how to set the stack memory compiler / link options, for that compiler ? Thanks Jefe
  2. jefe9

    C++ STL Map

    Thanks, that was a helpful reply, I tried that adjustment and get the same error msg, reported, albeit in a different place: 'In member function bool CWord508::operator<(const CWord508&)' passing const CWord508' as `this' argument of `char* CWord508::get()' discards qualifiers" bool...
  3. jefe9

    C++ STL Map

    I am getting a strange build error message when creating a simple STL map. "stl_function.h passing `const CWord508' as `this' argument of `bool CWord508::operator<(CWord508)' discards qualifiers" The error is triggered on the map.insert(<key object, other object> line I have provided a...
  4. jefe9

    VB and UML

    I have written a demo app that uses threading to do calculations concurrently. Which UML diagram is best for representing concurrency? As it is a real-time system I thought that the UML State Transition Diagram would be ok but there is also the Activity diagram? Has anyone any suggestions as...
  5. jefe9

    Autoexec and environment variable problem

    I have a problem with the environment variables being set in the autoexec.bat file. I am running Win Me (a Win98 98 Clone by Microsoft) I have all the environment variables set in AUTOEXEC.BAT, including the PATH ; but after many tests I am convinced that autoexec.bat is not being run at all...
  6. jefe9

    Java SDK &amp; Install

    I have installed Sun Java SDK on Windows Me. Everything went OK with only 1 glitch. I set the (DOS) PATH environment variable for JAVA_HOME and DOS just ignores this. The path is &quot;C:\Program Files\Java2sdk&quot; I suspect that DOS is ignoring this because of the space in the pathname...
  7. jefe9

    PL/SQL Cursor

    I created a PL/SQL cursor, and now it just wont go away! I cannot declare any cursor in a PL?SQL program without an error msg, and I cannot delete it without declaring the cursor. Does anyone know how to dispose of a cursor? Shut down and restart (both Oracle and Windows) does not lose the...

Part and Inventory Search

Back
Top