Mirage Source

Free ORPG making software.
It is currently Fri Apr 19, 2024 8:14 am

All times are UTC




Post new topic Reply to topic  [ 620 posts ]  Go to page 1, 2, 3, 4, 5 ... 25  Next
Author Message
PostPosted: Sun Jun 04, 2006 4:27 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
So if you are having problems registering your .dll and .ocx files. You can use the following:

Code:
@echo off
echo Registering ocx controls..
regsvr32 /s
echo Registering dll files..
regsvr32 /s
echo Done


Example of it:

Code:
@echo off
echo Registering ocx controls..
regsvr32 /s MSWINSCK.OCX
regsvr32 /s RICHTX32.OCX
regsvr32 /s TABCTL32.OCX
echo Registering dll files..
regsvr32 /s fmod.dll
regsvr32 /s PaintX.dll
regsvr32 /s zlib.dll
echo Done


And create a .bat file with the information in it. This can be used if you are creating a engine and you want the users to easily register the files.

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 05, 2006 3:09 am 
Offline
Regular
User avatar

Joined: Mon May 29, 2006 5:33 pm
Posts: 30
Or you can include this program with your executable :P


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 05, 2006 3:26 am 
Offline
Pro

Joined: Mon May 29, 2006 2:58 pm
Posts: 370
shady exes are not nice.

i jsut tell them to get esmas -dll/ocx tool

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 05, 2006 4:09 am 
Offline
Regular
User avatar

Joined: Mon May 29, 2006 5:33 pm
Posts: 30
Heh, I made it myself. Nothing shady about it. Scan it with a virus scanner if you want.

Here's the exact description of it:
BigRed wrote:
Register Files.exe is a program that will register all active x objects in the folder the program is placed in. For example, you put the program into My Documents, and you have 3 active x objects also in the folder, msstdfmt.dll, mswinsock.ocx, and richtx32.ocx. You run the program and it automatically checks the checksum of the current file and compares it to the new one and if they don't match, copies the files into your System or System32 folder, depending on your operating system, and then regsvr32 them for you. You can also pass a '/u' command to register the files silently, meaning no message box will pop up confirming that they were registered successfully.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 05, 2006 6:09 am 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
BigRed wrote:
Or you can include this program with your executable :P


Nice ;)

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 06, 2006 6:15 pm 
Offline
Community Leader
User avatar

Joined: Sun May 28, 2006 10:29 pm
Posts: 1762
Location: Salt Lake City, UT, USA
Google Talk: Darunada@gmail.com
how about instructions to reigster DLLs on linux with winE


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 06, 2006 6:55 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Dave wrote:
how about instructions to reigster DLLs on linux with winE


huh..? Whats winE?

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 06, 2006 7:25 pm 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
wine...its used to run some windows things on linux I believe...never used it so I could be wrong, but I think thats what ive read :P


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 06, 2006 7:37 pm 
Offline
Pro

Joined: Mon May 29, 2006 2:15 am
Posts: 368
yea, wine is like a windows emulator... sort of. i've got photoshop cs2 running on it. i've read you can get all your windows games and stuff running on it as well, and i've seen a tutorial to make it run MS-based games.

_________________
Image
Image
The quality of a man is not measured by how well he treats the knowledgeable and competent, but rather how he treats those less fortunate than himself.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 06, 2006 8:47 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Obsidian wrote:
yea, wine is like a windows emulator... sort of. i've got photoshop cs2 running on it. i've read you can get all your windows games and stuff running on it as well, and i've seen a tutorial to make it run MS-based games.


Thats what you told me on MSN before, didnt remember that :P

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 06, 2006 10:13 pm 
Offline
Community Leader
User avatar

Joined: Sun May 28, 2006 10:29 pm
Posts: 1762
Location: Salt Lake City, UT, USA
Google Talk: Darunada@gmail.com
aha.. but wine is not an emulator... infact, the name WinE stands for "Wine Is Not an Emulator"


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 06, 2006 11:06 pm 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
He didn't say it was. He just said it was *like* a windows emulator, so it would be easier for william to understand :P. Its an annalagy :P


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 2:39 pm 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Misunderstood wrote:
He didn't say it was. He just said it was *like* a windows emulator, so it would be easier for william to understand :P. Its an annalagy :P


Well basicly it lets you run all windows applications.

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 6:20 pm 
Offline
Pro

Joined: Mon May 29, 2006 2:58 pm
Posts: 370
so, its a wrapper on linux for athe ability to run windows programs :P big difference hehe

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 03, 2006 9:37 pm 
Offline
Pro

Joined: Mon May 29, 2006 2:15 am
Posts: 368
i just thought i'd go ahead and kick a dead horse. i reinstalled Linux, because i got a new laptop... i thought it was interesting to see this...

Image


Notice what it says next to Wine? Although inaccurate, i thought it was funny. :P

_________________
Image
Image
The quality of a man is not measured by how well he treats the knowledgeable and competent, but rather how he treats those less fortunate than himself.


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:15 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
XVII


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:16 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
168.7


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:17 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Bett


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:18 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Bett


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:19 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Terr


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:20 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Conn


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:21 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Jewe


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:22 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Chap


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:24 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Newc


Top
 Profile  
 
PostPosted: Mon Jan 24, 2022 11:25 pm 
Online
Mirage Source Lover

Joined: Sun Jul 04, 2021 4:04 am
Posts: 478817
Rumi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 620 posts ]  Go to page 1, 2, 3, 4, 5 ... 25  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 15 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group