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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.