GLBasic forum

Main forum => GLBasic - en => Topic started by: Omadan on 2011-Aug-07

Title: Help Needed
Post by: Omadan on 2011-Aug-07
Hope someone with experience can help me.
I have been given an SDK with header files etc. I would like to implement those functions so I can call them from GlBasic.
Can anyone please give me a step-by-step of what I need to do. I have checked forums and I dont see any help on this or maybe more advanced, so I cant really follow properly.

Can someone please tell me what I need to do with full details.  :nw: Then I can attempt this and finally finish it.

Thanks
Title: Re: Help Needed
Post by: MrTAToad on 2011-Aug-07
Try putting them in Platform/Include.  You may need to full pathing to be able to use them though - it may be easier to put them in your project directory.

Dont forget that they are very old...
Title: Re: Help Needed
Post by: Omadan on 2011-Aug-07
Thanks for reply. What do you mean by old ? hehe

By the way, is it possible to run something like an <iframe> within your app, maybe not directly an iframe but something that serves the same purpose?
I need this to run an ad link from within my app. Then user clicks on the ad banner that takes them to that link.
I urgently need this, problem is I have no idea. :(
Title: Re: Help Needed
Post by: MrTAToad on 2011-Aug-08
No, it's not possible.  You could create another window, I supposes, but that would add extra problems...