Re: dll question ver 2.5

new topic     » goto parent     » topic index » view thread      » older message » newer message

It is possible to call a DLL function by it's ordinal, at least in 2.4.
You get a handle to the DLL with GetModuleHandle and then use GetProcAddress
to obtain the address of the desired DLL routine. The function is then 
defined:

xxx=define_c_func("",address,{parameters},C_LONG)

This may not be entirely legitimate and may not work in all cases.

Larry Miller

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu