programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

use Fastgraph DLL with swiftforth Problem's

From: Schmitt Louis Jean-Pierre <louis.schmitt_at_eif.ch>
Date: Thu, 20 Dec 2001 16:56:49 +0100

Fastgraph have an C prototype structure exemple

void fg_draw (int ix, int iy);

Pascal

prcedure fg_draw ( ix, iy : integer);

and Basic

Sub fg_draw (BxVal ix As Long, ByVal iy As Long)

y have writen the following code

Library Ffw32.DLL

AS Lineto 2 CImport: fg_Draw
AS Moveto 2 Cimport: fg_move

after y have writen in my definition

40 100 moveto \ = access violation
120 120 lineto \ this command have generated an access violation

what is my error ??

tank you for help

Louis Jean-Pierre

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Thu Dec 20 2001 - 07:56:55 PST

This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:20 PST