Hi all,
I want to thank you all for your help. I found out something that may help. I been reading the workshop.
04 of the workshop is just putting up a bmap on the screen.
Very smiple code.
CODE:
///////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>
///////////////////////////////////////////////////////////////
BMAP first_pcx = "first.pcx"; // my first bmap
PANEL first_pan = // my first panel
{
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = first_pcx;
flags = OVERLAY | VISIBLE;
}
/////////////////////////////////////////////////////////////////////
function main()
{
video_mode = 7;
screen_color.blue = 150;

Now that code works fine. the bmap come up just like it should.
I used the same code(changing the name and formatt) with bmp,ipg,and gif. not one bmap came up. Just a black screen.

So now I take the bmap I made and reformatt it to pcx and name it (first). Ok now I move the workshop first.pcx out of the folder and put my first.pcx in the workshop folder. than I ran the program just like I did with the workshop bmap,That worked fine, using the same code that worked on there bmap. My bmap did not come up, just a black screen.

Why can't I load up anythig in 3DGameSpace???
renny

EDIT:
I just reinstall 3DGS. I see that it said on a note that some people may have to install this dll (MS\CPI01.DLL). I whento there site (Microsoft.com ) trying to find this dll. I could not find it. Does anyone know what this dll does?
Thank you renny


Last edited by sadsack; 08/22/08 00:46.

I have A7 Commercial .............. Now I just need to learn how to use it