Linking With A DLL

Previous topic - Next topic

James_Parsons

My second question is: How (if possible) can I link my program with a DLL and call it's function
JSR $FFD2

MrTAToad

You have many choices : DECLARE and its variants, IMPORT or even doing it all INLINE

bigsofty

There are many example of dynamic and static library linking within the " Inline / 3rd party" forum. Just hop in there and download a few to see some examples(http://www.glbasic.com/forum/index.php?board=31.0)
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

kanonet

You already got good answers, I just want to say: in case you are new to programming it would be a better idea to 1st properly learn GLBasic, before trying the more complicated stuff like DLLs etc.
Lenovo Thinkpad T430u: Intel i5-3317U, 8GB DDR3, NVidia GeForce 620M, Micron RealSSD C400 @Win7 x64

hardyx