browsing the internet I found a few solutions. While trying out the solutions, I combined some the ideas and found the following code works.
But is it efficient and is it a trustful...
It was suggested to me to use Dynamic Queries (http://www.postgresql.org/docs/current/interactive/plpgsql-statements.html#PLPGSQL-STATEMENTS-EXECUTING-DYN)
Got it working and it's more efficient...
thanks for the reply. While trying to troubleshoot the problem, I stripped each class to the bare minimum functions and variables, removed all pointers and references, to hopefully figure out the...
I have two classes, each having its own header and implementation files. I'm trying to use one object in another object, but I'm constantly getting this error. Any suggestions? thanks
...
But I'm not building x64 application. That's the result of me troubleshooting, after win32 setup was not working.
The link2001 error occurs with win32 setup too. But the functions are somewhat...
I supplied the linker with the proper library files, what else is there to do?
The x64 reference in the error output is due to me changing the platform between win32 and x64...
thanks for the reply, doing further internet searching about the Asus softwares like smart doctor and gamer osd...I read that a guy was having problems with his opengl, so he began to remove each one...
I placed the break statment outside the brackets, while using the debugger, I narrowed down the "wipe out" of varable to occur the moment I exit the curly bracket, but before the break statement.
...