Questions tagged [blitz3d]

Blitz3D is a derivative of BlitzBasic, a Basic programming language.

Blitz3D is a derivative of BlitzBasic, a Basic programming language with an integrated 3D engine based on DirectX 7.

As of now it is open source and free.

6 questions
1
vote
1 answer

I'm having an issue with Blitz3D. The function "CreateWindow" cannot be found. I'm not sure why this is occuring as I am using an open source project

This is a portion of the code for the application below. Blitz3D is stating that the CreateWindow, CreatePanel, and SetPanelImage functions do not exist. Am I missing a library or something? Global ResWidth% = 910 Global ResHeight% = 660 Global…
1
vote
1 answer

How would I fix Blitz Basic Expecting End of File?

Brand new to working with computers, starting with something easy. Going through the Blitz3D Blitz BASIC tutorials. Been experimenting a bit with arrays but I keep getting the error: Expecting end of file error. I'm not sure what's causing it. I…
1
vote
3 answers

How to port BlitzBasic 3D to BlitzMax IDE

Can someone help me on porting a game written in BlitzBasic to BlitzMax IDE. I tried running the .bb file into MaxIDE but it says "process failure with file.bb". Also where can i find more information regarding this?
me_alok
  • 241
  • 2
  • 6
1
vote
1 answer

3DS Max model won't appear in Blitz3D

First post, yay, I guess. I'm new to Blitz3D, so I'm just now learning how to import a model from 3DS Max into Blitz. Here's the code: Graphics3D 640,480,32,2 SetBuffer BackBuffer() camera = CreateCamera() light = CreateLight() bottle =…
1
vote
1 answer

Pointer Follow Mouse (Blitz Basic, Blitz 3d)

In my Blitzbasic program as listed below, I put everything in for a simple walk around and look with mouse FPS. However, when I tried to make a crosshair that followed the mouse, I was unsuccessful for some unknown reason. AppTitle "Colby's…
cobo16
  • 21
  • 3
0
votes
0 answers

My Blitz Basic Code gives the Error: Expecting EndIf. what can I do?

I am making this calculator programm in Blitz Basic and everytime I run it, it tells me Expecting EndIf, even tho my code contains EndIf in the right place I belive. Can someone pease help me? AppTitle "Taschen Rechner" Graphics 1280, 720, 32,…
Nicht
  • 1
  • 1