|
|
|
#1
|
||||
|
||||
|
It doesn't even start !
I downloaded it from that link but it won't open ! So i ran it in a Win95 compatible mode ("Kompatibitätsmodus" in German) and it finally starts but it sais not compatible with Win98 & 95 ???!!! I made it Win2000 compatible but it doesn't start ! What shall i do ? i tried plenty of packers (ASPack, UXPacker, Petite, 20to4, ...) but none of them works... Petite said "Cannot pack this exe file", ASPack has packed it but the result was a damaged .exe fiel which didn't work... Please help me ! muJi |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Ehh man, try dling from somewhere else, cuz cexe works fine for me. I'd upload it somewhere for ya but im not at home right now
|
|
#3
|
||||
|
||||
|
The question is: Does it also work with c# files ?
It will probably work for C, C++, VB, ... but i don't know if it will compress C# coded exe files... ?
|
|
#4
|
|||
|
|||
|
What you fail to realise is this.
No matter what language a program file was before, it is compiled into machine code the computer understands. So any packing/wrapper will work. You may have used the wrong syntax to pack the file. |
|
#5
|
|||
|
|||
|
Actually DABhand,
With C# and VB.net files the code is compiled into Microsoft Intermediate Language. Then, once you run the exe a Just in Time compiler will compile the Microsoft Intermediate Language code into native code and then execute it. Also, I think that the Just In Time compiler also checks the PE header to see if it has been changed, because if you change the PE header, the exe wont run. Since most exe packers change the PE header, the exe will not be able to run because the JIT detects these changes and wont run. CEXE packed exes, however, when unpacked do not have any changes in the PE header, thereby allowing the packed VB.net exe or C# exe to run. |
|
#6
|
||||
|
||||
|
Quote:
The jitter will probably not compile a strange exe file without a valid pe header ! My problem is CEXE doesn't work for me It won't start with my winXP and in Win95 combatible mode it will, but there is the little sentence "does not work with Windows 95 & 98" ??!! What shall I do? Is there another packer that works for C# files ? |
|
#7
|
|||
|
|||
|
Yeah, there is if you wanna pay 300$
|
|
#8
|
|||
|
|||
|
Quote:
The exe will call on API's that is used via either C# or VB.net. Unless they were stated to be included with the exe, which they never do to reduce sizes. Hence why most c# or VB proggies require runtime files etc to make em work. But the initial exe is encoded to a general language that the comp understands. The only reason that Muji is having problems is that possibly the compiler, wrapped the exe for him already. |
|
#9
|
||||
|
||||
|
Quote:
@DABHand: Does this mean the file is already packed while compiling ? I get a result of 200kb merged to 90 kb with ASPack ?! That's why i thought it could be packed again (it finally didn't start but hey, it was a 60% smaller :/ )... Last edited by Muji-FightR; 08-08-2005 at 07:44. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Message 4 Packer !!! | dannyleeshaw | PC Games | 2 | 29-03-2002 14:06 |
| to packer from crx 140e | bidule | PC Games | 1 | 17-03-2002 04:33 |
| differente version of securom ???? (packer) | bidule | PC Games | 2 | 07-03-2002 02:53 |
| for packer | bidule | PC Games | 9 | 24-02-2002 13:14 |
| AFS packer please | dreameur | DC Games | 0 | 21-02-2001 08:13 |