Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Release] ResCompiler with delphi source

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
The Numb3r
Newbie cheater
Reputation: 0

Joined: 14 Jul 2007
Posts: 12

PostPosted: Mon Aug 13, 2007 2:09 am    Post subject: [Release] ResCompiler with delphi source Reply with quote

I made a program for compiling .rc files to .res files...
Made it console, because it looks cooler Cool
All functions are in a dll.
Notes and such are in ReadMe.txt.

ScreenShots:






Download



The Extension 'zip' was deactivated by an board admin, therefore this Attachment is not displayed.

Back to top
View user's profile Send private message
ColdDoT
Grandmaster Cheater
Reputation: 0

Joined: 18 May 2006
Posts: 703
Location: The netherlands

PostPosted: Mon Aug 13, 2007 4:36 am    Post subject: Reply with quote

Nice ??

U can also just use this if u have delphi
Code:
BRCC32

_________________
Back to top
View user's profile Send private message MSN Messenger
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Mon Aug 13, 2007 7:06 am    Post subject: Reply with quote

ColdDoT wrote:
Nice ??

U can also just use this if u have delphi
Code:
BRCC32


look what he does in his 'functiondll.dll'

Code:

procedure Compile;
var
Bat: TextFile;
dir, rc: String;
begin
  If FileExists('TempCompile.bat') then //Check if TempCompile.bat already exists
  DeleteFile('TempCompile.bat'); //If exists, then delete
  WriteLn('Hints & Tips:'); //Hints & Tips...
  WriteLn(''); //Empty line
  WriteLn('If your file is in same directory with ResCompiler,'); //Hint
  WriteLn('you can leave Directory path empty.'); //Hint
  WriteLn(''); //Empty line
  AssignFile(bat, 'TempCompile.bat'); //Create TempCompile.bat
  ReWrite(bat); //Open Access to file
  WriteLn('Please type directory of your .rc file (eg. C:\WINDOWS):'); //Show "help" message
  Write('Directory: '); //Just for something
  ReadLn(dir); //Directory name
  WriteLn(bat, '@echo off'); //Turn echo off in TempCompile.bat
  If Dir<>'' then
  WriteLn(bat, 'cd '+dir); //Write Directory to TempCompile.bat
  WriteLn(''); //Empty line
  WriteLn('Please type the name of your .rc file (eg. Test.rc):'); //Again "help" message
  Write('.RC File Name: '); //Just for something
  ReadLn(rc); //.RC file name
  WriteLn(bat, 'brcc32 '+rc); //Write .RC File name to TempCompile.bat
  CloseFile(bat); //Close Access to file
  ShellExecute(0,'OPEN',PChar('TempCompile.bat'),Nil,Nil,0); //Execute TempCompile.bat
  DeleteFile('TempCompile.bat'); //Delete TempCompile.bat
  WriteLn('Done!'); //Tell that compiling is done
  Sleep(1000); //Wait 1 Second until exit
end;
Back to top
View user's profile Send private message
ColdDoT
Grandmaster Cheater
Reputation: 0

Joined: 18 May 2006
Posts: 703
Location: The netherlands

PostPosted: Mon Aug 13, 2007 7:15 am    Post subject: Reply with quote

.........
LoL(did not looked at his source Wink)

_________________
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites