Message 1 of 4
ObjectArx (A2K) calling function from DLL

Not applicable
11-05-1999
03:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Owen Wengerd wrote:
>
> Darek:
>
> >Are there any problems with calling functions from dlls?
>
> No. The function in the DLL may be using a different calling convention
> than your typedef. Make sure your CALLBACK macro is what you think it is.
> 🙂
Thaks a lot. You were right. CALLBACK means FAR PASCAL. Program started,
when I used FAR only instead.
> Owen Wengerd
--
darek ciesla
designers
poland
>
> Darek:
>
> >Are there any problems with calling functions from dlls?
>
> No. The function in the DLL may be using a different calling convention
> than your typedef. Make sure your CALLBACK macro is what you think it is.
> 🙂
Thaks a lot. You were right. CALLBACK means FAR PASCAL. Program started,
when I used FAR only instead.
> Owen Wengerd
--
darek ciesla
designers
poland