Thread: ...what does Link error void _cdecl mean??...

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    40

    ...what does Link error void _cdecl mean??...

    ...from what I gather it is a problem with vector access??...without posting code can anyone just give me some ideas?...otherwise I can post the function which is giving this link error...

    ...thank you in advance...
    ..."GSXR1300"...

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    posting the code will help.

  3. #3
    Registered User
    Join Date
    Mar 2003
    Posts
    40
    ...thank you...I will if I have a problem again..but what happened is I declared the function with-out reference parameter...as soon as I put & next to the data type as below:

    void someFunction(vector <dataType>& someCollection);

    ...now it is running....thank you anyway...
    ..."GSXR1300"...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List, Please Help!
    By CodeMonkeyZ in forum C Programming
    Replies: 5
    Last Post: 02-17-2009, 06:23 AM
  2. I'm confused about link lists (again)
    By JFonseka in forum C Programming
    Replies: 4
    Last Post: 06-13-2008, 08:13 PM
  3. Function to check memory left from malloc and free?
    By Lechx in forum C Programming
    Replies: 4
    Last Post: 04-24-2006, 05:45 AM
  4. Link Error
    By Luigi in forum C++ Programming
    Replies: 1
    Last Post: 04-12-2004, 07:12 PM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM