This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cygwin runtime


Hi,
This is related to Cygwin DLL posts.
If I stick to Cygwin runtime, I should be able to call
DLL generated by Cygwin from MSVC project.
For the moment, I encounter exception calling into
this DLL:
000f77d0()
fft_general_0(float * 0x02e60040, int 256, int 512,
int 1) line 163 + 17 bytes
bpcorr(const unsigned char * 0x02cbdcf8, int 240, int
320, int 0, int 0, int 240, int 320, const unsigned
char * 0x02cd0940, int -110, int 110, int -110, int
110, int 4, int 4, int 2, float * 0x0223d0e0, float *
0x0223d0a0, float * 0x0223d27c, float * 0x0223d060)
line 1121 + 28 bytes

I tried to initialize _impure_ptr in entry function.
extern "C" int __stdcall fftEntry(HINSTANCE h,
unsigned long a, void * b)
{
	_impure_ptr = __imp_reent_data;
	return 1;
}
But ld gave me this:
ld: warning: cannot find entry symbol fftEntry@12;
defaulting to 10001000

R/


	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]