Source editors and programs

List your programs here (game-related or other software).

Moderators: scallenger, Rebel, madppiper, TresCom Support Team

Post Reply
Bryankd2015
Gallimimus
Gallimimus
Posts: 581
Joined: Thu May 07, 2015 7:10 am

Source editors and programs

Post by Bryankd2015 »

Upon working through source code I am trying to fix the problems and placing snippets of coding here to see if anyone can tell me how to fix the errors that come up. If anyone else is working with any source code and needs help you can put the snippet here you are having trouble with and maybe someone can help. I hope all the programmers among us can help each other out.
Attachments
compile error.bmp
compile error.bmp (3.66 MiB) Viewed 12845 times
User avatar
machf
T-Rex Killer
T-Rex Killer
Posts: 12368
Joined: Thu Apr 24, 2003 11:20 pm
Location: Lima, Peru
Contact:

Re: Source editors and programs

Post by machf »

What version of Visual C++ is that? I think 6.0 (the one they supposedly used at the time) shouldn't give you problems... however, recent ones will unless you modify the code in various places.

And IDC_SCROLL_AMBIENT should be defined inside resource.h, located in the same folder as GUIApp.rc
Visit The Carnivores Saga - a forum devoted to modding Action Forms' Carnivores, Carnivores 2 and Carnivores: Ice Age games
Tres WIP: updated T-Script Reference and File Formats documents
Sound name listings for the Demo (build 117), Retail (build 116), Beta 103, Beta 99, Beta 97, Beta 96, Build 55, PC Gamer Alpha (build 32) and E3 1998 Alpha (build 22) TPA files
Bryankd2015
Gallimimus
Gallimimus
Posts: 581
Joined: Thu May 07, 2015 7:10 am

Re: Source editors and programs

Post by Bryankd2015 »

yes visual studio 6 with service pack 6, but it is the standard edition, as I cannot get my hands on the pro version
User avatar
Shep
Parasaurolophus
Parasaurolophus
Posts: 359
Joined: Mon Nov 02, 2015 3:48 am
Location: Florida

Re: Source editors and programs

Post by Shep »

Where did you find these files from the picture? scrolling threw I can't find those files.
Oh, a Raptor got 'em!

Image
Bryankd2015
Gallimimus
Gallimimus
Posts: 581
Joined: Thu May 07, 2015 7:10 am

Re: Source editors and programs

Post by Bryankd2015 »

Shep wrote:Where did you find these files from the picture? scrolling threw I can't find those files.

The picture above is of the source files.. it was a leaked version of the source code, and I am still trying to figure it out. You may be able to find the source out there somewhere. But the picture above is the code for the game.
User avatar
Shep
Parasaurolophus
Parasaurolophus
Posts: 359
Joined: Mon Nov 02, 2015 3:48 am
Location: Florida

Re: Source editors and programs

Post by Shep »

Where do I go to download the source code?
Oh, a Raptor got 'em!

Image
User avatar
tatu
-=TresCom Website Manager=-
-=TresCom Website Manager=-
Posts: 5087
Joined: Fri Jun 24, 2005 9:40 pm
Antispam: No
Location: Sweden
Contact:

Re: Source editors and programs

Post by tatu »

Shep wrote:Where do I go to download the source code?
Search the Internet. I hear one kind of pirate is sailing with it...
Active project: Trespasser: Isla Sorna
Status:
BE-PH1: Released
PH2-IT: Pre-released
PL-SUM: In production

"...there used to be more benches, but InGen's workers removed them during the evacuation in the name of framerate."
Bryankd2015
Gallimimus
Gallimimus
Posts: 581
Joined: Thu May 07, 2015 7:10 am

Re: Source editors and programs

Post by Bryankd2015 »

I searched it, and found several hits on source code. Problem I had when searched is it brought out all kinds of definitions of source code and a few pirate ones that are very untrustworthy, so be careful when trying to get it.
Post Reply