I got my 3rd party launcher work but the Serial key generator compiled in 32Bit so when I import and call the serial generator in my launcher,64Bit users get Framework error.
Searched on google about the solution,the whole answer was >> Compiling the dll in 64Bit system.
So if some one can compile that Pascal source for me I will really appreciate this.
Here is the link:
http://forum.ragezone.com/attachment...en_dll-src.zip
Error code;
Code:Bu iletişim kutusu yerine JIT hata ayıklamayı çağırma hakkında detaylı bilgi için bu iletinin sonuna bakın. ************** Özel Durum Metni ************** System.BadImageFormatException: Geçersiz biçimdeki bir program yüklenmek istendi. (HRESULT özel durum döndürdü: 0x8007000B) konum: GunzLauncher.Form1.MakeSerialKey() konum: GunzLauncher.Form1.button3_Click(Object sender, EventArgs e) konum: System.Windows.Forms.Control.OnClick(EventArgs e) konum: System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) konum: System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) konum: System.Windows.Forms.Control.WndProc(Message& m) konum: System.Windows.Forms.ButtonBase.WndProc(Message& m) konum: System.Windows.Forms.Button.WndProc(Message& m) konum: System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) konum: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Yüklü Derlemeler ************** mscorlib Derleme Sürümü: 2.0.0.0 Win32 Sürümü: 2.0.50727.4952 (win7RTMGDR.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- GunzLauncher Derleme Sürümü: 1.0.0.0 Win32 Sürümü: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/TurkGunz/GunzLauncher.exe ---------------------------------------- System.Windows.Forms Derleme Sürümü: 2.0.0.0 Win32 Sürümü: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Derleme Sürümü: 2.0.0.0 Win32 Sürümü: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Derleme Sürümü: 2.0.0.0 Win32 Sürümü: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- mscorlib.resources Derleme Sürümü: 2.0.0.0 Win32 Sürümü: 2.0.50727.4952 (win7RTMGDR.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- System.Windows.Forms.resources Derleme Sürümü: 2.0.0.0 Win32 Sürümü: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_tr_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- ************** JIT Hata Ayıklama ************** JIT hata ayıklamayı etkinleştirmek için, bu uygulamanın veya bilgisayarın (machine.config) .config dosyasında system.windows.forms bölümünde jitDebugging değeri ayarlanmış olmalıdır. Ayrıca uygulama hata ayıklama etkin durumdayken derlenmiş olmalıdır. Örneğin: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> JIT hata ayıklama etkinken, işlenmemiş özel durumlar bu iletişim kutusunda işlenmek yerine bilgisayarda kayıtlı JIT hata ayıklayıcısına gönderilir.





