![]() |
Registering .dll and .ocx - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Registering .dll and .ocx (/showthread.php?tid=91) |
Registering .dll and .ocx - William - 04-06-2006 So if you are having problems registering your .dll and .ocx files. You can use the following: Code: @echo off Example of it: Code: @echo off 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. - BigRed - 05-06-2006 Or you can include this program with your executable ![]() - grimsk8ter11 - 05-06-2006 shady exes are not nice. i jsut tell them to get esmas -dll/ocx tool - BigRed - 05-06-2006 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. - William - 05-06-2006 BigRed Wrote:Or you can include this program with your executable Nice ![]() - William - 06-06-2006 Dave Wrote:how about instructions to reigster DLLs on linux with winE huh..? Whats winE? - Misunderstood - 06-06-2006 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 ![]() - Obsidian - 06-06-2006 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. - William - 06-06-2006 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 ![]() - Misunderstood - 06-06-2006 He didn't say it was. He just said it was *like* a windows emulator, so it would be easier for william to understand ![]() ![]() - William - 07-06-2006 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 Well basicly it lets you run all windows applications. - grimsk8ter11 - 07-06-2006 so, its a wrapper on linux for athe ability to run windows programs ![]() - Obsidian - 03-07-2006 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... ![]() Notice what it says next to Wine? Although inaccurate, i thought it was funny. ![]() |