Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (AndrewAMD, TipmyPip, NewbieZorro, Grant), 14,196 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
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 | 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