| Subject: | Re: [Haskell-cafe] FFI: newbie linking problem |
|---|---|
| From: | "Olivier Boudry" |
| Date: | Wed, 14 May 2008 19:08:35 -0400 |
On Wed, May 14, 2008 at 5:46 PM, Bulat Ziganshin <bulat.ziganshin@xxxxxxxxx> wrote:use stdcall instead of ccall in Haskell too. afair, depending on Here is the last import I used. foreign import stdcall unsafe "sapnwrfc.h RfcUTF8ToSAPUC" f_RfcUTF8ToSAPUC :: RfcBytePtr -> CUInt -> SapUCPtr -> Ptr CUInt -> Ptr CUInt -> RfcErrorInfoPtr -> IO RfcRetCodeType Olivier. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/haskell-cafe |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Haskell-cafe] Re: Monad for HOAS?, Chung-chieh Shan |
|---|---|
| Next by Date: | Re: [Haskell-cafe] Short circuiting and the Maybe monad, Derek Elkins |
| Previous by Thread: | Re: [Haskell-cafe] FFI: newbie linking problem, Bulat Ziganshin |
| Next by Thread: | Re: [Haskell-cafe] FFI: newbie linking problem, Olivier Boudry |
| Indexes: | [Date] [Thread] [Top] [All Lists] |