[Gambas-user] Roberto, Re: [SegFault 11] Enumerating HttpClient.Headers with For Each
Brought to you by:
gambas
|
From: T L. D. <t.l...@gm...> - 2014-11-24 03:47:47
|
Roberto, I don't mind you hi-jacking my thread, but I'm sure others do as it disrupts thread integrity and makes email message management more difficult, especially for those who have alot to manage. Plus, you would likely get better response if you started your own thread. To do so, DO NOT use the Reply button. Compose a NEW message to gam...@li... . When you do, try to include as much applicable code in the same message as is practical. The snippets you have provided here may not be enough information for someone to give you an intelligent answer. (For example, where did "hPart as MimePart" come from?) That being said, I do not have an answer for your question, sorry. --- Lee __________ On 11/23/2014 10:27 PM, roberto wrote: > to bypass the segfault 11 , if I wanted to use the external library > libgmime with: > > Library "libgmime-2.6:0" > > the declaration of the function should be this: > > Private Extern g_mime_part_get_content_object(GMimePart As Pointer) As > Pointer > > and my data is in variable hPart as MimePart > > how i can pass hPart to the libgmime function? |