Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,580 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Cant get to scope down #74922
05/20/06 15:44
05/20/06 15:44
Joined: May 2006
Posts: 51
J
jermaine Offline OP
Junior Member
jermaine  Offline OP
Junior Member
J

Joined: May 2006
Posts: 51
I am trying to select a certain section of cube(a certain side)
the tutorials says that i have to scope down to select one sideof the cube bt it wont let me. The button is grayed out. how do i fix this. also is there a another way i can select one side of the cube?

Re: Cant get to scope down [Re: jermaine] #74923
05/20/06 16:57
05/20/06 16:57
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Well you can just "scope down" if the cube is in a group!
So if you have already just ONE block selected go to "properties -> surface" and toggle through the surfaces to give each an individual texture or leave it as it is.

Re: Cant get to scope down [Re: Xarthor] #74924
05/21/06 02:33
05/21/06 02:33
Joined: May 2006
Posts: 51
J
jermaine Offline OP
Junior Member
jermaine  Offline OP
Junior Member
J

Joined: May 2006
Posts: 51
thanks

C++ function [Re: jermaine] #74925
05/21/06 05:18
05/21/06 05:18
Joined: Feb 2004
Posts: 10
M
MasterC Offline
Newbie
MasterC  Offline
Newbie
M

Joined: Feb 2004
Posts: 10
I created a dll function by using C++.

DLLFUNC var CreateUser();
What the function does his that it create a char dynamic array and then store that char dynamic array into a file.

another funtion

DLLFUNC const STRING* LoadUserName( );

I Created a char dynamic array.


I created STATIC STRING object.
Set all member to 0;
Except the member chars, I assign a dynamic array and also the same thing for link.name
set the length member to the size of my dynamic array.


Then read the char array from the same file and then assign that array to a STATIC STRING stucture object. Then the function return a STRING *.

I can see the string literal on my computer screen that I created by these functions but the string is blinking on the first character of my string.

I don't understand.
Please help me!!!!!

Last edited by MasterC; 05/21/06 05:21.

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1