[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [paragui-users] WidgetListEx functions not exported
From: |
Alexander Pipelka |
Subject: |
Re: [paragui-users] WidgetListEx functions not exported |
Date: |
30 May 2002 20:34:06 +0200 |
Am Don, 2002-05-30 um 20.17 schrieb Andrew Ford:
> Hi guys,
> It seems like the WidgetListEx functions are not
> being exported to windows dlls. Adding DECLSPEC fixed
> the linking errors, but now I'm getting a runtime
> exception. Visual C++ suggests that esp is not being
> saved correctly between function calls, so I'm
> wondering if there is a conflict between the calling
> convention my code is expecting and the calling
> convention that is being used here. Has anyone seen
> this stuff before?
Oops.
Yes. Right. DECLSPEC is missing. I fixed that.
Please try adding a PG_WidgetListEx object to the "test" app (there's a
VC++ workspace). If this is working there's something wrong with your
project settings.
Alex
- [paragui-users] WidgetListEx functions not exported, Andrew Ford, 2002/05/30
- Re: [paragui-users] WidgetListEx functions not exported,
Alexander Pipelka <=
- Re: [paragui-users] WidgetListEx functions not exported, Andrew Ford, 2002/05/30
- Re: [paragui-users] WidgetListEx functions not exported, Andrew Ford, 2002/05/30
- [paragui-users] minesweeper, Andrew Ford, 2002/05/30
- Re: [paragui-users] minesweeper, Roger D. Vargas, 2002/05/30
- Re: [paragui-users] minesweeper, Andrew Ford, 2002/05/30
- Re: [paragui-users] minesweeper, Roger D. Vargas, 2002/05/30
- Re: [paragui-users] minesweeper, Andrew Ford, 2002/05/30
- Re: [paragui-users] minesweeper, Alexander Pipelka, 2002/05/31