At 02:12 PM 4/20/2001, Christian Lescher wrote: >I found that in windowsx.h of cygwin/gcc there are the following functions defined: > >#define GlobalAllocPtr(flags,cb) (GlobalLock(GlobalAlloc((flags),(cb)))) >#define GlobalFreePtr(lp) (GlobalUnlockPtr(lp),(BOOL)GlobalFree(GlobalPtrHandle(lp))) > >May these functions also be used for copying a string? How must they be used? (Maybe >this works also for string > 64 KB?!) >Is this also a way for interworking of Borland and Visual? These aren't Cygwin functions. They are Win32 functions. You'll probably find all the information you're looking for about them if you check the MSDN for documentation on these calls. Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
Re: AW: DLL function with string result?
Larry Hall (RFK Partners, Inc) Fri, 20 Apr 2001 11:01:36 -0700
- AW: DLL function with string result? Lescher Christian
- Re: AW: DLL function with string resul... Larry Hall (RFK Partners, Inc)
- Re: AW: DLL function with string r... Christian Lescher
- Re: AW: DLL function with stri... Andrew Markebo
- Re: AW: DLL function with stri... Larry Hall (RFK Partners, Inc)
- Re: AW: DLL function with ... Christian Lescher
- Re: AW: DLL function ... Larry Hall (RFK Partners, Inc)
- Re: AW: DLL function ... Andrew Markebo
- Re: AW: DLL function ... Robert Collins
- Re: AW: DLL funct... Christian Lescher