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]

DLL generation under Cygwin


Hi,
Here is some information on exception:
		  if (!hFFT) {
			hFFT = LoadLibrary("djbfft.dll");
			status = GetLastError();	// 998 invalid memory
access
			rfour2d = (RFOUR2D) GetProcAddress(hFFT,
"rfft2d_djb");
		  }

000f77d0()
fft_general_0(float * 0x02e90040, int 256, int 512,
int 1) line 163 + 17 bytes
bpcorr(const unsigned char * 0x02cedcf8, int 240, int
320, int 0, int 0, int 240, int 320, const unsigned
char * 0x02d00940, 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

Note: forwarded message attached.



	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
--- Begin Message ---
Hi, DJ:
I produced a DLL with two exported functions through
Cygwin.
I also generated import library for it.
When Windows application calls the function, I
immediately encountered exception.
I tried to call LoadLibrary() and got error 998 -
invalid memory access.

Any hint ?
Thanks


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

--- End Message ---
--
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]