LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Hide details for ContentContent
Getting started
Basic declaration conversion
Data and reference types
Editing reference type items
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Problem with porting to AIX

Problem with porting to AIX (by Normunds Kalnberzins, 07/02/2009 06:51:30 AM)

I can probably only repeat myself - the declarations are different (not only library clause); you can check out reference section. Also you will not have MSVCRT (but that you probably expect), so you need to implement it differently. Also alignment of structures is different, so you need take care about it.