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 Wanet Telecoms Ltd 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: wapoc
  • Content: Threads
  • Order by date
  1. wapoc

    VC++ .NET 2003 migration trouble

    Hi, I'm having a whole load of grief trying to get my old VC6 project built in VC++ .NET 2003. I get a huge series of the same error, that being "definition of dllimport function not allowed" (C2491). I didn't write any of the problematic code myself. I can't find any reference in it with...
  2. wapoc

    Excluding phrases from regular expression

    This should be simple, but I can't figure it out. Let's say I want to check if my input does not contain the word 'hello'. In my mind this is the equivalent of [^(hello)]+ but that obviously doesn't work. This is for a strict parser of tags and therefore I have to exclude whole words. Am I...
  3. wapoc

    Query based on 'does not exist' condition

    Hi, Sorry if this is a daft question but I don't know how/if it can be done. I hope the following makes some sort of sense. Let's say I have a table called 'forumtopics' that contains a field representing the topic's author. I then have another table called 'ignorelist' which has two fields...
  4. wapoc

    Suppress console output from external code

    Hi, Apologies if this is a daft question but I'm fairly new to this. My Java code uses the JNI to call a C++ DLL wrapper which I wrote, that in turns calls some pre-written C++ code from elsewhere. The latter does a lot of information output to the console from which the Java program was...
  5. wapoc

    Include() performance

    Hi. My website is for use by WAP devices. These require very a strict HTML-like language. If there is a problem with the page it will cause an error. Basically, characters like © MUST be converted to © format. Anyway, there's a bit of PHP code in each script to convert them all for me...
  6. wapoc

    Fairly easy SQL query

    Hi. I've got a chat system set up and it uses an ignore list. Now, rather than using two awful queries to find the ignored people by that user, and then find only the messages not written by them, can you suggest a query for the following pseudocode? Select from chat where (no row in...

Part and Inventory Search

Back
Top