HI,
I have recently been trying to compile a code using UpnpNAT API for NAT Traversal application. My IDE is VC++ 6.0, MS PSDK (for sever 2003 sp1) on Windows XP.
For some reasons, I can't compile the code. I always get the following error msg:
uuid.lib(oaidl_i.obj) : fatal error...
HI,
I recently tried to compile a project, which links to another project. If I build these two projects independently, there is no problem at all. However, if I tried to build them together: namely, linking one to the other. Then I got the following compilation error:
(Here is just a...
HI,
My question is just what's the steps need to be taken to link a dll file to a lib file for compliation.
I can find some instructions on the web for linking a dll to an exe, but not for a dll to a lib file.
Can anyone help on this?
Thanks
Hi all,
I recently created a table with mysql. To simplify the matter, let's say the table has 3 fields: Name, Sex, Age.
Now, I would like to drop Sex and add one more new column named Location. By default, the new Table should have the following column order: Name, Age, Location.
Is there...
HI,
I encountered a problem while I try to pass a char* object to a class method wrapped in a dll in VC++.
In the exe file, I have the following line
char List[255] = "hi";
vv Connection; // object declaration
//calling the function
Connection.UpdateList(char* ID, char*List);
ccout << List...
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.