Mex - Resolving External dependency issues from C
- From: "Tequila " <tequila.sux@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 16:15:06 +0000 (UTC)
Hello,
I have a C program in VC98 and I'm trying to create a Mex. I
have imported the various header files (the same way I do it
in C). Now I'm stuck because the project in C has an
external dependency to another header file basetsd.h in the
VC98 program files directory (c:\program files\microsoft
visual studio\vc98\include\basetsd.h)
I'm not sure I can include this file as a header file in the
Mex that I'm writing. (It doesn't work when I add it to the
list with the full path).
It seems like a normal issue that people would encounter -
just can't find anything online. Would appreciate
suggestions on resolving external dependency issues in Mex.
Thanks.
.
- Prev by Date: Re: Excel macro stops responding
- Next by Date: Re: MATLAB Central Spring Contest
- Previous by thread: instant-update scrollbar?
- Next by thread: typedef Union in a header file for loadlibrary
- Index(es):
Relevant Pages
|