Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AndrewAMD, alibaba, Konsti, 2 invisible), 1,418 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
wmpio.dll #149077
08/19/07 19:32
08/19/07 19:32
Joined: Dec 2003
Posts: 521
LazyDog Offline OP
User
LazyDog  Offline OP
User

Joined: Dec 2003
Posts: 521
hi, I've converted your wmpio.h header file to delphi. Now, I have an issue.
did you compile this dll without using c style for exports like you have done for the entire A7 SDK? the reason I ask is that I cannot see any of the export names for functions or the index values when I do a dump of the dll like I can with the sdk dll's.

I belive that I will need to access the functions through their index values instead of their names because of this; however, I cannot see the index values either. can you supply these values?

by the way, your .h file did not have any copyright information so if you would post what copyright info you would like in file.

here is what I used so far
//////////////////////////////////////////////////////////////////////
// Acknex engine WmpIO header for C++
// (c) Conitec / jcl 2004
//////////////////////////////////////////////////////////////////////

Last edited by LazyDog; 08/19/07 19:34.

www.LazyDogSoftware.com
Delphi SDK Homepage

A7 Pro 780
Delphi 5 through 2010
Re: wmpio.dll [Re: LazyDog] #149078
08/22/07 05:33
08/22/07 05:33
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
I don't know how wmpio.dll was compiled, but I'll forward your question to Wladimir.

Re: wmpio.dll [Re: LazyDog] #149079
08/26/07 17:47
08/26/07 17:47
Joined: Sep 2003
Posts: 158
Wlad Offline

Conitec
Wlad  Offline

Conitec

Joined: Sep 2003
Posts: 158
Functions are exported by ordinal, here is the DEF file:

Quote:
--------------------------------------------------------------------------------

EXPORTS
; Explicit exports can go here
wmpio_OpenFile @1 NONAME
wmpio_SetAltFileOpenProc @2 NONAME
wmpio_DestroyLoader @3 NONAME
wmpio_GetFileVersion @4 NONAME
wmpio_GetFileTyp @5 NONAME

wmpio_GetPalette @6 NONAME
wmpio_GetWad @7 NONAME
wmpio_GetFolder @8 NONAME
wmpio_GetBookMark @9 NONAME
wmpio_GetCameraDef @10 NONAME

wmpio_GetObject @11 NONAME

wmpio_GetVertex @12 NONAME
wmpio_GetFace @13 NONAME
wmpio_GetPlane @14 NONAME
wmpio_GetTexture @15 NONAME


wmpio_OpenOutFile @16 NONAME
wmpio_CloseOutFile @17 NONAME
wmpio_WriteObject @18 NONAME
wmpio_WriteWedStc @19 NONAME
wmpio_SetDefaultTexture @20 NONAME

wmpio_GetObjectCount @21 NONAME
wmpio_GetBlockCount @22 NONAME
wmpio_GetEntityCount @23 NONAME
wmpio_GetBlocksMode @24 NONAME

wmpio_GetLastError @25 NONAME
wmpio_GetLastErrorString @26 NONAME
wmpio_GetErrorString @27 NONAME


Moderated by  old_bill, Tobias 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1