|
-
December 5th, 2010, 07:57 AM
#1
long long data type
I am trying to compile third party c code in Visual C++ (10 years old).
Long long data type is used extensively (thousands of times).
Example: PrintLongInteger(void *,char *,long long);
I get this error message: 'long' followed by 'long' is illegal
What is the best way to solve this problem?
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
|
Click Here to Expand Forum to Full Width
|