I'm using Microsoft Visual Studio 2008 compiler.
Of cause you can not copy direct the coding from my post cause there are syntax error.
But the casting part is correct.
I have create a function which able to return value for variant of variable through a LPVOID parameter function.
But some how it cannot work.
Maybe i have did wrong in some point....
Thanks for pointing out my thread's problem.
I always want to post my code in the
window just that i did not know the script.
There was no shortcut key or button.
I have tested the strerror(errno) message. It seem to store the previous error message which confuse me.
I thought the error message was for my _fdopen() function. Is actually not.
...
Did you specific the "Additional Library Directory" where you lib is?
When you have set your "Additional Dependencies" at the project properties->input.
I need to do that cause a third party library's save function needed the FILE* handle.
This is why i needed to call this function:
pFILE = _wfdopen(fd, _T("a+"));
I having a problem here.
I'm trying to append data to a CFile using FILE*
But when execute the application, it always give error saying "No such file or directory".
I can actually see...
Thanks. I have go though the MSDN help page.
It seem like if i want to change the nCount, i have to reset my plHandles array as well.
This is because my lphandles need to be...
I copy both the file sqlite3.def and sqlite.dll to the LIB.exe folder
(C:\Program Files\Microsoft Visual Studio\VC98\Bin).
I did not copy to the c:/ path
I was trying to use sqlite library as well.
I follow you instruction by adding in the 2 file sqlite3.h and sqlite3.c to my project.
But i get this compilation error:
I'm facing a problem with my WaitForMultipleObjects function.
I'm writing a thread to wait for 3 result using event.
When getting all the result, then only i proceed to next...
Sorry that i did not explain my problem clearly.
Attached is the structure of what i'm try to do.
Hope that with my drawing, it able to express what i'm try to say.
i'm developing a Midlet application using the netbeans IDE.
i facing some problem where if i want to key in # or * from the emulator, i just can't get it right.