Hello Sirs;
Me and a FreeBASIC forum member named Dodicat from Scottland wrote a windows application…
Called “Five Deck Maverick” , its a casino poker game, but it won’t run under Wine???
It uses OpenGL , Ole libs and , objbase , and winnt libs.
#include once “windows.bi”
#include once “win/winnt.bi”
#include once “win/objbase.bi”
#inclib “ole32”
and then
#Include Once “GL/glu.bi”
#include Once “GL/glext.bi”
#include “windows.bi”
#include “fbgfx.bi”
It speaks the output after the wheels stop, and as soon as it try’s to speak it errors and WINE shuts it down…
And under WINE the suits don’t show up on the wheels…something wrong with the font, i think WINE , doesn’t come with any fonts or doesn’t come with a required “Terminal” font.
https://sourceforge.net/projects/five-deck-maverick/files/Five%20Deck%20Maverick/
To test the source code you’d need FBIDE and FreeBASIC 1.05 for Windows…The source can compile to both 32 and 64 bit exe’s
Does anyone want to try to fix it , or help fix it? ( I’ve got no clue!! )