-
Error in compiling DLL
Hi,
I'm having a constant error in my DLL regarding one simple function: I get the error:
double *(double)' differs in levels of indirection from 'double (double)'
The declaration is:
extern EXP32 double *FAR PASCAL_CONV utc2tdb(double jd);
What can be the problem?
Kind regards,
Kepler
-
I think that your problem is that you are using long, by itself, and not long int or long unsigned int , or long double etc.
-
You haven't given a type to long.
Similar Threads
-
By mailbhuvi in forum C++
Replies: 2
Last Post: 03-26-2007, 10:15 AM
-
By Gogrgenks in forum Java
Replies: 10
Last Post: 10-13-2006, 03:17 PM
-
Replies: 5
Last Post: 06-12-2002, 12:34 PM
-
Replies: 1
Last Post: 06-11-2002, 11:16 AM
-
Replies: 0
Last Post: 02-01-2001, 06:43 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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|