Using Kray SDK

Post your tutorials and help questions in this forum
Locked
corec
Posts: 2
Joined: Mon Apr 06, 2009 2:24 pm

Using Kray SDK

Post by corec »

Hi,

I'm new to using Kray...

I have the kray SDK which has a kray.dll within it. I'm asked to create a ruby extension to this kray library and I'm trying to create an extension in C.

I'm able to load the dll using the windows LoadLibrary command but I face problem in accessing its methods using GetProcAddress as it always returns NULL.

When I tried using the dependencywalker tool only the _kray_init_dll function was listed under the exported functions, where as I need to start using the kray_renderInit, kray_parse,kray_render and textline listener in my extension.

Please let me know whether I had to install any support tools or how I could solve this problem

Thanks,
corec
corec
Posts: 2
Joined: Mon Apr 06, 2009 2:24 pm

Re: Using Kray SDK

Post by corec »

Hi,

Please help.. or if the given details is not sufficient kindly ask and I'm ready to provide the same.

thanks,
corec
User avatar
Janusz Biela
Posts: 3265
Joined: Mon Mar 13, 2006 10:39 am
Location: Finland
Contact:

Re: Using Kray SDK

Post by Janusz Biela »

I thing better is when You write mail stright to Grzegorz: gtanski (at) kraytracing.com
User avatar
gtanski
Site Admin
Posts: 21
Joined: Tue Jun 07, 2005 1:43 pm
Location: Poland

Re: Using Kray SDK

Post by gtanski »

Yes. Contacting me directly is a good idea. What version of kray.dll you have? Email me gtanski(at)kraytracing.com
Locked