|
-
April 25th, 2008, 01:28 PM
#9
Don't know if this'll help you at all, but generally if the problem was that VS couldn't find the header file you would get an error along the lines of:
"Warning C4013: 'my_func' undefined; assuming extern, returning int"
Another way that you can get an idea of whether the issue is a compiler or a linker problem is by looking at the error codes. Compiler problems start with Cxxxx whereas linker problems start with LNKxxxx.
A good way to get help on these problems is to search by that error code.
Cheers,
ac
Similar Threads
-
By wolfman1984 in forum Programming Security
Replies: 2
Last Post: December 8th, 2007, 07:50 PM
-
By Condoor in forum IDS & Scanner Discussions
Replies: 1
Last Post: March 21st, 2003, 02:34 AM
-
By tampabay420 in forum Programming Security
Replies: 2
Last Post: February 14th, 2003, 02:36 PM
-
By Condoor in forum AntiOnline's General Chit Chat
Replies: 11
Last Post: February 12th, 2003, 04:08 AM
-
By ele5125 in forum IDS & Scanner Discussions
Replies: 7
Last Post: August 9th, 2002, 03:22 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|