Search found 13 matches

by KlintonWoo
Thu Oct 27, 2005 10:03 pm
Forum: Game Programming
Topic: Converting 3D coordinate to 2D coordinate with ogre.
Replies: 1
Views: 1235

Converting 3D coordinate to 2D coordinate with ogre.

Using the purebasic version of ogre, is there a way to convert a 3d point on screen to a 2d point so for instance you could draw a line from one sphere to another etc??



Thanks a lot!
by KlintonWoo
Thu Oct 27, 2005 9:58 pm
Forum: General Discussion
Topic: A bit of a request, but urgently needed!
Replies: 4
Views: 1461

Straker, i have looked at milkshape, and if they did have dll's as stand alone converters, it would be awsome (they would have to be free)... Brice, i have already thought of that, but the .asc format is not included and plus i dont know what the terms for 3d data mean, so even reading the data ...
by KlintonWoo
Thu Oct 27, 2005 6:36 pm
Forum: General Discussion
Topic: A bit of a request, but urgently needed!
Replies: 4
Views: 1461

A bit of a request, but urgently needed!

I have absolutely no idea when it comes to 3D data, and i need a procedure, or dll that will convert *.asc to *.x to be used in a program i am currently developing.. If anyone could be so kind to do a procedure that does this, the favor will not go overlooked.

Thanks a lot!

Mike
by KlintonWoo
Tue Oct 25, 2005 3:17 pm
Forum: General Discussion
Topic: Setting all child windows (including parent) active??
Replies: 3
Views: 1331

Thanks guys :)
by KlintonWoo
Sun Oct 23, 2005 9:01 pm
Forum: General Discussion
Topic: Setting all child windows (including parent) active??
Replies: 3
Views: 1331

Setting all child windows (including parent) active??

Is there any way to set all the child windows and the parent to be on top and active at the same time??.. Its a pain in the ass especially when keyboard shortcuts are used when the current window changes.



Much Appreciated.
by KlintonWoo
Sun Sep 12, 2004 8:39 pm
Forum: Coding Questions
Topic: Can someone please help me with OpenGL
Replies: 1
Views: 729

Can someone please help me with OpenGL

I want to use OpenGL, but searching all the threads make a bundle of files on my pc, each as useless as eachover since i dont know what to do with them... Can someone please tell me what files i need and a good reference to code snippets please?


Much appreciated :D
by KlintonWoo
Sun Sep 12, 2004 4:38 pm
Forum: General Discussion
Topic: Your strings are not safe!!!
Replies: 20
Views: 5840

I have seen those MD5 etc commands in the documentation, but i have no idea how to use them, my idea of encryption/cipher is entering a string or data, a keyword or password and take the output as the encrypted form.

If someone could tell me how, i would appreciate it :wink:
by KlintonWoo
Sun Sep 12, 2004 10:53 am
Forum: General Discussion
Topic: Your strings are not safe!!!
Replies: 20
Views: 5840

Your strings are not safe!!!

I stumbled across a program called Textscan by AnalogX, which basically can read all the values, strings from your EXE's... a big problem for those creating near-simple security in their programs like registration keys etc...


http://www.analogx.com/contents/downloa ... xtscan.htm
by KlintonWoo
Tue Jun 15, 2004 4:10 pm
Forum: Tricks 'n' Tips
Topic: Convert Color BMP to Black & White
Replies: 3
Views: 2466

Thats greyscale conversion...


Monochrome (turning the image to only black and white) would need you
to check if the pixel is over or under the middle of the RGB range..

Example would be;


Image$="Test.bmp"
LoadImage(0,Image$)
Width=ImageWidth()
Height=ImageHeight()
StartDrawing(ImageOutput ...
by KlintonWoo
Wed Jun 02, 2004 5:10 pm
Forum: Feature Requests and Wishlists
Topic: Changing the ScrollArea of a ScrollBarGadgett etc
Replies: 0
Views: 744

Changing the ScrollArea of a ScrollBarGadgett etc

There may be a way to do this. If so, can someone please enlighten me.


Thanks,

KlintonWoo
by KlintonWoo
Wed Jun 02, 2004 2:03 pm
Forum: Coding Questions
Topic: PB 9.0 - Compiler Error (wont even start)
Replies: 5
Views: 1369

Thanks, but i re-installed Purebasic and updated it again... Works fine now :) :) :)
by KlintonWoo
Wed Jun 02, 2004 11:27 am
Forum: Coding Questions
Topic: PB 9.0 - Compiler Error (wont even start)
Replies: 5
Views: 1369

nope, emptied the entire userlibs folder, and still get the error.. Thanks anyway!


Any other suggestions??
by KlintonWoo
Wed Jun 02, 2004 10:16 am
Forum: Coding Questions
Topic: PB 9.0 - Compiler Error (wont even start)
Replies: 5
Views: 1369

PB 9.0 - Compiler Error (wont even start)

When i run PB, after a few seconds (i assume when the compiler runs) i get a message saying; "Constant already declared with a different value: #File_Attribute_Encrypted" and PB quits.

I did try to find a file with the constants in it, so i could perhaps delete that constant, but no luck ...