Jump to content

Bmax fails


VicToMeyeZR
 Share

Recommended Posts

Since I guess I am not priviledged enough to post anything on the blitz site.

 

I have blitzMAX and BlitzGUI but not one thing will compile.

 

I can't seem to get any modules to even work.

 

example code for a blitzGUI

 

MyFirstWindow:TGadget=CreateWindow("My Window Title is Hello World", 200,200,320,240)

Repeat
WaitEvent()
Until EventID()=EVENT_WINDOWCLOSE

End

FAILS... This is right from their tuts.

all I get is:

Compile Error: Identifier 'TGadget' not found

[C:/BlitzMax/tmp/untitled1.bmx;1;1]

Build Error: failed to compile C:/BlitzMax/tmp/untitled1.bmx

Process complete

 

I can get the LE part to work, but nothing else.

 

Pointers from the BM guys on the MODS and how they work?? The BM site I can't find anything about how to do mods.

 

Thanks

AMD Phenom II x6 1100T - 16GB RAM - ATI 5870 HD - OCZ Vertex 2 60GB SSD

76561197984667096.png

Link to comment
Share on other sites

Since I guess I am not priviledged enough to post anything on the blitz site.

 

 

Not priviledged enough?

AMD Bulldozer FX-4 Quad Core 4100 Black Edition

2 x 4GB DDR3 1333Mhz Memory

Gigabyte GeForce GTX 550 Ti OC 1024MB GDDR5

Windows 7 Home 64 bit

 

BlitzMax 1.50 • Lua 5.1 MaxGUI 1.41 • UU3D Pro • MessiahStudio Pro • Silo Pro

3D Coat • ShaderMap Pro • Hexagon 2 • Photoshop, Gimp & Paint.NET

 

LE 2.5/3.4 • Skyline UE4 • CE3 SDK • Unity 5 • Esenthel Engine 2.0

 

Marleys Ghost's YouTube Channel Marleys Ghost's Blog

 

"I used to be alive like you .... then I took an arrow to the head"

Link to comment
Share on other sites

are you talking about maxgui? if so you need to import the maxgui...

 

Import maxgui.drivers
MyFirstWindow:TGadget=CreateWindow("My Window Title is Hello World", 200,200,320,240)
SetGadgetPixmap(MyFirstWindow, LoadPixmapPNG("myicon.png"), GADGETPIXMAP_ICON)
Repeat
WaitEvent()
Until EventID()=EVENT_WINDOWCLOSE

End

Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590

LE / 3DWS / BMX / Hexagon

macklebee's channel

Link to comment
Share on other sites

lol.

 

Since I own it, I wanted to play a little and see what I can come up with. :)

 

That info would have been nice to know... maybe someone can post in their forums, bah.... heck with em.

 

Not priviledged enough?

 

 

Yeah for some reason, I have no start topic or reply button, even though I have 3 licensed products of theirs.

AMD Phenom II x6 1100T - 16GB RAM - ATI 5870 HD - OCZ Vertex 2 60GB SSD

76561197984667096.png

Link to comment
Share on other sites

why do people away say dont use blitzmax, yes i know a lot of people like C++ but please just allow other people to enjoy other type of lang

and at the end its c++ compile under the front end of blitzmax

 

now i start on pascal and asm so like them a lot more then C++ but i dont push on other people to learn asm :)

Asus ROG STRIX B350-F GAMMING

AMD Ryzen 7 1700x

32 gb ddr4

15 TB raid 5 HD

Nvidia EVGA 1060GTX

Win10 64bit

Link to comment
Share on other sites

..actually, modules structure is something you will like a lot once you take a bite properly..and its quite simple to use/set (just drop bloody thing in to Mod folder :) ) .. I have ported most of the Phyre engine in to Bmax and difference of use in Bmax environment and C++ is massive, I assure you..loads of folks over there in Sony PS3 dev arena, want to give it a try.. ;) Bmax is cool man..

 

Link to comment
Share on other sites

I would push people away from it because there is no market for it. Go do a monster.com search for BMax and tell me how many jobs come up. To me it would make more sense to use a language where the knowledge you get from your hobby could help in a job.

Link to comment
Share on other sites

I did a search for "uber handsome sex machine" at monster.com. A lot of machine operator jobs, but nothing that really matched my dubious talents and attributes. Guess I'll stick w/ my current job for a while longer until the market picks up, but that doesn't mean I won't continue enhancing my skills for when it does.

 

But a little more on topic: If BMax makes you more productive then, by all means, use it. It depends on why you're making a game. If you're doing it for experience, then maybe use C++....and maybe don't use LeadWerks because it's not really an industry standard yet either.

 

But if you're doing it because you want to make a game, then use whatever works for you.

Windows 7 x64 - Q6700 @ 2.66GHz - 4GB RAM - 8800 GTX

ZBrush - Blender

Link to comment
Share on other sites

I did a search for "uber handsome sex machine" at monster.com. A lot of machine operator jobs, but nothing that really matched my dubious talents and attributes. Guess I'll stick w/ my current job for a while longer until the market picks up, but that doesn't mean I won't continue enhancing my skills for when it does.

:);)

Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590

LE / 3DWS / BMX / Hexagon

macklebee's channel

Link to comment
Share on other sites

I did a search for "uber handsome sex machine" at monster.com. A lot of machine operator jobs, but nothing that really matched my dubious talents and attributes. Guess I'll stick w/ my current job for a while longer until the market picks up, but that doesn't mean I won't continue enhancing my skills for when it does.

 

Just for that I'm going to put a job offer on monster.com for that! :)

Link to comment
Share on other sites

i would say there a lot of job wanedt for VB

I dont know moster.com but then i have to say all my job in the computer industry have been word of mouth

 

i mean i know there a lot of jobs for COBOL and one of my mate makes a lot of money, but again am not going to push that lol

but as i said just allow people to give a go and dont shout how bad or how good stuff is

 

anyway lets just get on and have fun with what every lang you use

Asus ROG STRIX B350-F GAMMING

AMD Ryzen 7 1700x

32 gb ddr4

15 TB raid 5 HD

Nvidia EVGA 1060GTX

Win10 64bit

Link to comment
Share on other sites

If BMax makes you more productive then, by all means, use it.

 

 

 

or use both :)

AMD Bulldozer FX-4 Quad Core 4100 Black Edition

2 x 4GB DDR3 1333Mhz Memory

Gigabyte GeForce GTX 550 Ti OC 1024MB GDDR5

Windows 7 Home 64 bit

 

BlitzMax 1.50 • Lua 5.1 MaxGUI 1.41 • UU3D Pro • MessiahStudio Pro • Silo Pro

3D Coat • ShaderMap Pro • Hexagon 2 • Photoshop, Gimp & Paint.NET

 

LE 2.5/3.4 • Skyline UE4 • CE3 SDK • Unity 5 • Esenthel Engine 2.0

 

Marleys Ghost's YouTube Channel Marleys Ghost's Blog

 

"I used to be alive like you .... then I took an arrow to the head"

Link to comment
Share on other sites

I will get my project semi-complete first. :)

 

But I am still interested in learning it anyways. Thats just me though. I can't stand not knowing how to do something. *must learn.......ahhhh.

 

lol

 

Hey Rick@ Is that your house or work in the bg? Looks like a lot of toys back there. lol

AMD Phenom II x6 1100T - 16GB RAM - ATI 5870 HD - OCZ Vertex 2 60GB SSD

76561197984667096.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...