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 bkrike 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: Iverson3
  • Content: Threads
  • Order by date
  1. Iverson3

    UpnpNAT API

    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...
  2. Iverson3

    Compilation 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...
  3. Iverson3

    Link a dll to a lib

    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
  4. Iverson3

    Rearrange Mysql Columns

    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...
  5. Iverson3

    Passing parameter to dll in VC++

    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...

Part and Inventory Search

Back
Top