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

RE : Re: GLUT

From: Charles Melice <mail_at_forthcad.com>
Date: Fri, 11 Feb 2005 13:45:56 +0100

Christy,

I looked in the glut sources. I think It will not possible to use
glut32.dll with SwiftForth.

The executable GLUT consumer have to be a CONSOLE application,
there is a lot of "printf" in the code.

Also, the executable have to be a multitheaded application.

Inside GLUT.H, there is the next definition:
        ...
        /* GLUT callback calling convention for Win32. */
        # define GLUTCALLBACK __cdecl
        ...
So, the __cdecl convention is used. Not compatible with CB:

Charles

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Fri Feb 11 2005 - 04:47:32 PST

This archive was generated by hypermail 2.2.0 : Thu Dec 04 2008 - 03:04:19 PST