Problem compiling

Started by
5 comments, last by Ruudje 20 years, 6 months ago
Im using CBuilder 6 to create a project, and it works fine @ home. But now that Im @ school again, where im working on a win2k client the following is bugging me: When I compiled back at home it worked fine, including textures, and when I run the compiled exe at school, it also works fine, BUT: when I REcompile at school, without changing any code, my textures no longer show up. It does find the files though, but it simply doesnt render them. It cant be a driver issue since the exe I compiled at home worked fine at school as well. Why do these weird things keep happening to me??? lol
Advertisement
Because it''s you

When you re-compile at school, ALL files are present ?

========================
Leyder Dylan (dylan.leyder@slug-production.be.tf
http://www.slug-production.be.tf/
========================Leyder Dylan (dylan.leyder@slug-production.be.tf http://users.skynet.be/fa550206/Slug-Production/Index.htm/
hehheh

yeah its all present, but either the workstation sux, or the network settings blablabla (win2k3 server) sux. I took the project home and when I hit Compile, it worked perfectly. Guess I have to go smack my teachers tomorrow :D
just say :

for (int i = 0; i < 1000, i ++)printf("Thanks lovely teachers");


========================
Leyder Dylan (dylan.leyder@slug-production.be.tf
http://www.slug-production.be.tf/
========================Leyder Dylan (dylan.leyder@slug-production.be.tf http://users.skynet.be/fa550206/Slug-Production/Index.htm/
id rather say

for (;printf("GET ME A REAL COMPUTER ASAP!"); 


But seriously, how weird can that be? Compile fine, but not get any textures.. even though the system DID render them with the .exe i compiled at home...
Sorry to ask but, what is the link between compilation and displaying textures? Are you sure the texture paths are exactly the same on both machines?
that is exactly the weird thing!!!!!!!!!!!!!!!!!!!!!! that was freaking me out, since there IS NO LINK. and yes everything was fine. As I said, the EXACT same project compiled perfectly at home later. I think its in the network stuff, as in user rights or user configurations or whatever.

anyways, im getting ready to do some smacking any1 want to help? hehheh

This topic is closed to new replies.

Advertisement